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
Do while loop in mysql procedure?
How to create a new view in mysql?
What is the difference between a heap table and temporary table?
What are the differences between mysql vs sql server?
How do you rename a table?
What is a crosstab query?
What is longblob?
What are the advantages of mysql in comparison to oracle?
Can we save images in mysql database?
What is meant by sharding?
Is the syntax correct? Explain the meaning of the syntax given below: $dbc = mysqli_connect('data.aliensabductedme.com', 'owen', 'aliensrool', 'aliendatabase');
How to use count function in mysql?
What is append query?
What is a table schema?
Is mysql same as mariadb?