Partioning a table with a big index, does it help?
I've got a really big table which looks like this:
respID (int)
questID (int)
answer (int)
No primary key.
I've created an index on all 3 fields, but it is getting so big that mysql has problems with loading the index into memory because of its size. Now I was trying some partitioning experiments, but I can't find out the best way to partition this table.
Will partitioning help solve my performance issues on this big table? And what is the best way to parition this one, on questID or a combination? Most of the times we use the questID and answer in our queries.
Any help is appreciated!
Rgs
Subject
Views
Written By
Posted
Partioning a table with a big index, does it help?
3911
July 25, 2008 01:01AM
2922
July 29, 2008 09:51AM
2499
October 08, 2008 09:04AM
2427
October 09, 2008 11:31AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.