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

[3.4] mvcc: reduce count-only range overhead #15099

Merged
merged 4 commits into from
Jan 18, 2023

Commits on Jan 13, 2023

  1. etcdctl: support query count only of specified prefix

    (cherry picked from commit aa7b056)
    Signed-off-by: Wei Fu <fuweid89@gmail.com>
    mlmhl authored and fuweid committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    841f3bd View commit details
    Browse the repository at this point in the history
  2. mvcc: reduce count-only range overhead

    (cherry picked from commit 730f3f1)
    Signed-off-by: Wei Fu <fuweid89@gmail.com>
    tangcong authored and fuweid committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    00a005c View commit details
    Browse the repository at this point in the history
  3. e2e: add getCountOnlyTest testcase

    (cherry picked from commit 3594ab9)
    Signed-off-by: Wei Fu <fuweid89@gmail.com>
    tangcong authored and fuweid committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    2070f55 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. mvcc: Add ut for Revisions/CountRevisions

    It is kind of backport from etcd-io#14124.
    
    Signed-off-by: Wei Fu <fuweid89@gmail.com>
    fuweid committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    10c080d View commit details
    Browse the repository at this point in the history