You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 9, 2024. It is now read-only.
On size of tables ~10^8 join performance is very low, compared with duckdb.
On join by single int column for 2 tables 10^8 size takes about 12 s.
The biggest performance drop is in fetchChunks. There are also 2 subqueries, the first is
COUNT(*)to collect metadata.