scylladb / scylla-code-samples

Code samples for working with ScyllaDB
Apache License 2.0
237 stars 130 forks source link

fixing TWCS paramteres due to change from DateTiered to TimeWindow co… #216

Closed guy9 closed 6 months ago

guy9 commented 6 months ago

…mpaction strategies, also adding ttl and gc_grace. This fixes issue #215

tarzanek commented 6 months ago

lgtm, merging, thnx

tarzanek commented 6 months ago

resp. this sets retention of mms to only 20h (as per default_time_to_live = 72000 ) is it OK for the demo app?

maybe you can make the window 1 day and have 20 days TTL ? @guy9 ? (I lack mms app details, so not sure what is use case and if 20h are OK)

tarzanek commented 6 months ago

if semantics is ok, then please merge, syntactically it looks better and will work when running the demo ( cc @nopzdk thnx for the report/test)

guy9 commented 6 months ago

Thanks!