-
Notifications
You must be signed in to change notification settings - Fork 0
/
params.ini.sample
39 lines (29 loc) · 1.39 KB
/
params.ini.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Host for the database, a name or an IP address; probably no need to change this field
host:localhost
# Port to access the database; probably no need to change this field
port:3306
# Name of the database; no need to change this field
database:ldbc
# User of the database; no need to change this field
user:ldbc
# Password for the user of the database; please fill in
password:
# Location of the substitution parameter files containing files such as interactive_1_param.txt and others; please update as necessary
parameterFilesDirectory:/home/user/ldbc_snb_datagen/substitution_parameters
# Location of the dataset in CSV format, one entity/relation per file
datasetDirectory:/home/user/ldbc_snb_datagen/social_network
# Uncomment next line for verbose output (i.e., results of the queries)
#beVerbose:true
# Uncomment next line for timing output
#measureLatency:true
# Uncomment next line to print heap usage before every query
#printHeapUsage:true
# Uncomment the line at the end of this comment block to get an
# explanation of the query's execution plan
# This parameter will use the first line of the given substitution
# parameter file to produce the explanation and then quit; the
# explanation will be output in tab-separated lines fit to import in a
# spreadsheet; for a description of the output see MySQL's user's
# guide; the values of beVerbose and printHeapUsage parameters are
# ignored
#explain:true