Add FOSDEM'24 talk #702

Merged
lx merged 6 commits from talk-fosdem-24 into main 2024-02-05 11:17:16 +00:00
2 changed files with 6 additions and 8 deletions
Showing only changes of commit c7dad980b7 - Show all commits

Binary file not shown.

View file

@ -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}