Skip to content

Exclusion keyspace, cf filters for snapshot, incremental, and restore

Compare
Choose a tag to compare
@tulumvinh tulumvinh released this 15 Mar 20:35
· 575 commits to 3.x since this release

Priam has been enhanced to handle the following use cases:
Exclusion of keyspace(s) and/or CFs from snapshot.
Exclusion of keyspace(s) and/or CFs from incremental.
Exclusion keyspace(s) and/or CFs from restore.

Follow are the details:

Exclusion of keyspace(s) and/or CFs from snapshot

  • enabled via FP Priam.snapshot.cf.filter and Priam.snapshot.keyspace.filter
  • 1:* filter values are comma delimited.
  • Format of CF filter is x.y where x is keyspace and y is CF.
  • Keyspace filter is a superset of CF filter. E.g. if you keyspace filter is "system", and your CF filter is "system.schema_triggers", all "system" CFs will be filtered.

Excludsion of keyspace(s) and/or CFs from incremental

  • enabled via FP Priam.incremental.keyspace.filter and Priam.incremental.cf.filter

Excludsion keyspace(s) and/or CFs from restore

  • enabled via FP Priam.restore.keyspace.filter and Priam.restore.cf.filter