asafm commented on code in PR #4131: URL: https://github.com/apache/bookkeeper/pull/4131#discussion_r1394322143
########## site3/website/docs/admin/bookies.md: ########## @@ -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). Review Comment: @hangc0276 Can you verify me? You are the expert here -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
