Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #4130: [doc][site] split performance in two parts and add sticky reads part. #4131

Merged
merged 1 commit into from
Jan 2, 2024

Conversation

KannarFr
Copy link
Contributor

Descriptions of the changes in this PR:

Motivation

After the issue on disabled sticky reads, I'm adding this to improve documentation about performance on reading.

Changes

Master Issue: #4130

@KannarFr KannarFr changed the title <Issue #4130>: [doc][site] split performance in two parts and add sticky reads part. Issue #4130: [doc][site] split performance in two parts and add sticky reads part. Nov 15, 2023
To achieve optimal performance, BookKeeper requires each server to have at least two disks. It's possible to run a bookie with a single disk but performance will be significantly degraded.

#### Sticky reads

BookKeeper sticky reads enables bookie node to read entries efficiently. The sticky reads are only available when ensemble (E) size is equal to quorum write (Qw).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hangc0276 Can you verify me? You are the expert here

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hangc0276
Copy link
Contributor

@KannarFr Please rebase the master, thanks.

@KannarFr KannarFr force-pushed the addStickyReadsBulletPoint branch from 4e05cd1 to 5f391b5 Compare December 8, 2023 11:59
@KannarFr
Copy link
Contributor Author

KannarFr commented Dec 8, 2023

@hangc0276 done.

@hangc0276 hangc0276 merged commit d189c20 into apache:master Jan 2, 2024
17 of 18 checks passed
Ghatage pushed a commit to sijie/bookkeeper that referenced this pull request Jul 12, 2024
Descriptions of the changes in this PR:


### Motivation

After the issue on disabled sticky reads, I'm adding this to improve documentation about performance on reading.

### Changes

Master Issue: apache#4130
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants