Skip to content
Merged
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The primary attribute of a Thundersnap system is Durability — the D in
database “ACID” terminology. Thundersnap works pretty hard to make your data
durable. It doesn’t particularly try at Atomicity, Consistency, or
Isolation. In this version it’s probably not super Durable either, but
that’s not an achitectural limit.
that’s not an architectural limit.

The underlying thesis of Thundersnap is that modern distributed storage
needs to rely on *snapshots* rather than real-time synchronization. Nothing
Expand Down