dentiny
dentiny
> Thanks for the summary [@dentiny](https://github.com/dentiny). Are you planning to align your extension with External File Cache ([duckdb/duckdb#16463](https://github.com/duckdb/duckdb/pull/16463))? Thank you @serge-melnik for the interest! I'm aware of the duckdb cache,...
Thank you @obarisk for the report! Do you mind also pasting the error message to the issue description if it isn't too hard? I will take a look later.
Hi @obarisk , unfortunately I cannot reproduce the nullptr dereference issue; let's solve the other attachment issue first :)
Hi @erikcw thanks for the report! - I'm wondering if you could file a separate issue? It's different with the initial one - Could you please also provide a (minimal)...
@RyuuSetsuhi / @erikcw I put a fix here: https://github.com/dentiny/duck-read-cache-fs/pull/291 Thanks for reporting and wait!
@erikcw FYI, the segfault comes from - When you load a database by attaching a remote database file, it reads not only database file, but also attempts to read other...
Hi @RyuuSetsuhi, also a tip for the extension usage. The extension supports exclusion list, which allows users and applications to not cache certain files. I think duckdb database file might...
I will close the issue for now, feel free to re-open or create a new issue if it's still an issue. Thank you all!
Hi @serge-melnik thank you for trying out this extension! Haven't executed the query on my end, may I ask when you say "rerun the same query", do you mean turn...
Hi @serge-melnik thanks for your report! But I just checked, I don't see cache issue. Copy my response on another [thread](https://github.com/dentiny/duck-read-cache-fs/issues/219#issuecomment-3123894729) here. I'm wondering what's your config? My command executed:...