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
Can a table have multiple primary keys?
In which language it is written?
Is mysql distributed?
all the queries used in sql
Why do you think it is advised to not to use guid and character columns as clustered index arrays?
What is datadir?
Is mysql deprecated?
can you elaborate on blob and text in mysql? : Mysql dba
What is the use of innodb in mysql?
What is blob and clob?
What is mysql database used for?
Is mysql free download?
Why do gaps in sequences occur?
How can we run batch mode in mysql?
How can you retrieve a particular number of records from a table?