FiloDB
FiloDB copied to clipboard
feat(core): support for per dataset cassandra keyspace overrides
Pull Request checklist
- [x] The commit(s) message(s) follows the contribution guidelines ?
As of now there is a stipulation that all the datasets that are configured in a FiloDB cluster needs to use one Keyspace for raw (actively ingesting) data. With this change, keyspaces can be configured per dataset with the exception of MetaStore (checkpoints). This is especially useful to merge two clusters for better resource utilization without the need for data migration. With the caveat that checkpoint records need to be migrated from source cluster to target cluster.