diff options
author | Alex Auvolat <alex@adnab.me> | 2024-01-23 17:25:45 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-01-23 17:25:45 +0100 |
commit | c7dad980b72e8f61033b8f42e4422ae5239d6d01 (patch) | |
tree | b3bc0ac1f59fe18bfac4affd754f072613ae29c3 /doc/talks/2024-02-03-fosdem | |
parent | c2541f280c0b267bbaf71702b2966c91a4c5105b (diff) | |
download | garage-c7dad980b72e8f61033b8f42e4422ae5239d6d01.tar.gz garage-c7dad980b72e8f61033b8f42e4422ae5239d6d01.zip |
[talk-fosdem-24] remove geodistrib paper shot
Diffstat (limited to 'doc/talks/2024-02-03-fosdem')
-rw-r--r-- | doc/talks/2024-02-03-fosdem/talk.pdf | bin | 4034990 -> 3782274 bytes | |||
-rw-r--r-- | doc/talks/2024-02-03-fosdem/talk.tex | 14 |
2 files changed, 6 insertions, 8 deletions
diff --git a/doc/talks/2024-02-03-fosdem/talk.pdf b/doc/talks/2024-02-03-fosdem/talk.pdf Binary files differindex 7e6aa41a..4345bf0a 100644 --- a/doc/talks/2024-02-03-fosdem/talk.pdf +++ b/doc/talks/2024-02-03-fosdem/talk.pdf diff --git a/doc/talks/2024-02-03-fosdem/talk.tex b/doc/talks/2024-02-03-fosdem/talk.tex index b7254dc2..6c3e47f0 100644 --- a/doc/talks/2024-02-03-fosdem/talk.tex +++ b/doc/talks/2024-02-03-fosdem/talk.tex @@ -334,7 +334,7 @@ \begin{center} \includegraphics[width=.6\linewidth]{../assets/perf/db_engine.png} \end{center} - NB: Sqlite was slow due to synchronous journaling mode, now configurable + NB: Sqlite was slow due to synchronous mode, now configurable \end{frame} \begin{frame} @@ -436,14 +436,12 @@ The index table is built centrally using an optimal algorithm,\\ then propagated to all nodes } -\end{frame} -\begin{frame} - \frametitle{Optimal layout computation} - \begin{figure} - \center - \includegraphics[width=.6\linewidth]{../assets/geodistrib_paper.png} - \end{figure} + \vspace{1em} + \visible<3->{ + \footnotesize + Oulamara, M., \& Auvolat, A. (2023). \emph{An algorithm for geo-distributed and redundant storage in Garage}.\\ arXiv preprint arXiv:2302.13798. + } \end{frame} |