Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: read a huge mysql Table into memory

by perrin (Chancellor)
on May 30, 2009 at 22:56 UTC ( [id://767081]=note: print w/replies, xml ) Need Help??


in reply to read a huge mysql Table into memory

MySQL already has a cache. If your queries aren't fast enough, you should figure out why in the database. If they are impossible to cache in the database for some reason, use CHI to cache the data that you actually fetch, not the entire data set.
  • Comment on Re: read a huge mysql Table into memory

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://767081]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (2)
As of 2024-04-26 04:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found