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

Optimize read performance #81

Open
veritas2023 opened this issue May 7, 2021 · 0 comments
Open

Optimize read performance #81

veritas2023 opened this issue May 7, 2021 · 0 comments
Labels
soc Summer of Code, hosted by Google, Alibaba and so on

Comments

@veritas2023
Copy link

veritas2023 commented May 7, 2021

Currently reading and writing are all on the leader, We test the performance of 4u8g*3 dledger cluster and find out that when the CPU consumption of the leader node reaches 3.1u, the CPU consumption of the follower node is only 0.3u(1/13 cpu utilization)
You are expected to do the following:

  1. Realize the ability to read from the replica node
  2. In the cloud environment, the same AZ delay is tens of us level, and the cross AZ delay is more than 1ms level, realize AZ aware read
  3. support async logging and dynamic modify logging level
  4. implement dledger producer api inner tracing,such as localTime and replicateTime
@vongosling vongosling added the soc Summer of Code, hosted by Google, Alibaba and so on label May 8, 2021
@vongosling vongosling changed the title optimize dledger read performance Optimize dledger read performance May 8, 2021
@vongosling vongosling changed the title Optimize dledger read performance Optimize read performance May 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
soc Summer of Code, hosted by Google, Alibaba and so on
Projects
None yet
Development

No branches or pull requests

2 participants