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
How we can see all indexes defined for a table in mysql?
How to enter numeric values as hex numbers?
Can mysql scale horizontally?
How to present a past time in hours, minutes and seconds?
Can we save images in mysql database?
What is the difference between mysql and oracle?
How to include numeric values in sql statements?
What is int unsigned?
What is the difference between procedure and function in mysql?
What can you do with mysql?
What is indexing in mysql?
What is username in mysql?
How Switch (select or use) to a database.
How do I run mysql on a mac?
What is data in mysql?