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
9 changes: 7 additions & 2 deletions site/_data/popovers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,16 @@
- term: striping
d: |
Striping is the process of distributing BookKeeper ledgers to sub-groups of bookies rather than to all bookies in a BookKeeper ensemble.


Striping is essential to ensuring fast performance.
- term: striped
d: |
Striping is the process of distributing BookKeeper ledgers to sub-groups of bookies rather than to all bookies in a BookKeeper ensemble.

Striping is essential to ensuring fast performance.
- term: journal
d: A journal file stores BookKeeper transaction logs.
- term: fencing
d: When a reader forces a ledger to close, preventing any further entries from being written to the ledger.
- term: record
d: A record is a sequence of bytes (plus some metadata) written to a BookKeeper ledger. Records are also known as entries.
d: A record is a sequence of bytes (plus some metadata) written to a BookKeeper ledger. Records are also known as entries.