Skip to content

Commit

Permalink
Add more content to Interactive v2 chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Jan 14, 2024
1 parent 4e3be6e commit ce9f1f5
Show file tree
Hide file tree
Showing 16 changed files with 4,781 additions and 40 deletions.
4 changes: 2 additions & 2 deletions commands.tex
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@
\newcommand{\snbOperation}[1]{{\ttfamily \fontseries{m}\selectfont #1}\xspace}
\newcommand{\INS}[1][]{\snbOperation{INS#1}}
\newcommand{\DEL}[1][]{\snbOperation{DEL#1}}
\newcommand{\CR}[1][]{\snbOperation{CR#1}}
\newcommand{\SR}[1][]{\snbOperation{SR#1}}
\newcommand{\CR}[1][]{\snbOperation{IC #1}}
\newcommand{\SR}[1][]{\snbOperation{IS #1}}

\newcommand{\Comment}{\type{Comment}\xspace}
\newcommand{\Comments}{\type{Comments}\xspace}
Expand Down
580 changes: 580 additions & 0 deletions figures/interactive-v2-benchmark-workflow.graphml

Large diffs are not rendered by default.

Binary file added figures/interactive-v2-benchmark-workflow.pdf
Binary file not shown.
961 changes: 961 additions & 0 deletions figures/interactive-v2-components-with-old-driver-internals.graphml

Large diffs are not rendered by default.

Binary file not shown.
1,010 changes: 1,010 additions & 0 deletions figures/interactive-v2-components-with-updates.graphml

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
255 changes: 255 additions & 0 deletions figures/interactive-v2-validation-workflow.graphml

Large diffs are not rendered by default.

Binary file added figures/interactive-v2-validation-workflow.pdf
Binary file not shown.
199 changes: 165 additions & 34 deletions interactive-v2.tex

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion interactive-workload-definition.tex
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
\queryRefCard{interactive-short-read-07}{IS}{7}
\end{itemize}

For the precise connections between short and complex read queries, see \autoref{tab:short-read-after-long-read}.
To see which short and complex queries can potentially trigger additional short query queries, see \autoref{tab:short-read-queries-triggered}.

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.%
Expand Down
4 changes: 2 additions & 2 deletions tables/table-short-read-queries.tex
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
\bf \queryRefCard{interactive-short-read-06}{IS}{6} & \yes & \yes & \yes & & & & \\ \hline
\bf \queryRefCard{interactive-short-read-07}{IS}{7} & \yes & \yes & \yes & \yes & \yes & \yes & \yes \\ \hline
\end{tabular}
\caption{Short read queries executed after given complex read and short read queries.}
\label{tab:short-read-after-long-read}
\caption{Short read queries (columns) potentially triggered after given complex/short read queries (rows).}
\label{tab:short-read-queries-triggered}
\end{table}
2 changes: 1 addition & 1 deletion update-operations.tex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
\chapter{Update operations}
\label{sec:update-operations}

This chapter contains the specifications of the Insert and Delete operations in the SNB suite. Inserts are used in the Interactive v1 and v2 workloads, while deletes are only used in the \interactivevtwo and BI workloads. Additionally, the BI workload uses batch inserts, where the precise implementation of the insertion is up to the SUT.
This chapter contains the specifications of the Insert and Delete operations in the SNB suite. Inserts are used in the BI workload as well as the Interactive v1 and v2 workloads. Deletes are only used in the \interactivevtwo and BI workloads.

\section{Insert Operations}
\label{sec:insert-operations}
Expand Down

0 comments on commit ce9f1f5

Please sign in to comment.