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

Investigate 10x perf difference among pageservers #4908

Closed
bojanserafimov opened this issue Aug 4, 2023 · 5 comments
Closed

Investigate 10x perf difference among pageservers #4908

bojanserafimov opened this issue Aug 4, 2023 · 5 comments
Assignees
Labels
a/performance Area: relates to performance of the system c/storage/pageserver Component: storage: pageserver

Comments

@bojanserafimov
Copy link
Contributor

Some are 10x faster than others during some moments, and perf over time fluctuates. Could be due to overload, or there could be something to improve in the pageserver. Not clear yet.

There's no strict dependency, but would be nice to get #4906 done first

@bojanserafimov bojanserafimov added c/storage/pageserver Component: storage: pageserver a/performance Area: relates to performance of the system labels Aug 4, 2023
@vadim2404
Copy link
Contributor

cc @shanyp. It impacts computes start-up time.

@bojanserafimov
Copy link
Contributor Author

It impacts computes start-up time.

This is more about overall get_page perf. If one pageserver is 10x faster than another, then we have 10x optimization opportunity.

Startup time also depends on pageserver (uncorrelated with overall pageserver perf), but it's unclear if that will still be the case after #4912

@shanyp
Copy link
Contributor

shanyp commented Aug 14, 2023

@problame do we already have the get_page slo ?

@bojanserafimov
Copy link
Contributor Author

I made a new dashboard using the new metrics that @problame added. Average get page latency ranges from 15us to 500us, depending on pageserver. It's possible that it's caused by difference in workloads, but the gap is stable over time, so probably not. Also there's no obvious correlation with number of requests.

@problame
Copy link
Contributor

Closing this because

@problame problame closed this as not planned Won't fix, can't repro, duplicate, stale Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a/performance Area: relates to performance of the system c/storage/pageserver Component: storage: pageserver
Projects
None yet
Development

No branches or pull requests

4 participants