there is no theoretical storage limit in MSSQL 2005. Limited only by the size of the physical disk -- unless you are using Express edition, in which case you are limited to 4GB
MySQL is limited by the largest file size that the operating system you run it on can handle (between 4Gb and 256Tb depending on the O/S). With the innoDB table format you can even span multiple files with one table allowing for tables in the database of up to 64Tb.
The maximum database size for Access is 2Gb for the entire database.
MySQL is limited by the largest file size that the operating system you run it on can handle (between 4Gb and 256Tb depending on the O/S). With the innoDB table format you can even span multiple files with one table allowing for tables in the database of up to 64Tb.
Sorry for digging this old thread, but could u plz tell me on which OS does mysql support 256Tb of DB size?
Bookmarks