[DMDB] Notes on concurrency control

This commit is contained in:
2026-07-26 12:49:35 +02:00
parent 9ea73f2496
commit a331b8987f
9 changed files with 27 additions and 7 deletions
+2 -2
View File
@@ -8,11 +8,11 @@
}
\newglossaryentry{record}{
name={record},
description={}
description={Typically a row or tuple in the database}
}
\newglossaryentry{schema}{
name={schema},
description={A set of relations}
description={A set of relations, defining the attributes of the tuples}
}
\newglossaryentry{bag}{
name={bag},