Replies: 2 comments 1 reply
-
+1, more specific, to use this engine to read EXISTing FDW of PG. |
Beta Was this translation helpful? Give feedback.
1 reply
-
For now we're focusing on the "query-stealing" approach, i.e. let DuckDB take over planning and execution completely. We might integrate FDWs in the future, but that's not planned for the near-term. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it on the roadmap to do something with foreign data wrapper functionality in Postgres? Here is a repo that has that functionality, maybe something to integrate into this official extension?
ParadeDB's pg_analytics also has implemented it as a foreign wrapper, and is a more sophisticated implementation, albeit with more restrictive licensing.
Beta Was this translation helpful? Give feedback.
All reactions