Replies: 1 comment
-
Hey @ophiry ! I'm assuming you are using DuckDB here? Two things:
|
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
-
The scenario is reading a parquet file from disk, doing some transformations, and caching results.
I want to cache the results to disk, to avoid the memory overhead.
from what I understand, using simple ibis.read_parquet will cache results to memory.
I tried using duckdb, after calling cache I see a new table was added, but the db file size reamins very small - so I assume it didn't help.
is there another way to force caching to disk?
Beta Was this translation helpful? Give feedback.
All reactions