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

Can we store videos in mysql database?

501


What is the use of count function in mysql?

566


What is normalization and list the different types of normalization?

528


Is mysql a free database?

490


Why is it called mysql?

514






What is datadir?

482


What is field in mysql?

469


What is MySQL?

582


What is innodb mysql?

503


How many columns can a table have?

490


Can you tell how many values can set the function of mysql to consider?

527


How do I install mysql on windows 10?

515


What is strict mode in mysql?

483


What can I do with mysql?

507


How do I exit mysql?

510