If you are using the Disk Data feature of MySQL Cluster you may
find this useful. As you may know the default way of storing data
in MySQL Cluster is in-memory. However, if you have tables that
don't require realtime access and/or are growing larger than your
available memory then you can use disk data tables. I have
written a bunch of posts about disk data tables before:
- http://johanandersson.blogspot.se/2008/06/disk-data-tables.html
- http://johanandersson.blogspot.se/2008/11/disk-data-extent-deallocation-caveats.html
- …