I am using MySQL to store my parent-child relation. The data is concentrated in one table and it is really elegant by design.
I do not have any problem quering; however the table has grown in size dramatically. I would like to shard or use some techniques to improve the performance of my queries (and joins). How would I do it?
Any pointers would be appreciated.
Thanks, R