You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Still not suitable to set multiple TTL values for given table
Using multiple TTL values for a given table may lead to inefficiency when purging expired data, because an SSTable will remain until all of its data is expired.
ScyllaDB Storage Design:
user_id
,list_key
as partition keytime
,page_key
as clustering keySchema:
🚧 : TWC Time window compassion ?
Ref: Time Window CompactionStrategy (TWCS)
Drawbacks:
🚧 ## CQL Design:
Insert:
GetHead of today:
GetPage:
The text was updated successfully, but these errors were encountered: