mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
renaming workloads part2
This commit is contained in:
@@ -24,7 +24,7 @@ bindings:
|
||||
blocks:
|
||||
schema:
|
||||
ops:
|
||||
create-table:
|
||||
create_table:
|
||||
CreateTable: TEMPLATE(table,keyvalue)
|
||||
Keys:
|
||||
partkey: HASH
|
||||
@@ -42,7 +42,7 @@ blocks:
|
||||
"partkey": "{seq_key}",
|
||||
"value": "{seq_value}"
|
||||
}
|
||||
main-write:
|
||||
main_write:
|
||||
ops:
|
||||
main-putitem:
|
||||
PutItem: TEMPLATE(table,keyvalue)
|
||||
@@ -51,7 +51,7 @@ blocks:
|
||||
"partkey": "{rw_key}",
|
||||
"value": "{rw_value}"
|
||||
}
|
||||
main-read:
|
||||
main_read:
|
||||
ops:
|
||||
main-getitem:
|
||||
GetItem: TEMPLATE(table,keyvalue)
|
||||
|
||||
@@ -43,7 +43,7 @@ params:
|
||||
blocks:
|
||||
schema:
|
||||
ops:
|
||||
create-table:
|
||||
create_table:
|
||||
CreateTable: TEMPLATE(table,tabular)
|
||||
Keys:
|
||||
part: HASH
|
||||
@@ -57,7 +57,7 @@ blocks:
|
||||
# BillingMode: PAY_PER_REQUEST
|
||||
rampup:
|
||||
ops:
|
||||
put-items:
|
||||
put_items:
|
||||
PutItem: TEMPLATE(table,tabular)
|
||||
json: |
|
||||
{
|
||||
@@ -76,14 +76,14 @@ blocks:
|
||||
params:
|
||||
ratio: 1
|
||||
ops:
|
||||
read-all:
|
||||
read_all:
|
||||
GetItem: TEMPLATE(table,tabular)
|
||||
key:
|
||||
part: "{part_read}"
|
||||
clust: "{clust_read}"
|
||||
main:
|
||||
ops:
|
||||
write-all:
|
||||
write_all:
|
||||
params:
|
||||
ratio: 8
|
||||
PutItem: TEMPLATE(table,tabular)
|
||||
@@ -100,7 +100,7 @@ blocks:
|
||||
"data6": "{data6}",
|
||||
"data7": "{data7}"
|
||||
}
|
||||
main-read-all:
|
||||
main_read_all:
|
||||
Query: TEMPLATE(table,tabular)
|
||||
key:
|
||||
part: "{part_read}"
|
||||
@@ -109,7 +109,7 @@ blocks:
|
||||
Limit: "{limit}"
|
||||
# no attributes means "all" implicitly
|
||||
|
||||
main-read-01:
|
||||
main_read_all01:
|
||||
Query: TEMPLATE(table,tabular)
|
||||
key:
|
||||
part: "{part_read}"
|
||||
@@ -118,7 +118,7 @@ blocks:
|
||||
projection: data0, data1
|
||||
Limit: "{limit}"
|
||||
|
||||
main-read-0246:
|
||||
main_read_0246:
|
||||
Query: TEMPLATE(table,tabular)
|
||||
key:
|
||||
part: "{part_read}"
|
||||
@@ -127,7 +127,7 @@ blocks:
|
||||
projection: data0, data2, data4, data6
|
||||
Limit: "{limit}"
|
||||
|
||||
main-read-1357:
|
||||
main_read_1357:
|
||||
Query: TEMPLATE(table,tabular)
|
||||
key:
|
||||
part: "{part_read}"
|
||||
@@ -136,7 +136,7 @@ blocks:
|
||||
projection: data1, data3, data5, data7
|
||||
Limit: "{limit}"
|
||||
|
||||
main-read-0123:
|
||||
main_read_0123:
|
||||
Query: TEMPLATE(table,tabular)
|
||||
key:
|
||||
part: "{part_read}"
|
||||
@@ -145,7 +145,7 @@ blocks:
|
||||
projection: data0, data1, data2, data3
|
||||
Limit: "{limit}"
|
||||
|
||||
main-read-4567:
|
||||
main_read_4567:
|
||||
Query: TEMPLATE(table,tabular)
|
||||
key:
|
||||
part: "{part_read}"
|
||||
@@ -154,7 +154,7 @@ blocks:
|
||||
projection: data4, data5, data6, data7
|
||||
Limit: "{limit}"
|
||||
|
||||
main-read-67:
|
||||
main_read_67:
|
||||
Query: TEMPLATE(table,tabular)
|
||||
key:
|
||||
part: "{part_read}"
|
||||
@@ -163,7 +163,7 @@ blocks:
|
||||
projection: data6, data7
|
||||
Limit: "{limit}"
|
||||
|
||||
main-read-01234567:
|
||||
main_read_01234567:
|
||||
Query: TEMPLATE(table,tabular)
|
||||
key:
|
||||
part: "{part_read}"
|
||||
@@ -174,5 +174,5 @@ blocks:
|
||||
|
||||
delete:
|
||||
ops:
|
||||
delete-table:
|
||||
delete_table:
|
||||
DeleteTable: TEMPLATE(table,tabular)
|
||||
|
||||
@@ -32,7 +32,7 @@ bindings:
|
||||
blocks:
|
||||
schema:
|
||||
ops:
|
||||
create-table:
|
||||
create_table:
|
||||
CreateTable: TEMPLATE(table,timeseries)
|
||||
Keys:
|
||||
machine_id_sensor_name: HASH
|
||||
|
||||
Reference in New Issue
Block a user