Bug #40947 New Disk Table Parameter For Cluster
Submitted: 21 Nov 2008 22:40
Reporter: Mikiya Okuno Email Updates:
Status: Open Impact on me:
None 
Category:MySQL Cluster: Disk Data Severity:S4 (Feature request)
Version:mysql-5.1-telco-7.0 OS:Any
Assigned to: CPU Architecture:Any

[21 Nov 2008 22:40] Mikiya Okuno
Description:
People often want to create tablespaces on separate disk to LCP/GCP. This is because of both more capacity and better splitting I/O load. To do so, we should specify the undo log/data file name using absolute path, but this is inconvenient. Please add a parameter to specify the directory to create tablespaces and undo logs, like DiskDataDir.

If possible, make it handle more than one directories. Because they want to create tablespaces on several disks by the same reason, more capacity and better splitting I/O load. In that case, ndbd creates files using different disks in turn. e.g. assume cluster has two directories, the first file is created under the first directory, the second file is created under the second directory, the third file is created under the first directory again...

How to repeat:
n/a

Suggested fix:
n/a