What is the upper limit of records for MySQL database table. I’m wondering about autoincrement field. What would happen if I add milions of records? How to handle this kind of situations?
Thx!
What is the upper limit of records for MySQL database table. I’m wondering about
Share
mysql int types can do quite a few rows: http://dev.mysql.com/doc/refman/5.0/en/numeric-types.html
unsigned
intlargest value is4,294,967,295unsigned
bigintlargest value is18,446,744,073,709,551,615