I have a database with about 36 million entries in it and expect that number to grow to 180 million in the next few weeks to months. These are used for live graphs & they have been loading very slow.
I attempted to change the engine type to 'heap' from 'MyISAM'.
This is the error I receive.
if I used the wrong engine what should I be using with this much data?
The machine specs are a Dual Woodcrest 5130, 4gb ram, 4x 174gb 15k SCSI's in Raid10. This server runs nothing but MySQL & offsite backups 4-6 times a day. This is also my sar output.
You can see my server doesn't use as much resources as it should.
Here is my /etc/my.cnf file
Any help on this would be great. I don't see why the queries should be running as slow as they are. I would love to see this perform great.
Thanks,
Daniel Jones