Skip to content

Commit a3a7d86

Browse files
Update setup_tables.txt
1 parent 8894bb9 commit a3a7d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/data-serving/client/setup_tables.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ create table if not exists usertable (
1414
field8 varchar,
1515
field9 varchar);
1616
ALTER TABLE ycsb.usertable WITH caching = {'keys' : 'ALL', 'rows_per_partition' : 'ALL'};
17-
ALTER TABLE ycsb.usertable WITH default_time_to_live = 1024;
17+
ALTER TABLE ycsb.usertable WITH default_time_to_live = 1024000;
1818
exit;

0 commit comments

Comments
 (0)