Skip to content

Commit

Permalink
Fix references
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Sep 27, 2023
1 parent 79c781b commit 8a4d39c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions auditing.tex
Original file line number Diff line number Diff line change
Expand Up @@ -654,8 +654,8 @@ \subsection{Overview}

\begin{itemize}
\item Loading the initial snapshot of the social network graph
\item Evaluating the BI read queries (\autoref{sec:auditing-bi-reads})
\item Evaluating the BI write operations: inserts (\autoref{sec:auditing-bi-insert-operations}) and deletes (\autoref{sec:auditing-bi-delete-operations})
\item Evaluating the BI read queries (\autoref{sec:bi-reads})
\item Evaluating the BI write operations: inserts (\autoref{sec:bi-insert-operations}) and deletes (\autoref{sec:bi-delete-operations})
\item Performing concurrent reads and writes (\autoref{sec:auditing-bi-audit-workflow}) (optional, only allowed if ACID compliance is guaranteed)
\end{itemize}

Expand Down
2 changes: 1 addition & 1 deletion bi.tex
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ \section{Overview}
\end{figure}

An overview of the BI workload is shown in \autoref{fig:bi-workflow}.
The rules for auditing workload implementations are given in \autoref{sec:bi-workload-audit}.
The rules for auditing workload implementations are given in \autoref{sec:auditing-bi-workload-audit}.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Read Query Templates}
Expand Down
2 changes: 1 addition & 1 deletion interactive-v1.tex
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ \subsection*{Related Software Components}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\section{Complex Reads}
\label{sec:interactive-complex-reads}
\label{sec:interactive-v1-complex-reads}

\input{interactive-v1-complex-reads}

Expand Down

0 comments on commit 8a4d39c

Please sign in to comment.