Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nithunikzz committed Nov 1, 2023
1 parent 44f0c4c commit ac504b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sql/20230915101317_rakkess.up.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@ CREATE TABLE IF NOT EXISTS rakkess (
List String,
Update String,
EventTime DateTime('UTC')
) engine=File(TabSeparated);
) ENGINE = MergeTree()
ORDER BY (ClusterName, EventTime)
TTL EventTime + INTERVAL 30 DAY
SETTINGS index_granularity = 8192;

0 comments on commit ac504b8

Please sign in to comment.