How will wordpress.com hosting handle large tables?
-
I am planning to run tests on my website. I have hardcoded the test forms and I have also made a custom plugin for it.
The problem is, when i compute the number of responses, I am estimating the number of rows on the table to be anywhere around 3-6 Billion. I also have a php script that runs as a shortcode on frontend that retrieves results from this table.
How long could this take for a table with billions of rows? would that be a problem? I’ve been told that it could be problematic.
Also, instead of fitting data into one big table, what if I have thousands of smaller tables with a million rows instead? That could be quick in my opinionThe blog I need help with is: (visible only to logged in users)
-
- The topic ‘How will wordpress.com hosting handle large tables?’ is closed to new replies.