Yes you can have multiple entries from multiple disks. No guarantee as I can see of even distribution. If you want even distribution there are better mechanisms for this at the filesystem later.
-- Rahul Singh rahul.si...@anant.us Anant Corporation On Mar 27, 2018, 8:05 AM -0700, Venkata Hari Krishna Nukala <n.v.harikrishna.apa...@gmail.com>, wrote: > Hi, > > I am trying to replace machines having HDD with little powerful machines > having SSD in production. The data present in each node is around 300gb. But > the newer machines have 2 X 200GB SSDs instead of a single disk. > > "data_file_directories" looks like a multi-valued config which I can use. Am > I looking at the right config? > > How does the data is distributed evenly? Leveled Compaction Strategy is used > for the tables. > > Thanks!