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
What are the advantages of MySQL when compared with Oracle?
How to make a column bigger and delete unique from table.
What is mysql gpl?
Can I use mariadb instead of mysql?
What is blob datatype in mysql?
What are the different data types in mysql?
What is datatype in mysql?
In how many ways we can retrieve data in the result set of mysql using php?
Consider a scenario where you have two to three tables with thousand tuples in each of them. Now, if you have to perform a join operation between them will you choose to perform filtering of rows or transforming of rows first.
How many rows can be inserted in mysql at a time?
Is mysql a backend?
Does mysql use t sql?
What is the usage of regular expressions in mysql?
How to calculate the difference between two time values?
Can we rename database in mysql?