From 3e0ec44640179f5cdc445a742691bc55022fed19 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 18 Oct 2024 13:49:41 +0300 Subject: Fix diagrams in ARCHITECTURE.md --- logdb_indexes.drawio.svg | 2 +- logdb_offset_indexes.drawio.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/logdb_indexes.drawio.svg b/logdb_indexes.drawio.svg index ecef1f5..32752a1 100644 --- a/logdb_indexes.drawio.svg +++ b/logdb_indexes.drawio.svg @@ -1,4 +1,4 @@ -
Primary index
Primary index
Record
Record
PK
PK
Record
Record
PK
PK
Record
Record
PK
PK
Secondary index
Secondary index
SK
SK
Set<PK>
Set<PK>
SK
SK
Set<PK>
Set<PK>
SK
SK
Set<PK>
Set<PK>
Text is not SVG - cannot display
\ No newline at end of file +
Primary index
Primary index
PK
PK
PK
PK
PK
PK
Secondary index
Secondary index
SK
SK
Set<PK>
Set<PK>
SK
SK
Set<PK>
Set<PK>
SK
SK
Set<PK>
Set<PK>
Record
Record
Record
Record
Record
Record
Text is not SVG - cannot display
\ No newline at end of file diff --git a/logdb_offset_indexes.drawio.svg b/logdb_offset_indexes.drawio.svg index 694ca1e..764de92 100644 --- a/logdb_offset_indexes.drawio.svg +++ b/logdb_offset_indexes.drawio.svg @@ -1,4 +1,4 @@ -
Primary index
Primary index
LK
LK
PK
PK
LK
LK
PK
PK
LK
LK
PK
PK
Secondary index
Secondary index
SK
SK
Set<LK>
Set<LK>
SK
SK
Set<LK>
Set<LK>
SK
SK
Set<LK>
Set<LK>
log.1
log.1
offset 0: <data>
offset 0: <data>
offset 30: <data>
offset 30: <data>
offset 64: <data>
offset 64: <data>
log.2
log.2
offset 0: <data>
offset 0: <data>
offset 26: <data>
offset 26: <data>
offset 34: <data>
offset 34: <data>
...
...
log (active)
log (active)
offset 0: <data>
offset 0: <data>
PK = primary key
SK = secondary key
LK = log key (segment # + file offset)
PK = primary key...
Text is not SVG - cannot display
\ No newline at end of file +
...
...
Primary index
Primary index
log.1
log.1
PK = primary key
SK = secondary key
LK = log key (segment no + file offset)
PK = primary key...
PK
PK
PK
PK
PK
PK
LK
LK
LK
LK
LK
LK
Secondary index
Secondary index
PK
PK
Set<LK>
Set<LK>
PK
PK
Set<LK>
Set<LK>
PK
PK
Set<LK>
Set<LK>
offset 0: <data>
offset 0: <data>
offset 30: <data>
offset 30: <data>
offset 64: <data>
offset 64: <data>
log.2
log.2
offset 0: <data>
offset 0: <data>
offset 12: <data>
offset 12: <data>
offset 35: <data>
offset 35: <data>
log (active)
log (active)
offset 0: <data>
offset 0: <data>
Text is not SVG - cannot display
\ No newline at end of file -- cgit v1.3