dentiny
dentiny
> I've seen this in production a handful of times. The frequency seemed to decrease since DuckDB `1.3.0` release but had it crop up again this weekend. Processes don't seem...
> Reproducing it consistently has been a challenge. It just seems to pop up "randomly". I'll try and ideate some ways to do so and with datasets that don't contain...
Hi @nicosuave thanks for the feedback! I added a unit test to "read and cache" empty files, and it seems to be fine: https://github.com/dentiny/duck-read-cache-fs/pull/310 I actually want to know more...
And you should be able to query cache block information via `SELECT cache_httpfs_get_profile();`
> Hi @dentiny the extension works 100% fine querying and caching properly on my local macOS env & in an ubuntu container running locally but doesn't seem to write cache...
Hi @nicosuave I just upgraded the extension, which should be available to use after half a day or a day. In the latest release, I added logging for local cache...
Thank you @hlinander for the report! I will take a look these days.
Sorry for the wait, I've been through some life and work changes these days, I will take a look asap.
Upgrade C++20 also requires standard library upgrade at the same time, otherwise, if we're running on an old system which doesn't have, say, ``, we cannot enjoy all the benefits;...
Curious do we plan to merge this PR? :eyes: