What is maximum size of a database in MySQL?

Answer Posted / krish

hahah 1 kb ;)
before you work with databases you should know one thing. Database addresses are loaded on to the primary memory. So guess what 32bit OS can only handle max 4gb ram which means only 4gb can be addressed. This results 32bit database can have max size of < 4GB.

If you have a 64bit Database you will be able to address 2^64 bytes. (currently available 256 TB)

krish
source: experience

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is default password for mysql?

495


What is data in mysql?

495


What is striped backup

1829


Does facebook still use mysql?

504


What is dump in mysql?

478






Is mysql a server or database?

475


If you wish to encrypt the username and password using php, how will you do that?

523


What is mysql optimization?

489


What is myisamchk?

514


What is int unsigned?

499


Where is mysql password stored?

474


What is bdb (berkeleydb)?

539


What is a csv table?

545


What is procedures in mysql?

512


How we can create index in mysql?

511