Skip to content

Commit

Permalink
split performance in two parts and add sticky reads part. (#4131)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
KannarFr authored Jan 2, 2024
1 parent 5dc5f49 commit d189c20
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions site3/website/docs/admin/bookies.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,14 @@ There is no upper limit on the number of bookies that you can run in a single en

### Performance

#### Disks

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).

### ZooKeeper

There is no constraint on the number of ZooKeeper nodes you can run with BookKeeper. A single machine running ZooKeeper in [standalone mode](https://zookeeper.apache.org/doc/current/zookeeperStarted.html#sc_InstallingSingleMode) is sufficient for BookKeeper, although for the sake of higher resilience we recommend running ZooKeeper in [quorum mode](https://zookeeper.apache.org/doc/current/zookeeperStarted.html#sc_RunningReplicatedZooKeeper) with multiple servers.
Expand Down

0 comments on commit d189c20

Please sign in to comment.