Skip to content

Commit

Permalink
Update create_tables.cql
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung committed Apr 2, 2024
1 parent 7889663 commit a90eb5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/create_tables.cql
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ CREATE TABLE IF NOT EXISTS player_caches (
item_neutral text,
average_rank int,
) WITH CLUSTERING ORDER BY (match_id DESC);
ALTER TABLE player_caches WITH compaction = { 'class' : 'LeveledCompactionStrategy', 'sstable_size_in_mb' : 512 };
ALTER TABLE player_caches WITH compaction = { 'class' : 'LeveledCompactionStrategy', 'sstable_size_in_mb' : 320 };

CREATE TABLE IF NOT EXISTS match_blobs (
PRIMARY KEY (match_id),
Expand Down

0 comments on commit a90eb5a

Please sign in to comment.