| How to break your Joomla! website? |
| Written by Peter Martin |
| Monday, 11 January 2010 14:04 |
|
There is a limitation to the number of articles a default Joomla! website can store: just over 4 billion articles. Technical background: All Joomla!'s articles are stored in a MySQL database, in a table called jos_contents. Every article has its unique ID, which is stored in the ID field. The ID field is of field type INT(11) unsigned. The highest number that can be stored in an INT(11) unsigned field, and hence the maximum ID that can be used, is 4,294,967,295. So, the maximum number of articles that a Joomla! website can contain is 4,294,967,295. BTW: INT(11) (with or without unsigned) for IDs and its limitation are quite common with software that uses MySQL, so it's not a particular Joomla! "issue" ;-)
Correction: Flavio Copes is right! Previously I wrote about a limitation of max. 2,147,483,647 articles.
500 - An error has occurred!
|