FiloDB icon indicating copy to clipboard operation
FiloDB copied to clipboard

feat(core): support for per dataset cassandra keyspace overrides

Open sherali42 opened this issue 1 year ago • 0 comments

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.

sherali42 avatar Aug 18 '23 05:08 sherali42