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

txnkv: optimize batch-get by reducing overhead of backoffer #1559

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

zyguan
Copy link
Contributor

@zyguan zyguan commented Jan 16, 2025

Workload Threads QPS (this PR) QPS (baseline) Diff
batchget 64 22437.15 21908.98 2.4%
Workload Threads QPS P99 Lat (this PR) P99 Lat (baseline) Diff
batchget 64 16000 6.67ms 6.91ms -3.5%

@ti-chi-bot ti-chi-bot bot added dco-signoff: yes Indicates the PR's author has signed the dco. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jan 16, 2025
@ti-chi-bot ti-chi-bot bot added needs-1-more-lgtm Indicates a PR needs 1 more LGTM. approved labels Jan 16, 2025
@ti-chi-bot ti-chi-bot bot added the lgtm label Jan 16, 2025
Copy link

ti-chi-bot bot commented Jan 16, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: cfzjywxk, crazycs520

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [cfzjywxk,crazycs520]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ti-chi-bot ti-chi-bot bot removed the needs-1-more-lgtm Indicates a PR needs 1 more LGTM. label Jan 16, 2025
Copy link

ti-chi-bot bot commented Jan 16, 2025

[LGTM Timeline notifier]

Timeline:

  • 2025-01-16 06:03:06.404875775 +0000 UTC m=+184857.859921912: ☑️ agreed by crazycs520.
  • 2025-01-16 07:04:27.983909526 +0000 UTC m=+188539.438955674: ☑️ agreed by cfzjywxk.

@ti-chi-bot ti-chi-bot bot merged commit 57aa917 into tikv:master Jan 16, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved dco-signoff: yes Indicates the PR's author has signed the dco. lgtm size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants