We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8894bb9 commit a3a7d86Copy full SHA for a3a7d86
benchmarks/data-serving/client/setup_tables.txt
@@ -14,5 +14,5 @@ create table if not exists usertable (
14
field8 varchar,
15
field9 varchar);
16
ALTER TABLE ycsb.usertable WITH caching = {'keys' : 'ALL', 'rows_per_partition' : 'ALL'};
17
-ALTER TABLE ycsb.usertable WITH default_time_to_live = 1024;
+ALTER TABLE ycsb.usertable WITH default_time_to_live = 1024000;
18
exit;
0 commit comments