File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/scala/ldbc/snb/datagen/io Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ object graphs {
121
121
log.info(s " $tpe: Writing snapshot completed " )
122
122
}(snapshot.sparkSession)
123
123
124
- val insertSizeFactor = 0.247
124
+ val insertSizeFactor = 0.33
125
125
val deleteSizeFactor = 0.015
126
126
127
127
val operations = Map (
Original file line number Diff line number Diff line change 23
23
'use_spot' : True ,
24
24
'master_instance_type' : 'r6gd.2xlarge' ,
25
25
'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
27
27
'platform_version' : lib .platform_version ,
28
28
'version' : lib .version ,
29
29
'az' : 'us-west-2c' ,
You can’t perform that action at this time.
0 commit comments