-
Hey, I'm trying the simple cache example from the readme SELECT duckdb.cache('s3://some_path', 'parquet'); It gives me an error
Seems like it's not available in my current extension? I'm using the latest docker image from dockerhub 17-main with duckdb version 1.3.1 This is all the available duckdb function from my current pg catalog
Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This function has been removed on the |
Beta Was this translation helpful? Give feedback.
-
duckdb by default enables external file cache with config |
Beta Was this translation helpful? Give feedback.
This function has been removed on the
main
branch. Instead you can now rely on the caching provided by duckdb itself.