I have mysql ndb cluster with 3 datanodes. I want to break one of my tables into partitions based on one column (maybe date), the question is that what happens after I run partitioning script :
- I will have all partitions of the table on every 3 datanodes?
- each datanode will hold a fraction of table (one or two of partitions)?
- could I choose one of aforementioned options?