scylladb / scylla-migrator

Migrate data extract using Spark to Scylla, normally from Cassandra
Apache License 2.0
54 stars 34 forks source link

Preserve TTL for individual collection items #76

Open hopugop opened 2 years ago

hopugop commented 2 years ago

One customer needs to preserve TTL for individual items inside collections (maps in this case).

tarzanek commented 1 year ago

see https://github.com/scylladb/scylla-migrator/issues/70 , resp. https://github.com/scylladb/scylla-migrator/pull/72 for overall approach we can preserve TTL for whole collection, not sure if it is possible to preserve per each item, if we can query this, then there is a chance to get a support for this fine grained approach