Re: Preserving table rows in a memory table when restarting the server

2004-05-24 Thread gerald_clark
How would the table survive a reset/reboot ? If you need it to be persistant, use a regular table and lots of system ram for cache. m0llbuz_ wrote: Hi! I wonder if I can somehow preserve the table rows in a memory table when I restart the MySQL server? I've read the documentation about memory ta

Preserving table rows in a memory table when restarting the server

2004-05-24 Thread m0llbuz_
Hi! I wonder if I can somehow preserve the table rows in a memory table when I restart the MySQL server? I've read the documentation about memory tables, and it states that I can populate the table at startup, but it doesn't say if I can store the table rows at shutdown in a file. Maybe I can d