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

calculate Pg used_bytes according to sum of the blob in this PG #172

Closed
JacksonYao287 opened this issue Apr 22, 2024 · 1 comment
Closed
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@JacksonYao287
Copy link
Collaborator

now, we calculate the used_bytes of a PG using total_bytes - avaliable_bytes, this is not accurate, since each pg might have different amount of blobs.

we need to calculate Pg used_bytes according to sum of the blob in this PG

@JacksonYao287 JacksonYao287 self-assigned this May 16, 2024
@JacksonYao287 JacksonYao287 added the enhancement New feature or request label May 16, 2024
@JacksonYao287 JacksonYao287 added this to the MileStone4.2 milestone May 16, 2024
@JacksonYao287
Copy link
Collaborator Author

JacksonYao287 commented May 16, 2024

fixed in this PR
#173

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant