What is maximum size of a database in MySQL?
Answer Posted / shyam
Hi Pravina.. Regarding ur concern in answer #5.. There is no
such limitation on the db size.
It all depends on the table sizes which in turn depends on
the maximum file size the underlying operating system can
handle (for this refer answer# 3 by Vibhor Gupta). As the
table size increases, the db size too increases proportionally.
Of course you will have a drop in the performance if the db
grows in the range of several tera bytes provided you dont
scale your hardware and software correspondingly. That is
when u decide u cannot let the db grow anymore.. Relatively
for u this point may be the one where your db has reached
its maximum size.
Hope this addresses ur query :)
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How much does mysql enterprise cost?
How do I optimize a selected query in mysql?
How to dump a table from a database.
What is the maximum size of table in mysql?
What is general log in mysql?
Describe mysql transaction properties.
How to convert character strings to numeric values?
How to check if a record exists in a mysql database php?
What is striped backup
What are the different mysql database engines?
Why do we need mysql?
How do I delete a table in mysql workbench?
How to create a test table in your mysql server?
What is full text indexing in mysql?
What is the difference between mysql and oracle?