Skip to content

Commit

Permalink
improve the documentation for delete
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Samuels committed Aug 2, 2024
1 parent a648a3b commit a5b3dab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ is `--before-time` and similar functions for filtering by key range.
The data is immediately removed from the database. A later compaction will
purge it and recover disk space.

Deletions merely suppress output; reading a sequence of records that
contain the deleted items will still have to iterate through the deleted records.
You should thus compact (with --major) to not pay that penalty.

# Usage

## Row format
Expand Down

0 comments on commit a5b3dab

Please sign in to comment.