Earlier quoted context omitted.
"while QuestDB utilizes its full indexing strategy to read just a tiny fraction of the actual data" Can you please elaborate on this?
Full disclosure: I am CTO of QuestDB and I took part in JIT implementation. The quote above is not mine, it was written by Clickhouse staff. "utilizes its full indexing strategy" statement is false and is news to me.
No, QuestDB is not Faster than ClickHouse
41–50 of 73 posts
Re: No, QuestDB is not Faster than ClickHouse
#42Sounds like they didn't re-do the QuestDB benchmark with same change to the indexes, and so their claim is that Clickhouse is 27x faster with a specific index than QuestDB without that index. Which is not a fair comparison. Also, the tone of the post sounds really arrogant. They try to hide it a bit, I feel, but it just seeps through.
Well, I don't know how QuestDB works, and I couldn't find anything in the original benchmark, but probably they already have some sort of (geo)index in place? It's really strange to search geo-data by scanning the whole surface of the Earth. The point that Clickhouse outperforms this by just sorting on one axis (and even not using any fancy 2D indices) is reasonable.
Re: No, QuestDB is not Faster than ClickHouse
#43Earlier quoted context omitted.
Well, I don't know how QuestDB works, and I couldn't find anything in the original benchmark, but probably they already have some sort of (geo)index in place? It's really strange to search geo-data by scanning the whole surface of the Earth. The point that Clickhouse outperforms this by just sorting on one axis (and even not using any fancy 2D indices) is reasonable.
No, there are no indexes in QuestDB in the article. None. Zero. That's bold mistake in the ClickHouse article. Should be named Yes, QuestDb is Faster.
Re: No, QuestDB is not Faster than ClickHouse
#44Earlier quoted context omitted.
Well, I don't know how QuestDB works, and I couldn't find anything in the original benchmark, but probably they already have some sort of (geo)index in place? It's really strange to search geo-data by scanning the whole surface of the Earth. The point that Clickhouse outperforms this by just sorting on one axis (and even not using any fancy 2D indices) is reasonable.
No, there are no indexes in QuestDB in the article. None. Zero. That's bold mistake in the ClickHouse article. Should be named Yes, QuestDb is Faster.
Re: No, QuestDB is not Faster than ClickHouse
#45Earlier quoted context omitted.
Well, I don't know how QuestDB works, and I couldn't find anything in the original benchmark, but probably they already have some sort of (geo)index in place? It's really strange to search geo-data by scanning the whole surface of the Earth. The point that Clickhouse outperforms this by just sorting on one axis (and even not using any fancy 2D indices) is reasonable.
No, there are no indexes in QuestDB in the article. None. Zero. That's bold mistake in the ClickHouse article. Should be named Yes, QuestDb is Faster.
Re: No, QuestDB is not Faster than ClickHouse
#46Our article in question can be found here: https://questdb.io/blog/2022/05/26/query-benchmark-questdb-v... The intent of the article was to showcase JIT-optimised WHERE clause and we did not use any indexes on QuestDB.
If your intent it to showcase the new optimization in the product it is best to compare it to your own old version
For me benchmarking is usual - "Why this query takes so long? We need to improve it. Sometimes 1000x times."
Re: No, QuestDB is not Faster than ClickHouse
#47Earlier quoted context omitted.
I wonder what "every effort to be fair" means ? The first thing you could have done is reach out to ClickHouse Community to ask for optimization suggestions
What if the purpose of the article is to compare queries without indexes?
Re: No, QuestDB is not Faster than ClickHouse
#48Earlier quoted context omitted.
What if the purpose of the article is to compare queries without indexes?
So, maybe do not create specific scenarios for corner cases and then generalize outcome? And write articles about common scenarios that is important for people who will use technology on daily basis.
Re: No, QuestDB is not Faster than ClickHouse
#49Sounds like they didn't re-do the QuestDB benchmark with same change to the indexes, and so their claim is that Clickhouse is 27x faster with a specific index than QuestDB without that index. Which is not a fair comparison. Also, the tone of the post sounds really arrogant. They try to hide it a bit, I feel, but it just seeps through.
Re: No, QuestDB is not Faster than ClickHouse
#50Earlier quoted context omitted.
I wonder what "every effort to be fair" means ? The first thing you could have done is reach out to ClickHouse Community to ask for optimization suggestions
What if the purpose of the article is to compare queries without indexes?
Pretty sleazy.