Does it support Remote Postgresql Based Ducklake Catalog too? #121
-
|
Hello everyone, first of all thank you to all the contributors for your hard work and dedication on this project. I liked the idea of making things simple and easy with our common db and really appreciate your work. My question: Does it (or will it) support using/connecting Remote Postgresql db as main catalog server too? So I was thining of using 2 Postgresql db in our use case:
So that we basically have kind of distributed consuming between our dbs if needed. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
|
Thanks for your attention! Yes, we do have plan to offload the compute heavy job from main PG. We have two options now:
Let me know if these work for your use case :) |
Beta Was this translation helpful? Give feedback.
-
|
FYI, we have just introduced |
Beta Was this translation helpful? Give feedback.
-
|
Hello everyone. I have already a dedicated PostgreSQL instance for the DuckLake metadata catalog and based on this conversation I can use I have a few questions :
Thanks for your impressive work. I think it can unlock so many things. |
Beta Was this translation helpful? Give feedback.
FYI, we have just introduced
IMPORT FOREIGN SCHEMAfor ducklake_fdw (#122), which allows to import ducklake from other PG.