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

Perf optimize NDC RPC replication, reducing DB calls #1392

Merged
merged 3 commits into from
Mar 27, 2021

Commits on Mar 22, 2021

  1. Perf optimize NDC RPC replication

    * Rename ReadLevel to MinTaskID, MaxReadLevel to MaxTaskID
    * Add hint in replication task source reducing unnecessary DB read
    * Add periodical sanity check in replication task source in case of timeout err
    * Treat last replication task ID vs replication task pagination ID differently
    wxing1292 committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    ef17ec8 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Configuration menu
    Copy the full SHA
    1e6dd43 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2021

  1. Configuration menu
    Copy the full SHA
    6f6e1c4 View commit details
    Browse the repository at this point in the history