-
Notifications
You must be signed in to change notification settings - Fork 42
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
[Epic] Extended query protocol #101
Comments
Sends parameter status messages when starting up a new connection. Currently only sends `server_version`. This was enough to get pgJDBC to startup properly. This was an attempt to try to get benchbase (https://github.com/GlareDB/benchbase/tree/glaredb) running against a glaredb server. I have not gotten benchbase to successfully run a benchmark, see #101.
* feat: Implement parameter status message for pgsrv Sends parameter status messages when starting up a new connection. Currently only sends `server_version`. This was enough to get pgJDBC to startup properly. This was an attempt to try to get benchbase (https://github.com/GlareDB/benchbase/tree/glaredb) running against a glaredb server. I have not gotten benchbase to successfully run a benchmark, see #101. * Include both byte and char reps in error string
This epic needs re-work and break-out. We don't need everything from the extended query protocol, but there are use-cases where someone will need to run a prepared query. |
Lower until we get to a certain milestone in product of supporting analytical use cases. |
We have stories for the prepared statements. Other than those, does an analytics db (non-transactional) need to implement more from the extended query protocol? I know we have a long-term vision of HTAP, but if it's far enough away from our immediate use case, I'd rather close the ticket since it's stale and re-open an epic for that when we're working towards that goal more actively. |
Stale - can reopen later |
https://www.postgresql.org/docs/current/protocol-flow.html#PROTOCOL-FLOW-EXT-QUERY
benchbase
Benchbase uses prepared statements, so attempting to get the tpch benchmark running would probably be a good test case.
features
The text was updated successfully, but these errors were encountered: