Skip to content

Commit dd444ea

Browse files
committed
Update benchmark description
1 parent c5b9a3d commit dd444ea

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

data.tex

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ \section{Data Schema}
2424
friendship relations established with other persons, and the sharing of content
2525
such as Messages (both textual and images), replies to Messages and likes to
2626
Messages. People form groups to talk about specific topics, which are
27-
represented as Tags\footnote{Tags are basically equivalent to \emph{hashtags}
28-
on contemporary social media sites. In this document, we occasionally use the term
29-
\emph{topic} to refer to tags}. An example graph conforming the SNB schema is shown in \autoref{sec:example-graph}.
27+
represented as Tags\footnote{Tags are similar to \emph{hashtags}
28+
on contemporary social media sites (see \url{https://en.wikipedia.org/wiki/Hashtag}). In this document, we occasionally use the term
29+
\emph{topic} to refer to tags.}.
30+
An example graph conforming the SNB schema is shown in \autoref{sec:example-graph}.
3031

3132
\ldbcsnb has been designed to be flexible and to target systems of different
3233
nature and characteristics. As such, it does not force any particular internal

introduction.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ \section{Related Projects}
214214
\begin{itemize}
215215
\item The Semantic Publishing Benchmark (SPB)~\cite{DBLP:conf/semweb/SpasicJP16} measures the performance of \emph{semantic databases} operating on RDF datasets.
216216
\item The Graphalytics benchmark~\cite{DBLP:journals/pvldb/IosupHNHPMCCSAT16} measures the performance of \emph{graph analysis} operations (\eg PageRank, local clustering coefficient).
217+
\item The Financial benchmark (FinBench) suite is set in the financial domain with multiple planned workloads. Currently, the \emph{Transactional} workload is available, which focuses on low-latency operations.
217218
\end{itemize}
218219

219220
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

legacy-data-sets.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ \chapter{Legacy Data Sets for the Interactive workload}
1616
\texttt{csv\_merge\_foreign},
1717
\texttt{csv\_merge\_foreign-longdateformatter},
1818
\texttt{ttl}
19-
\item Partition numbers: $2^k$ (1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024) and $6 \times 2^k$ (24, 48, 96, 192, 384, 768).
19+
\item Partition numbers: $2^k$ (1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024) and $6 \times 2^k$ (12, 24, 48, 96, 192, 384, 768).
2020
\end{itemize}
2121

2222
The \textbf{key differences from the latest (BI and Interactive v2) data sets} are the following:

0 commit comments

Comments
 (0)