Skip to content

What do the Hydra docs mean by "DuckDB tables"? #440

Answered by wuputah
anentropic asked this question in Q&A
Discussion options

You must be logged in to vote

That would be any table that is using duckdb, which currently are either MotherDuck tables or temporary tables.

You can copy / cache parquet files from S3 to local SSD using the duckdb.cache function which will then use the SSD copy automatically after it's downloaded. We just added some more functions to allow management of the cache, so you can expect to see that shipped in a future release.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@anentropic
Comment options

@anentropic
Comment options

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