Hacker News new | ask | show | jobs
SlothDB is an OLAP DB ahead of DuckDB on Clickbench SQL database in C++20
6 points by souravroy78 26 days ago
Beats Clickbench 43 100M Parquet on 33 Queries.

Code - https://github.com/SouravRoy-ETL/slothdb

2 comments

Good to see a new OLAP project already benchmarking itself against DuckDB this early
We are working hard to create an alternative to DuckDB and keep it completely open Source. No paid support like DuckDB, ClickHouse, etc.
Nice project! How does it compare to DuckDB on messy world data and complex joins?
It pretty much holds good as of now. We are currently in a very early stage.