Skip to content

Commit

Permalink
split performance in two parts and add sticky reads part.
Browse files Browse the repository at this point in the history
  • Loading branch information
KannarFr committed Nov 15, 2023
1 parent acde49c commit 4e05cd1
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 4e05cd1

Please sign in to comment.