I’ve been using mysql database to database management system but I found errors with mysql when it reached six hundred thousand records in the table. whether it will be the same happens when I use firebird database? whether the storage limit in firebird database with mysql if I use the same hard drive capacity?
I’ve been using mysql database to database management system but I found errors with
Share
Size of Firebird database is unlimited (limited by filesystem). In one table you can store ~32TB of data. Number of rows is 16 billion (confirmed), but probably more (this number is not hard limit).