-
Notifications
You must be signed in to change notification settings - Fork 188
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
Large results are very slow in pgcat #617
Labels
Comments
Isn't this expected? Why should we be able to return large result sets at the same speed as small ones? |
Some slowdown is expected, but not 40x slower. Up to 2x makes sense, since total traffic is multiplied by 2. PgBouncer and Odyssey don't have this huge slowdown. |
I verified that this was fixed in #749 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
This only gets ~40TPS with the
pgcat.minimal.config
But doing the same size query, while not returning something big is much faster:
The text was updated successfully, but these errors were encountered: