I have a table containing 20+ millions(will go to 60+ within month) of records. Now I have to fetch records very fast.
I am using MyISAM engine and i don't want to create problem during insertion(heard indexing can hurt insertion) of records. So please tell me which is better indexing or partitioning.
What other factors(cache or buffering) i should use. Please let me know with example if possible.
Thank you