marcboeker / go-duckdb

go-duckdb provides a database/sql driver for the DuckDB database engine.
MIT License
646 stars 97 forks source link

Move caching during scans to improve performance #253

Closed taniabogatsch closed 1 month ago

taniabogatsch commented 1 month ago

I profiled the following situation.

Most relevant stack trace.

Screenshot 2024-07-25 at 10 30 26

Improvements:

Another interesting stack trace.

Screenshot 2024-07-25 at 10 44 24

But I am unsure in how far I can improve/cache the map creation here.