Re: Bind keyspace to specific data directory

2018-07-17 Thread Abdul Patel
The requirement is that we plan to have a new keyspace which will hist PII data and we wanted to see if we can have encrypted ssd then can we find the new keyspace with PII can be binded to it and no chanhes would required to current keyspaces. On Tuesday, July 17, 2018, Rahul Singh wrote: > Wha

Re: Bind keyspace to specific data directory

2018-07-17 Thread Rahul Singh
What’s the goal, Abdul? Is it for security reasons or for organizational reasons. You could try prefixing / suffixing the keyspace names if its for organizational reasons (For now) if you don’t want to do the manual management of mounts as Anthony suggested . -- Rahul Singh rahul.si...@anant.us

Re: Bind keyspace to specific data directory

2018-07-16 Thread Anthony Grasso
Hi Abdul, There is no mechanism offered in Cassandra to bind a keyspace (when created) to specific filesystem or directory. If multiple filesystems or directories are specified in the data_file_directories property in the *cassandra.yaml* then Cassandra will attempt to evenly distribute data from

Bind keyspace to specific data directory

2018-07-02 Thread Abdul Patel
Hi Can we bind or specify while creating keyspace to bind to specific filesystem or directory for writing? I see we can split data on multiple filesystems but can we decide while fileystem a particular keyspace can read and write?

Bind keyspace to specific data directory

2018-07-02 Thread Abdul Patel
Hi Can we bind or specify while creating keyspace to bind to specific filesystem or directory for writing? I see we can split data on multiple filesystems but can we decide while fileystem a particular keyspace can read and write?