Skip to content

(question) cohabitation with postgres_scanner ? #220

Answered by Tishj
laurentperez asked this question in Q&A
Discussion options

You must be logged in to vote

pg_duckdb is a Postgres extension that contains duckdb, allowing duckdb to interface with postgres with very little overhead, as it lives inside the server process.

The duckdb postgres_scanner extension allows any duckdb instance (whether it's the CLI, the python client, node client or any other client) to read from and interact with postgres.

I think these are vastly different capabilities, so I don't think there is any need to deprecate one in favor of the other.
A lot of the logic related to the postgres<->duckdb transformation layer can be shared between the two[1] which is nice, and can result in the cost of implementing feature X into the postgres_scanner being much smaller when X i…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by JelteF
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
Converted from issue

This discussion was converted from issue #219 on September 27, 2024 14:42.