Sam Ansmink

Results 123 comments of Sam Ansmink
trafficstars

Thanks for reporting @mriccia! Autoloading doesn't seem to respect the home_directory here. Since the INSTALL + LOAD path does respect the home directory here, it does work. As a workaround...

The HEAD requests you are seeing here are unrelated to `OVERWRITE_OR_IGNORE`, but this is definitely something we should optimize. Opening a file for writing should not need a HEAD request

Optimizations have since been merged, see https://github.com/duckdb/duckdb-httpfs/pull/128. Will close this fore now please reopen a new issue if you still run into unexpected/suboptimal request counts!

Hey @0xcaff, That's great to hear! Lets setup a quick call I would love to get your take on this. I will drop you an email. I have also fiddled...

that's great, @parkerdgabel! I will ping you for a review once the PR lands, some more eyes on this is definitely helpful

(experimental) Template is now up here: https://github.com/duckdb/extension-template-rs With that, this first issue can probably be closed. Please feel free to open new issues for further improvements!

I can't reproduce either, @tdrobbin would you mind updating your extensions using the following duckdb statement ```UPDATE EXTENSIONS``` ? Then post the output of the update statement here?

Oh and if that does reproduce, perhaps also check with the nightly version of delta which you can install using: ```FORCE install delta from core_nightly;```

the globbing operation itself (especially with nested globs like here) can get expensive even on local fs. Using the refactor from https://github.com/duckdb/duckdb/pull/11806 we want to eventually look into pushing down...

I can't really give a timeline for that at the moment