Skip to content

Commit

Permalink
Document short query dissipation. Fixes #196
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Jan 13, 2024
1 parent 14b0d6f commit 792d4df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions interactive-workload-definition.tex
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
For the precise connections between short and complex read queries, see \autoref{tab:short-read-after-long-read}.

Once a short read sequence is issued (and provided that sufficient substitution parameters
exist), there is a probability that another short read sequence is issued.
This probability decreases for each new sequence issued.
exist), there is a probability that another short read sequence is issued. This probability decreases for each new sequence issued.%
\footnote{The probability can be adjusted using the \texttt{ldbc.snb.interactive.short\_read\_dissipation} configuration option.}
Since the same random number generator seed is used across
executions, the workload is deterministic.

Expand All @@ -73,4 +73,4 @@
throughputs can be tested while maintaining the relative ratios between the
different query types.

\emph{\textbf{Warning.} Note that in the current implementation of SNB Interactive v1, short queries are only produced if updates are enabled. In the absence of updates, no short queries will be executed.}
\textbf{Warning.} Note that in the current implementation of SNB Interactive v1, short queries are only produced if updates are enabled. In the absence of updates, no short queries will be executed.

0 comments on commit 792d4df

Please sign in to comment.