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

momento http performance improvement #320

Merged
merged 2 commits into from
Dec 20, 2024
Merged

Conversation

brayniac
Copy link
Contributor

Improves the performance of the Momento HTTP client by increasing the http2 initial window size for stream and connection as well as increasing the max frame size. This reduces the number of frames required for large payloads and results in a large performance improvement that reduces asymmetry between read and write performance.

Additionally, we add a time-to-first-byte metric for cache client, as this was useful in understanding this issue.

Improves the performance of the Momento HTTP client by increasing
the http2 initial window size for stream and connection as well as
increasing the max frame size. This reduces the number of frames
required for large payloads and results in a large performance
improvement that reduces asymmetry between read and write
performance.

Additionally, we add a time-to-first-byte metric for cache client,
as this was useful in understanding this issue.
@brayniac brayniac merged commit ac5b947 into iopsystems:main Dec 20, 2024
15 checks passed
@brayniac brayniac deleted the momento-http branch December 20, 2024 19:25
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.

1 participant