I just setup a fresh windows server with a fresh datastax installation including cassandra 1.2 and opscenter 2.1.3. I've tried finding solutions to these questions on cassandra wikis and datastax website, but I can only find unix specific information or datastax API information.
Cassandra is defaulted to using C: drive (I was never asked to select a drive for cassandra during install).
- In the same cassandra instance, can I have keyspaces on separate disks?
- If not, how do I migrate the existing keyspace to the new drive? (just reconfiguring cassandra.yaml to use a new directory would lose my opscenter data and may even break opscenter).
- If yes, how can I create a new keyspace on a separate drive? cassandra.yaml seems to only have configuration options for a single store location.
- Should I be creating a new cluster to store my data in? If I start adding new nodes to the default cluster, that will mean the datastax opscenter data will be getting replicated - that seems like a bad idea.
If there is good documentation on this somewhere, please point me there.
Thanks, Adam