Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,40 +20,40 @@ dag_content:
first_insert:
config:
record_size: 1000
num_partitions_insert: 50
num_partitions_insert: 10
repeat_count: 1
num_records_insert: 1000
type: InsertNode
deps: none
second_insert:
config:
record_size: 1000
num_partitions_insert: 50
num_partitions_insert: 10
repeat_count: 1
num_records_insert: 10000
deps: first_insert
type: InsertNode
third_insert:
config:
record_size: 1000
num_partitions_insert: 50
num_partitions_insert: 10
repeat_count: 1
num_records_insert: 300
deps: second_insert
type: InsertNode
first_upsert:
config:
record_size: 1000
num_partitions_insert: 50
num_partitions_insert: 10
num_records_insert: 300
repeat_count: 1
num_records_upsert: 100
num_partitions_upsert: 50
num_partitions_upsert: 10
type: UpsertNode
deps: third_insert
first_delete:
config:
num_partitions_delete: 50
num_partitions_delete: 10
num_records_delete: 4000
type: DeleteNode
deps: first_upsert
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,40 +20,40 @@ dag_content:
first_insert:
config:
record_size: 1000
num_partitions_insert: 50
num_partitions_insert: 10
repeat_count: 1
num_records_insert: 1000
type: InsertNode
deps: none
second_insert:
config:
record_size: 1000
num_partitions_insert: 50
num_partitions_insert: 10
repeat_count: 1
num_records_insert: 10000
deps: first_insert
type: InsertNode
third_insert:
config:
record_size: 1000
num_partitions_insert: 50
num_partitions_insert: 10
repeat_count: 1
num_records_insert: 300
deps: second_insert
type: InsertNode
first_upsert:
config:
record_size: 1000
num_partitions_insert: 50
num_partitions_insert: 10
num_records_insert: 300
repeat_count: 1
num_records_upsert: 100
num_partitions_upsert: 50
num_partitions_upsert: 10
type: UpsertNode
deps: third_insert
first_delete:
config:
num_partitions_delete: 50
num_partitions_delete: 10
num_records_delete: 4000
type: DeleteNode
deps: first_upsert
Expand Down