Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MMS example use depricated DateTieredCompactionStrategy #195

Closed
tzach opened this issue Mar 26, 2023 · 1 comment
Closed

MMS example use depricated DateTieredCompactionStrategy #195

tzach opened this issue Mar 26, 2023 · 1 comment
Assignees

Comments

@tzach
Copy link
Collaborator

tzach commented Mar 26, 2023

 CREATE TABLE tracking_data ( first_name text, last_name text, timestamp timestamp, location varchar, speed double, heat double, telepathy_powers int, primary key((first_name, last_name), timestamp)) WITH CLUSTERING ORDER BY (timestamp DESC) AND COMPACTION = {'class': 'DateTieredCompactionStrategy', 'base_time_seconds': 3600, 'max_sstable_age_days': 1};
@guy9
Copy link
Collaborator

guy9 commented Mar 29, 2023

Fixed

@guy9 guy9 closed this as completed Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants