I'm new to druid. I've already read "druid VS Elasticsearch", but I still don't know what druid is good at.
Below is my problem:
I have a solr cluster with 70 nodes.
I have a very big table in solr which has 1 billion rows, and each row has 100 fields.
The user will use different combinations range query of fields (20 combinations at least in one query) to count the distinct number of customer id, but the solr's distinct count algorithm is very slow and uses a lot of memory, so if the query result is more than 200 thousand, the solr's query node will crash.
Does druid has better performance than solr in distinct count?