MySQL Cluster – partitions on disk

MySQLmysql-clusterpartitioning

I have question about MySQL Cluster:
Is it possible to have database larger than amount of RAM? (to not have all cluster data in-memory, but some data will reside on clusters nodes hard disks)
Especially, is it possible to point to MySQL Cluster which partitions doesn't have to be in-memory and can be stored on disks. (in case of lack of memory).

I am only asking, if solution like this is possible to achieve with MySQL Cluster.

Best Answer

MySQL Cluster FAQ states that it is possible to have a database bigger than available memory, but the documentation referenced from the FAQ entry states that only non-indexed columns of NDB tables can be stored on disk.