Skip to content

Commit c5b9a3d

Browse files
authored
Merge pull request #251 from ldbc/add-interactive-sf3000
Add Interactive SF3000
2 parents 6fa42c4 + 4d6d215 commit c5b9a3d

File tree

4 files changed

+64
-81
lines changed

4 files changed

+64
-81
lines changed

legacy-data-sets.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ \subsection{Scale Factors}
4848
For example, SF1 takes roughly 1~GiB in CSV format, SF3 weighs roughly 3~GiB and so on and so forth.
4949
It is important to note that for a given scale factor, data sets generated using different serializers contain exaclty the same data, the only difference is in how they are represented.%
5050
\footnote{Naturally, there are slight differences in the disk usage of the data sets created with different serializers. For example, for a given scale factor, the disk usage of the data set serialized with the CsvBasic serializer is expected to be higher, while with the CsvMergeForeignComposite, it is expected to be lower.}
51-
The provided SFs are the following: 1, 3, 10, 30, 100, 300, 1000.
52-
Additionally, two small data sets, 0.1, and 0.3 are provided to help initial validation efforts.
51+
The provided SFs are the following: \numprint{1}, \numprint{3}, \numprint{10}, \numprint{30}, \numprint{100}, \numprint{300}, \numprint{1000}, \numprint{3000}.
52+
Additionally, two small data sets, \numprint{0.1}, and \numprint{0.3} are provided to help initial validation efforts.
5353

5454
The Test Sponsor may select the SF that better fits their needs, by properly configuring the \datagen, as described in \autoref{sec:data_generation}.
5555
The size of the resulting dataset is mainly affected by the following configuration parameters: the number of persons and the number of years simulated.
5656
By default, all SFs are defined over a period of three years, starting from 2010, and SFs are computed by scaling the number of Persons in the network.
57-
\autoref{tab:snsize-interactive} shows some metrics of SFs 0.1, \ldots, 1000 data sets.
57+
\autoref{tab:snsize-interactive} shows some metrics of SFs \numprint{0.1}, \ldots, \numprint{1000} data sets.
5858

5959
\input{tables/legacy/table-snsize-interactive}
6060

0 commit comments

Comments
 (0)