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

[DocDB] Improve WriteBuffer performance #18256

Closed
1 task done
spolitov opened this issue Jul 16, 2023 · 0 comments
Closed
1 task done

[DocDB] Improve WriteBuffer performance #18256

spolitov opened this issue Jul 16, 2023 · 0 comments
Assignees
Labels
area/docdb YugabyteDB core features kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue

Comments

@spolitov
Copy link
Contributor

spolitov commented Jul 16, 2023

Jira Link: DB-7258

Description

WriteBuffer was created without performance tuning.
Could try adjusting implementation to improve performance.

Warning: Please confirm that this issue does not contain any sensitive information

  • I confirm this issue does not contain any sensitive information.
@spolitov spolitov added area/docdb YugabyteDB core features status/awaiting-triage Issue awaiting triage labels Jul 16, 2023
@spolitov spolitov self-assigned this Jul 16, 2023
@yugabyte-ci yugabyte-ci added kind/bug This issue is a bug priority/medium Medium priority issue labels Jul 16, 2023
spolitov added a commit that referenced this issue Jul 17, 2023
Summary:
WriteBuffer was created without performance tuning.
Adjusted implementation details to improve performance.

Added new test to check performance.

Perf comparison using new test.
master (04205e0)
AppendPerformance - 0.070s
AppendWithPrefixPerformance - 0.082s

this diff:
AppendPerformance - 0.034s
AppendWithPrefixPerformace - 0.039s
Jira: DB-7258

Test Plan: write_buffer-test

Reviewers: kpopali

Reviewed By: kpopali

Subscribers: ybase

Differential Revision: https://phorge.dev.yugabyte.com/D27008
@yugabyte-ci yugabyte-ci added kind/enhancement This is an enhancement of an existing feature and removed kind/bug This issue is a bug status/awaiting-triage Issue awaiting triage labels Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docdb YugabyteDB core features kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue
Projects
None yet
Development

No branches or pull requests

3 participants