|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
MySQL Size
Hi,
Could someone please tell me what if any are the limits to MySQL? I currently have a database that is 138.3 MB in size how much larger can I go? -Thanks |
|
#2
|
|||
|
|||
|
RE: MySQL Size
It really depends on your OS and compilation options, but it should go at least up to 2 GB on any common platform..
|
|
#3
|
|||
|
|||
|
RE: MySQL Size
thanks for your reply.
i have a dedicated server. - AMD Athlon XP2200+ - 1GB DDR2700 SDRAM - 100GB EIDE drive - FreeBSD 4.6-STABLE with updates - UNIX so you think i should have lots of room for in mysql? thankz |
|
#4
|
|||
|
|||
|
RE: MySQL Size
I'm not familiar with FreeBSD and it still depends on how MySQL was built, AFAIK.
Still, I can safely say that you have 2GB available for each table or index file (*.MYD / *.MYI).. |
|
#5
|
|||
|
|||
|
RE: MySQL Size
On my bsd box the Max_data_length for MyISAM tables is 4294967295 bytes, or roughly 4GB. Execute this command to check for yourself:
Code:
SHOW TABLE STATUS FROM db_name; |
|
#6
|
|||
|
|||
|
RE: MySQL Size
ah ok, thankz!
i did that, and for that table this is what i have. Data_length = 20906499 Max_data_length = 1902670512127 |
|
#7
|
|||
|
|||
|
RE: MySQL Size
Wow. That's large... What table type?
|
|
#8
|
|||
|
|||
|
RE: MySQL Size
umm it says MyISAM Fixed, whatever that means.
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Database Help > MySQL Size |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|