What happens?
I notice that the behaviour of http request on parquet file is very slow as each request download all the file even for counting row of a parquet file.
To Reproduce
use https://duckdb.org/docs/stable/clients/wasm/overview
test with :
SET builtin_httpfs = false; => very efficient (partial fetch)
SET builtin_httpfs = true; => very slow (full download)
to access this king of file :
select count(*) from 'https://my-domain/myfile.parquet';
Browser/Environment:
Device:
DuckDB-Wasm Version:
1.4
DuckDB-Wasm Deployment:
shell duckdb
Full Name:
Frédéric Comte
Affiliation:
Insee