Replies: 1 comment
-
You can use |
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.
-
When using PostgreSQL and performing data calculations through pg_duckdb, data needs to be fetched from PostgreSQL each time for computation. Is it possible to provide a feature to cache PostgreSQL data so that it is not necessary to fetch data every time?
This can improve the performance of analysis and reduce the time spent on data fetching.
Beta Was this translation helpful? Give feedback.
All reactions