gunnarmorling / 1brc

1️⃣🐝🏎️ The One Billion Row Challenge -- A fun exploration of how quickly 1B rows from a text file can be aggregated with Java
https://www.morling.dev/blog/one-billion-row-challenge/
Apache License 2.0
6.08k stars 1.83k forks source link

1BRC using ArcticDB #754

Open DrNickClarke opened 2 weeks ago

DrNickClarke commented 2 weeks ago

We saw this challenge and thought it was really interesting, so we decided to see how easy it would be to solve using simple Python with ArcticDB. ArcticDB is a high performance dataframe database.

We were very pleased with the results.

You can read about it in the post on linkedin here https://www.linkedin.com/posts/nicholas-clarke-7563772a_the-1-billion-row-challenge-1brc-on-arcticdb-activity-7232691021350932480-1Agz

If there is a place where you are accumulating material related to the challenge we would love to include this.

Thanks for creating the challenge.