Does the number of rows in mysql table matter?
Posted
by 1s2a3n4j5e6e7v
on Stack Overflow
See other posts from Stack Overflow
or by 1s2a3n4j5e6e7v
Published on 2010-06-11T08:59:17Z
Indexed on
2010/06/11
9:02 UTC
Read the original article
Hit count: 233
mysql
I'm coming up with a web app which will want me to store more than 80 Lakh (8 million) rows. Will it be fine to handle those many number of rows with MySQL without having any performance degradation? Assume my RAM to be 4 GB and Infinity GB Harddisk space. Also, the main fields have been indexed.
© Stack Overflow or respective owner