Replies: 1 comment 4 replies
-
Let me add my thoughts here. We imagine two ways to use Postgres extension. If you aim for absolute performance or your data is stable, we encourage doing a ETL pipeline to copy data from Postgres to Kuzu. This can be done with the following
or if you only interested in a subset of columns
On the other side, if your data size is not big, we do also allow on-the-fly join with Postgres table. Something like
Let me know if this helps |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I am looking desperately how to use JOIN from using "LOAD FROM" to import data from a Postgres SQL database into my kuzu DB.
Does anyone know how to do so ?
Thanks 🙏
Beta Was this translation helpful? Give feedback.
All reactions