| sizing innodb files [message #238] |
Mon, 09 October 2006 12:28  |
acristia Messages: 2 Registered: October 2006 |
Junior Member |
|
|
I am looking for some tips to correctly size the innodb tablespace.
The whole database is about 10GB and I couldn't really find which es better for MySQL/innodb tablespace (assuming one tablespace and not per table tablespace):
- un big innodb file
or
- several smaller innodb files (eg . 5 files x 2GB)
We are using AIX 5.3 (which support large filesystems) an MySQL 5.0.24.
Thanks in advance.
Alejandro.-
|
|
|
|
|
| Re: sizing innodb files [message #1544 is a reply to message #238 ] |
Tue, 17 July 2007 19:28  |
iyeat Messages: 1 Registered: July 2007 |
Junior Member |
|
|
What about in the case of extremely large data files? We are using MySQL with innodb attached to a RAID device configured with RAID 5. Our data is approximately 300GB but is only going to grow larger. Would you still suggest going with one large file? Or would you break the files out into smaller sizes?
We currently have 40 4GB files configured in our setup, but are really looking for a formula that is optimal for our servers.
Thanks!
Caio
EDIT:
Server specs: MySQL 5.0.37 Mac OS X Server 10.4.10 on an Xserve with 16GB RAM attached to a 3TB Xserve RAID via fibre.
[Updated on: Tue, 17 July 2007 19:33]
|
|
|