Hi all,
I have a site that uses a wordpress backbone. For anyone unfamiliar with Wordpress there is a table called post_meta that holds a lot of info. On my site it holds the main bulk of the information and currently stands at around 10,000 records.
I have no idea about scaleability of SQL and wondered just how many records is 'healthy' in a table and how many is too many...?
I've done a bit of research on Google and heard about 'partitioning' tables but have no idea how this works or when it is necessary.
At what point does the number of records start to really slow the site down? Or become unweildy??
I realise that 10,000 isn't too many at the moment but I want to get the structure in place now to allow the site to expand to a much larger size.
Thanks for any help you can give me
Cheers
John
