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

feat(resharding): added state split statistics to the state stats tool #10197

Merged
merged 2 commits into from
Nov 17, 2023

Conversation

wacban
Copy link
Contributor

@wacban wacban commented Nov 17, 2023

Added simple stat about how well the middle account splits the shard.

s0
    split_size: "3.3 GB : 245 B : 3.3 GB",
    split_percent: "49:0:49",

s1
    split_size: "0 B : 6.0 GB : 0 B",
    split_percent: "0:100:0",

s2
    split_size: "2.8 GB : 168.2 MB : 3.0 GB",
    split_percent: "47:2:49",

s3
    split_size: "4.2 GB : 3.5 GB : 3.8 GB",
    split_percent: "36:30:32",

@wacban wacban requested a review from a team as a code owner November 17, 2023 11:34
@wacban wacban added this pull request to the merge queue Nov 17, 2023
Merged via the queue into master with commit cac2d74 Nov 17, 2023
15 of 16 checks passed
@wacban wacban deleted the waclaw-resharding-state-stats branch November 17, 2023 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants