Merge branch 'nosqlbench:main' into main

This commit is contained in:
yabinmeng 2021-10-07 14:53:49 -05:00 committed by GitHub
commit cdfb7c3224
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,7 +94,8 @@ blocks:
create table if not exists <<keyspace:baselines>>.<<table:tabular>> ( create table if not exists <<keyspace:baselines>>.<<table:tabular>> (
part text, part text,
clust text, clust text,
data text, data0 text, data1 text, data2 text, data3 text,
data4 text, data5 text, data6 text, data7 text,
PRIMARY KEY (part,clust) PRIMARY KEY (part,clust)
); );
tags: tags: