mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
Fix indentation in baselines2/cql-keyvalue2.yaml for schema-astra block
This commit is contained in:
parent
4c34c1b2be
commit
e9e648efc6
@ -40,16 +40,16 @@ blocks:
|
|||||||
value text,
|
value text,
|
||||||
PRIMARY KEY (key)
|
PRIMARY KEY (key)
|
||||||
);
|
);
|
||||||
schema-astra:
|
schema-astra:
|
||||||
params:
|
params:
|
||||||
prepared: false
|
prepared: false
|
||||||
statements:
|
statements:
|
||||||
create-table: |
|
create-table: |
|
||||||
create table if not exists TEMPLATE(keyspace,baselines).TEMPLATE(table,keyvalue) (
|
create table if not exists TEMPLATE(keyspace,baselines).TEMPLATE(table,keyvalue) (
|
||||||
key text,
|
key text,
|
||||||
value text,
|
value text,
|
||||||
PRIMARY KEY (key)
|
PRIMARY KEY (key)
|
||||||
);
|
);
|
||||||
rampup:
|
rampup:
|
||||||
params:
|
params:
|
||||||
cl: TEMPLATE(write_cl,LOCAL_QUORUM)
|
cl: TEMPLATE(write_cl,LOCAL_QUORUM)
|
||||||
|
Loading…
Reference in New Issue
Block a user