Skip to content

Add PgQuery.summary - #349

Merged
keiko713 merged 1 commit into
mainfrom
summary-function
Aug 26, 2026
Merged

Add PgQuery.summary#349
keiko713 merged 1 commit into
mainfrom
summary-function

Conversation

@keiko713

Copy link
Copy Markdown
Contributor

This uses the pg_query_summary C function to gather query metadata without sending the full parse tree over protobuf, which is significantly faster for large queries.

See pganalyze/pg_query.rs#62 for the Rust side implementation.

This uses the pg_query_summary C function to gather query metadata
without sending the full parse tree over protobuf, which is
significantly faster for large queries.
@keiko713
keiko713 requested a review from a team August 20, 2026 10:39
@keiko713
keiko713 merged commit 552c23a into main Aug 26, 2026
11 checks passed
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