Theoretically, the record limit is 2 billion, while the table size limit is 2 Gigabytes. But in order to achieve 2 billion rows without execeeding 2 GBs, your records could only consist of 2 bytes each. And, I've yet to find a practical use for billions, or even millions, of 2-byte records. ;-)
If your maxing out around 15 million rows, then the problem is probably you've reached the 2 GB table size limit. By my calculations, your record length is approx. 135 bytes. You may need to further normalize your data, if possible. If not, try reading:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.