Skip to content

Commit 44892f5

Browse files
authored
Merge pull request #382 from ldbc/increase-insert-partitions
2 parents 7cd4489 + 086fe07 commit 44892f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/scala/ldbc/snb/datagen/io/graphs.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ object graphs {
121121
log.info(s"$tpe: Writing snapshot completed")
122122
}(snapshot.sparkSession)
123123

124-
val insertSizeFactor = 0.247
124+
val insertSizeFactor = 0.33
125125
val deleteSizeFactor = 0.015
126126

127127
val operations = Map(

tools/emr/submit_datagen_job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
'use_spot': True,
2424
'master_instance_type': 'r6gd.2xlarge',
2525
'instance_type': 'r6gd.4xlarge',
26-
'sf_ratio': 118.0, # ratio of SFs and machines. a ratio of 250.0 for SF1000 yields 4 machines
26+
'sf_ratio': 125.0, # ratio of SFs and machines. a ratio of 250.0 for SF1000 yields 4 machines
2727
'platform_version': lib.platform_version,
2828
'version': lib.version,
2929
'az': 'us-west-2c',

0 commit comments

Comments
 (0)