Skip to content

Commit

Permalink
Updated timescaledb.compress_segmentby on token_account
Browse files Browse the repository at this point in the history
Signed-off-by: Nana-EC <[email protected]>
  • Loading branch information
Nana-EC committed Jan 8, 2021
1 parent a93955f commit bab2e5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ alter table token
set (timescaledb.compress, timescaledb.compress_segmentby = 'token_id');

alter table token_account
set (timescaledb.compress, timescaledb.compress_segmentby = 'account_id, token_id');
set (timescaledb.compress, timescaledb.compress_segmentby = 'token_id');

alter table token_balance
set (timescaledb.compress, timescaledb.compress_segmentby = 'account_id, token_id');
Expand Down

0 comments on commit bab2e5d

Please sign in to comment.