Skip to content

Commit

Permalink
doc clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
kjnilsson committed Nov 13, 2024
1 parent 09ee102 commit 63a3ee0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/internals/LOG_V2.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ memtable needs to be created when this situation occurs.
When a new memtable is created the old ones will not be written to any further
and will be deleted as soon as they are emptied.

There is one additional condition at which a new memtable will be created and
that is the case where the size of memtable exceed 1M entries. This is done
to avoid very large tables which can still use substantial amounts of memory even
after all entries have been individually deleted.

## WAL

Module: `ra_log_wal`
Expand Down

0 comments on commit 63a3ee0

Please sign in to comment.