mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-07-27 21:29:09 +02:00
[DMDB] Finish first version of summary
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
\newacronym{sql}{SQL}{Structured Query Language}
|
||||
\newacronym{nosql}{NoSQL}{SQL-less database (commonly a Key-Value Store, see Section~\ref{sec:key-value-store})}
|
||||
\newacronym{dbms}{DBMS}{Database Management System}
|
||||
\newacronym{simd}{SIMD}{Single Instruction Multiple Data}
|
||||
\newacronym{avxa}{AVX}{Advanced Vector Extensions, also see \gls{avx}}
|
||||
\newacronym{ra}{RA}{Relational Algebra, see Section~\ref{sec:relational-algebra}}
|
||||
\newacronym{ann}{ANN}{Approximate Nearest Neighbour Search}
|
||||
\newacronym{knn}{KNN}{$K$-Nearest Neighbour Search}
|
||||
\newacronym{acid}{ACID}{Atomicitty, Consistency, Isolation, Durability}
|
||||
\newacronym{base}{BASE}{Basically Available, Soft State, Eventually Consistent}
|
||||
|
||||
@@ -2,3 +2,10 @@
|
||||
name={superkey},
|
||||
description={See Section \ref{sec:functional-dependency}}
|
||||
}
|
||||
\newglossaryentry{quorum}{
|
||||
name={quorum},
|
||||
description={
|
||||
See \href{https://en.wikipedia.org/wiki/Quorum_(distributed_computing)}{this Wikipedia article}.
|
||||
TL;DR: It is a synchronization system for distributed computing.
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user