Using SIMD to aggregate billions of values per second
1–10 of 74 posts
Re: Using SIMD to aggregate billions of values per second
#2High performance databases have a reputation of being inaccessible. They are expensive, closed-source, and require complex proprietary languages.
We have made our code available under Apache 2.0. Under this new release, QuestDB leverages SIMD instructions, vectorizations and parallel execution to achieve performance figures at the top of the high-performance databases. Results are shown in our blog post.
I sincerely hope that you will find this helpful, and that this will unlock new possibilities! In the meantime, we will carry on working on QuestDB, adding more features, and taking this speed to more query types. Feel free to join us on slack or Github if you want to participate.
Re: Using SIMD to aggregate billions of values per second
#3Re: Using SIMD to aggregate billions of values per second
#4Re: Using SIMD to aggregate billions of values per second
#5Re: Using SIMD to aggregate billions of values per second
#6I came across QuestDB in the past, but never tried myself. At my company, we use kx and onetick. Could you please elaborate why you are also comparing with Postgres since it's not really a time-series database nor revendicating to be part of the "high performance" club?
The reason we are showcasing this instead of other more complex queries is because this is a simple, easily reproducible benchmark. It provides point of reference for performance figures.
Re: Using SIMD to aggregate billions of values per second
#7Great work! 2.3x faster than kdb and 500x than postgres for sum (double) time series What are your goals for the next release?
Re: Using SIMD to aggregate billions of values per second
#8The numbers are impressive, especially because it is against kdb. q/kdb is mostly finance focused and closed source so not really flexible. questdb has an advantage on this, it might be a bit of a tangent but I wonder if this could be used to replace redis, I can see how having SQL as a querying language could be a big plus.
Re: Using SIMD to aggregate billions of values per second
#9Re: Using SIMD to aggregate billions of values per second
#10So how does it compare to Clickhouse?