We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b46b7d1 + a049f2d commit 00d34a9Copy full SHA for 00d34a9
src/content/docs/getting-started/how-does-tidesdb-work.md
@@ -85,7 +85,7 @@ When a key-value pair is written to TidesDB:
85
2. The key-value pair is inserted into the memtable
86
3. If the memtable size exceeds the flush threshold:
87
88
-- The system will block momentarily
+- The column family will block momentarily
89
- The memtable is flushed to disk (sorted run) as an SSTable
90
- The corresponding WAL is truncated
91
- The memtable is cleared for new writes
0 commit comments