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] Investigate using PB arena allocations for local bootstrap #2197

Open
bmatican opened this issue Sep 1, 2019 · 0 comments
Open

[docdb] Investigate using PB arena allocations for local bootstrap #2197

bmatican opened this issue Sep 1, 2019 · 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

@bmatican
Copy link
Contributor

bmatican commented Sep 1, 2019

Jira Link: DB-1570
As part of the same investigation that lead to #2124, I also noticed some 20% CPU time spent in destroying PB items that were created as part of reading the log entries (and of course some corresponding amount of time in allocations).

This might be an interesting case to try to put in PB arena allocations. While it would not help with the underlying strings being created, it should at least help with the chain of PBs (LogWriteBatchPB, LogEntryPB, WriteRequestPB, WriteBatchPB, KeyValuePB ...)

cc @rahuldesirazu @spolitov

@bmatican bmatican added kind/enhancement This is an enhancement of an existing feature area/docdb YugabyteDB core features labels Sep 1, 2019
@bmatican bmatican added this to the v2.1 milestone Sep 1, 2019
@bmatican bmatican added this to To Do in YBase features via automation Sep 1, 2019
@bmatican bmatican added this to To Do in Scalability via automation Oct 24, 2019
@bmatican bmatican removed this from the v2.1 milestone Jun 8, 2020
@bmatican bmatican added this to To do in Performance via automation Nov 7, 2020
@yugabyte-ci yugabyte-ci added the priority/medium Medium priority issue label Jun 8, 2022
@yugabyte-ci yugabyte-ci assigned Huqicheng and unassigned rthallamko3 May 3, 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
Performance
  
To do
Scalability
  
To Do
YBase features
  
Backlog
Development

No branches or pull requests

4 participants