Skip to content

Commit

Permalink
Merge branch 'main' of github.com:yugabyte/benchbase into main
Browse files Browse the repository at this point in the history
  • Loading branch information
shantanugupta-yb committed Apr 24, 2023
2 parents f3bb40c + 78c9c8b commit d3a5bcf
Show file tree
Hide file tree
Showing 27 changed files with 55 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ isolation: TRANSACTION_REPEATABLE_READ
collect_pg_stat_statements: false
loaderthreads: 1
terminals: 1
yaml_version: v1.1
works:
work:
rate: unlimited
Expand All @@ -17,6 +18,7 @@ works:
microbenchmark:
class: com.oltpbenchmark.benchmarks.featurebench.customworkload.bulkload.Goal1
properties:
setAutoCommit: true
# Goal 1 - 4 :: create table with PK -> create 10 index -> load data (10 index)
workload: create10index_load
tableName: orders
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ isolation: TRANSACTION_REPEATABLE_READ
collect_pg_stat_statements: false
loaderthreads: 1
terminals: 1
yaml_version: v1.1
works:
work:
rate: unlimited
Expand All @@ -17,6 +18,7 @@ works:
microbenchmark:
class: com.oltpbenchmark.benchmarks.featurebench.customworkload.bulkload.Goal1
properties:
setAutoCommit: true
# Goal 1 - 2 :: create table with PK -> create 1 index -> load data (1 index)
workload: create1index_load
tableName: orders
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ isolation: TRANSACTION_REPEATABLE_READ
collect_pg_stat_statements: false
loaderthreads: 1
terminals: 1
yaml_version: v1.1
works:
work:
rate: unlimited
Expand All @@ -17,6 +18,7 @@ works:
microbenchmark:
class: com.oltpbenchmark.benchmarks.featurebench.customworkload.bulkload.Goal1
properties:
setAutoCommit: true
# Goal 1 - 3 :: create table with PK -> create 5 index -> load data (5 index)
workload: create5index_load
tableName: orders
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ isolation: TRANSACTION_REPEATABLE_READ
collect_pg_stat_statements: false
loaderthreads: 1
terminals: 1
yaml_version: v1.1
works:
work:
rate: unlimited
Expand All @@ -17,6 +18,7 @@ works:
microbenchmark:
class: com.oltpbenchmark.benchmarks.featurebench.customworkload.bulkload.Goal1
properties:
setAutoCommit: true
# Goal 1 - 1 :: create table with PK -> load data (no index)
workload: noindex_load
tableName: orders
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ isolation: TRANSACTION_REPEATABLE_READ
collect_pg_stat_statements: false
loaderthreads: 1
terminals: 1
yaml_version: v1.1
works:
work:
rate: unlimited
Expand All @@ -17,6 +18,7 @@ works:
microbenchmark:
class: com.oltpbenchmark.benchmarks.featurebench.customworkload.bulkload.Goal2
properties:
setAutoCommit: true
# Goal2 - 1 :: create table with PK -> create 1 index -> Load data (1 index)
workload: create_1_index_then_load
tableName: orders
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ isolation: TRANSACTION_REPEATABLE_READ
collect_pg_stat_statements: false
loaderthreads: 1
terminals: 1
yaml_version: v1.1
works:
work:
rate: unlimited
serial: true
microbenchmark:
class: com.oltpbenchmark.benchmarks.featurebench.customworkload.bulkload.Goal2
properties:
setAutoCommit: true
# Goal2 - 3 :: create table with PK -> create 5 index -> Load data (5 index)
workload: create_5_indexes_then_load
tableName: orders
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ isolation: TRANSACTION_REPEATABLE_READ
collect_pg_stat_statements: false
loaderthreads: 1
terminals: 1
yaml_version: v1.1
works:
work:
rate: unlimited
serial: true
microbenchmark:
class: com.oltpbenchmark.benchmarks.featurebench.customworkload.bulkload.Goal2
properties:
setAutoCommit: true
# Goal2 - 2 :: create table with PK -> load data -> create 1 index
workload: load_then_backfill_1_index
tableName: orders
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ isolation: TRANSACTION_REPEATABLE_READ
collect_pg_stat_statements: false
loaderthreads: 1
terminals: 1
yaml_version: v1.1
works:
work:
rate: unlimited
serial: true
microbenchmark:
class: com.oltpbenchmark.benchmarks.featurebench.customworkload.bulkload.Goal2
properties:
setAutoCommit: true
# Goal2 - 4 :: create table with PK -> load data -> create 5 index
workload: load_then_backfill_5_indexes
tableName: orders
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ isolation: TRANSACTION_REPEATABLE_READ
collect_pg_stat_statements: false
loaderthreads: 1
terminals: 1
yaml_version: v1.1
works:
work:
rate: unlimited
serial: true
microbenchmark:
class: com.oltpbenchmark.benchmarks.featurebench.customworkload.bulkload.Goal3
properties:
setAutoCommit: true
# Goal3 - 2 :: create table with 15 fields -> load data for 30M rows (only PK)
workload: load_30Mrows
tableName: orders
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ isolation: TRANSACTION_REPEATABLE_READ
collect_pg_stat_statements: false
loaderthreads: 1
terminals: 1
yaml_version: v1.1
works:
work:
rate: unlimited
serial: true
microbenchmark:
class: com.oltpbenchmark.benchmarks.featurebench.customworkload.bulkload.Goal3
properties:
setAutoCommit: true
# Goal3 - 1 :: create table with 15 fields -> load data for 3M rows (only PK)
workload: load_3Mrows
tableName: orders
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ isolation: TRANSACTION_REPEATABLE_READ
collect_pg_stat_statements: false
loaderthreads: 1
terminals: 1

yaml_version: v1.1
works:
work:
rate: unlimited
serial: true
microbenchmark:
class: com.oltpbenchmark.benchmarks.featurebench.customworkload.bulkload.Goal4
properties:
setAutoCommit: true
# Goal4 - 3 :: create table with 100 fields, 3M rows -> load data (only PK)
workload: create_100fields_table_then_load
tableName: orders
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ isolation: TRANSACTION_REPEATABLE_READ
collect_pg_stat_statements: false
loaderthreads: 1
terminals: 1

yaml_version: v1.1
works:
work:
rate: unlimited
serial: true
microbenchmark:
class: com.oltpbenchmark.benchmarks.featurebench.customworkload.bulkload.Goal4
properties:
setAutoCommit: true
# Goal4 - 1 :: create table with 10 fields, 3M rows -> load data (only PK)
workload: create_10fields_table_then_load
tableName: orders
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ isolation: TRANSACTION_REPEATABLE_READ
collect_pg_stat_statements: false
loaderthreads: 1
terminals: 1

yaml_version: v1.1
works:
work:
rate: unlimited
serial: true
microbenchmark:
class: com.oltpbenchmark.benchmarks.featurebench.customworkload.bulkload.Goal4
properties:
setAutoCommit: true
# Goal4 - 2 :: create table with 20 fields, 3M rows -> load data (only PK)
workload: create_20fields_table_then_load
tableName: orders
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ isolation: TRANSACTION_REPEATABLE_READ
collect_pg_stat_statements: false
loaderthreads: 1
terminals: 1
yaml_version: v1.1
works:
work:
rate: unlimited
Expand All @@ -16,6 +17,7 @@ works:
microbenchmark:
class: com.oltpbenchmark.benchmarks.featurebench.customworkload.bulkload.Goal1
properties:
setAutoCommit: true
# Goal 1 - 4 :: create table with PK -> create 10 index -> load data (10 index)
workload: create10index_load
tableName: orders
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ isolation: TRANSACTION_REPEATABLE_READ
collect_pg_stat_statements: false
loaderthreads: 1
terminals: 1
yaml_version: v1.1
works:
work:
rate: unlimited
Expand All @@ -16,6 +17,7 @@ works:
microbenchmark:
class: com.oltpbenchmark.benchmarks.featurebench.customworkload.bulkload.Goal1
properties:
setAutoCommit: true
# Goal 1 - 2 :: create table with PK -> create 1 index -> load data (1 index)
workload: create1index_load
tableName: orders
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ isolation: TRANSACTION_REPEATABLE_READ
collect_pg_stat_statements: false
loaderthreads: 1
terminals: 1
yaml_version: v1.1
works:
work:
rate: unlimited
Expand All @@ -16,6 +17,7 @@ works:
microbenchmark:
class: com.oltpbenchmark.benchmarks.featurebench.customworkload.bulkload.Goal1
properties:
setAutoCommit: true
# Goal 1 - 3 :: create table with PK -> create 5 index -> load data (5 index)
workload: create5index_load
tableName: orders
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ isolation: TRANSACTION_REPEATABLE_READ
collect_pg_stat_statements: false
loaderthreads: 1
terminals: 1
yaml_version: v1.1
works:
work:
rate: unlimited
Expand All @@ -16,6 +17,7 @@ works:
microbenchmark:
class: com.oltpbenchmark.benchmarks.featurebench.customworkload.bulkload.Goal1
properties:
setAutoCommit: true
# Goal 1 - 1 :: create table with PK -> load data (no index)
workload: noindex_load
tableName: orders
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ isolation: TRANSACTION_REPEATABLE_READ
collect_pg_stat_statements: false
loaderthreads: 1
terminals: 1
yaml_version: v1.1
works:
work:
rate: unlimited
Expand All @@ -16,6 +17,7 @@ works:
microbenchmark:
class: com.oltpbenchmark.benchmarks.featurebench.customworkload.bulkload.Goal2
properties:
setAutoCommit: true
# Goal2 - 1 :: create table with PK -> create 1 index -> Load data (1 index)
workload: create_1_index_then_load
tableName: orders
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ isolation: TRANSACTION_REPEATABLE_READ
collect_pg_stat_statements: false
loaderthreads: 1
terminals: 1
yaml_version: v1.1
works:
work:
rate: unlimited
serial: true
microbenchmark:
class: com.oltpbenchmark.benchmarks.featurebench.customworkload.bulkload.Goal2
properties:
setAutoCommit: true
# Goal2 - 3 :: create table with PK -> create 5 index -> Load data (5 index)
workload: create_5_indexes_then_load
tableName: orders
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ isolation: TRANSACTION_REPEATABLE_READ
collect_pg_stat_statements: false
loaderthreads: 1
terminals: 1
yaml_version: v1.1
works:
work:
rate: unlimited
serial: true
microbenchmark:
class: com.oltpbenchmark.benchmarks.featurebench.customworkload.bulkload.Goal2
properties:
setAutoCommit: true
# Goal2 - 2 :: create table with PK -> load data -> create 1 index
workload: load_then_backfill_1_index
tableName: orders
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ isolation: TRANSACTION_REPEATABLE_READ
collect_pg_stat_statements: false
loaderthreads: 1
terminals: 1
yaml_version: v1.1
works:
work:
rate: unlimited
serial: true
microbenchmark:
class: com.oltpbenchmark.benchmarks.featurebench.customworkload.bulkload.Goal2
properties:
setAutoCommit: true
# Goal2 - 4 :: create table with PK -> load data -> create 5 index
workload: load_then_backfill_5_indexes
tableName: orders
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ isolation: TRANSACTION_REPEATABLE_READ
collect_pg_stat_statements: false
loaderthreads: 1
terminals: 1
yaml_version: v1.1
works:
work:
rate: unlimited
serial: true
microbenchmark:
class: com.oltpbenchmark.benchmarks.featurebench.customworkload.bulkload.Goal3
properties:
setAutoCommit: true
# Goal3 - 2 :: create table with 15 fields -> load data for 30M rows (only PK)
workload: load_30Mrows
tableName: orders
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ isolation: TRANSACTION_REPEATABLE_READ
collect_pg_stat_statements: false
loaderthreads: 1
terminals: 1
yaml_version: v1.1
works:
work:
rate: unlimited
serial: true
microbenchmark:
class: com.oltpbenchmark.benchmarks.featurebench.customworkload.bulkload.Goal3
properties:
setAutoCommit: true
# Goal3 - 1 :: create table with 15 fields -> load data for 3M rows (only PK)
workload: load_3Mrows
tableName: orders
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ isolation: TRANSACTION_REPEATABLE_READ
collect_pg_stat_statements: false
loaderthreads: 1
terminals: 1

yaml_version: v1.1
works:
work:
rate: unlimited
serial: true
microbenchmark:
class: com.oltpbenchmark.benchmarks.featurebench.customworkload.bulkload.Goal4
properties:
setAutoCommit: true
# Goal4 - 3 :: create table with 100 fields, 3M rows -> load data (only PK)
workload: create_100fields_table_then_load
tableName: orders
Expand Down
Loading

0 comments on commit d3a5bcf

Please sign in to comment.