Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions site/public/diagrams/corral-storage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions site/src/content/field-notes/a-ledger-not-a-log.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ could price an audit from this repository's own history instead of guessing.
## What it costs

**It is unindexed, and every query reads every file.** That works because an
entry is one per *audit*, not one per event. Today the whole record is **106
entries, 386 KB, averaging 3.7 KB each** — about 37 MB projected at ten
entry is one per *audit*, not one per event. Today the whole record is **108
entries, 402 KB, averaging 3.8 KB each** — about 38 MB projected at ten
thousand audits. Benchmarks, by contrast, are one per benchmark per commit per
platform, which is the assumption this design rests on, violated. If your facts
arrive per-event, this is the wrong shape and a real database is the right one.
Expand Down
Loading