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

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -