Skip to content

Commit

Permalink
Update setup_tables.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
BugraEryilmaz authored May 22, 2024
1 parent 8894bb9 commit a3a7d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/data-serving/client/setup_tables.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ create table if not exists usertable (
field8 varchar,
field9 varchar);
ALTER TABLE ycsb.usertable WITH caching = {'keys' : 'ALL', 'rows_per_partition' : 'ALL'};
ALTER TABLE ycsb.usertable WITH default_time_to_live = 1024;
ALTER TABLE ycsb.usertable WITH default_time_to_live = 1024000;
exit;

0 comments on commit a3a7d86

Please sign in to comment.