Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added -j to README
  • Loading branch information
erezsh committed May 25, 2022
commit 00ecd7a394ee0e3f7a3d29b86ada920207fa5680
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ Options:
- `--max-age` - Considers only rows younger than specified. See `--min-age`.
- `--bisection-factor` - Segments per iteration. When set to 2, it performs binary search.
- `--bisection-threshold` - Minimal bisection threshold. i.e. maximum size of pages to diff locally.
- `-j` or `--threads` - Number of worker threads to use per database. Default=1.


# How does it work?
Expand Down