MySQL: How to keep entire myisam table in memory? -
i have lot of ram (1 gb) on server, , have table (100 mb) increase speed of. possible keep entire table in memory (while keeping myisam)? make things faster (i have proper indexes).
thanks
a better suggestion increase query cache size, let mysql internal optimization
more details - http://dev.mysql.com/doc/refman/5.5/en/query-cache.html
Comments
Post a Comment