Rusty Conover
Rusty Conover
+1 on this issue for tracking.
Can we still make this change?
Have less partitions. Each partition is more File/S3 I/O. You have 27,500 rows per partition which is really small. Try to target at least a few million rows per partition...
Seems like I'm running into this as well building duckdb extensions that use vcpkg. From a workflow: ``` [DEBUG] 1161: execute_process(curl -s -L -H "User-Agent: vcpkg/2024-11-12-eb492805e92a2c14a230f5c3deb3e89f6771c321 (curl)" -H "Accept: application/json;api-version=6.0-preview.1"...
> [@jackjansen](https://github.com/jackjansen) vcpkg maintainer suggests NuGet as cache, see [curl/curl#17200 (comment)](https://github.com/curl/curl/pull/17200#issuecomment-2839854264) For anyone exploring this approach, please note that accessing the NuGet cache via vcpkg currently requires a compatible Mono...
I'm just going to watch this thread, once it is ready to go, I'll happily add the `GEOMETRY` type to the list of DuckDB types tested in the [Airport](https://airport.query.farm) CI...
Hi @samansmink, That's really kind of you write that, I'm trying to be kind too. I'm not upset or frustrated that I'm running into edges. It's kind of what I...
As a note to myself and future reviewers of this issue, it makes sense to read the code of duckdb-python to look into these filters.
Hi @dentiny, I'm also looking for it to support Windows. I think it can make Power BI work well with DuckDB querying remote files. I agree rarely are files overwritten...
Feature Request: Add Approximate Mode/Frequent Items Support Using DataSketches’ FrequentItemsSketch
Hi @chitralverma, Thanks for the thoughtful feature request and for your kind words about the DuckDB datasketches extension — we’re glad to hear it’s proving useful for your large-scale analytics...