Skip to content
Discussion options

You must be logged in to vote

The SQL will be passed to DuckDB for execution in its entirety, and this behavior is inherited from pg_duckdb.

pg_duckdb was planning to support "subquery dispatch", where parts of a SQL query are executed by Postgres and others by DuckDB. pg_duckdb would then merge the intermediate results and return the final result to the user. This is a more advanced feature that has not yet been implemented.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by erikmata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants