| | |
size of database
Please support our MySQL advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
I thought Max_data_length was in bytes, but I could be wrong. Also the maximum size of a table is usually determined by the operating system and not MySQL itself, in most cases I think this is around 2GB.
Last edited by Upsilon; Apr 7th, 2009 at 4:44 am.
http://file2.ws/ - Convert any file into a webpage (doc, ppt, pdf, jpg, png, html, java, zip, csv, rtf and more)
•
•
Join Date: Dec 2007
Posts: 190
Reputation:
Solved Threads: 25
Please find here the table limit (http://dev.mysql.com/doc/refman/5.0/en/full-table.html). You can increase the limit by ALTERing Max_data_length.
Max_data_length is in bytes as Upsilon said.
Max_data_length is in bytes as Upsilon said.
•
•
Join Date: Jun 2008
Posts: 79
Reputation:
Solved Threads: 8
Try this for Database Size or Table Size :
sql Syntax (Toggle Plain Text)
SELECT TABLE_NAME,ROUND((DATA_LENGTH/1024)/1024) AS DATA_SIZE,ROUND((INDEX_LENGTH/1024)/1024) AS INDEX_SIZE,ROUND(((DATA_LENGTH/1024)/1024) + ((INDEX_LENGTH/1024)/1024)) AS TOTAL_TABLE_SIZE FROM information_schema.TABLES GROUP BY TABLE_NAME
Last edited by peter_budo; Apr 15th, 2009 at 7:39 am. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks) and [icode] (inline code) tags. Keep It Spam-Free Do not spam, advertise, plug your website.
:- Varma
We are Happy to inform launch of a new site with loads of database related information Site offers wide range of functionality Forums,Blogs,Articles,Editorials and much more
http://www.sqllibrarian.info/
We are Happy to inform launch of a new site with loads of database related information Site offers wide range of functionality Forums,Blogs,Articles,Editorials and much more
http://www.sqllibrarian.info/
![]() |
Similar Threads
- Overflow full database to a new database (MS SQL)
- Module wise database Designing (Database Design)
- Beginning question about coping/moving a sql database (MS SQL)
- database questions I have (Database Design)
- Database Storage Capacity (MySQL)
- Copy one database to another (VB.NET)
- Pls help me regarding to access database in vb6 (Visual Basic 4 / 5 / 6)
- The size of your database? (Growing an Online Community)
Other Threads in the MySQL Forum
- Previous Thread: insert dummy data
- Next Thread: like statment and upper / lower case
| Thread Tools | Search this Thread |
agplv3 alfresco amazon api artisticlicense aws bizspark breathalyzer camparingtocolumns cmg communityjournalism contentmanagement contractors copyright count court crm database design developer development distinct drupal dui ec2 email enterprise eudora facebook form foss gartner gnu government gpl greenit groklaw hiring hyperic images innerjoins insert ip joebrockmeier join journalism keyword keywords kickfire law legal license licensing linux maintenance managing mariadb matchingcolumns metron micromanage microsoft microsoftexchange mindtouch montywidenius mozilla multiple music mysql mysqlcolumnupdating mysqldatetimeordermax() mysqlindex mysqlinternalqueries mysqlquery mysqlsearch news open-xchange opendatabasealliance opengovernment opensource oracle penelope php priceupdating query referencedesign reorderingcolumns resultset saas select sharepoint simpledb sourcecode spotify sql sugarcrm syntax techsupport thunderbird transparency virtualization





