Skip to content

buildin_httpfs true is slow as it seems to fetch all the data #2153

@fcomte

Description

@fcomte

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions