Displaying 2 results from an estimated 2 matches for "prettttti".
Did you mean:
prettttty
2017 Jun 13
2
systemd order help?
On Tue, Jun 13, 2017 at 06:34:54AM +0100, James Hogarth wrote:
> Depending on your setup, you many want to look at converting your
> automatic mounts into systemd mounts, and depend on that directly,
> rather than on the autofs service.
[...]
> Just one little thing to note here that many don't realise. All mounts in
> the system (ie not manually via the mount command) are
2009 Aug 18
4
pagination problem....
Hi,
please help...
In controller...
def index
@customers = Customer.find(:all)
pagination code here....
end
In index.html.erb
Displayes list of customers and has pagination 1,2,3,4...etc.
On clicking page 2, it will again run this(Customer.find(:all)) query in
controller. So, there will be lack of performance.
So, how to increase the mysql performace? Can i use the index as below
or any