Druid 和 ElasticSearch 有什么区别?两者各有什么优势?
What are differences between Druid and ElasticSearch ? What are advantages for both?
我对 Druid 还很陌生,我没有得到关于与 ElasticSearch 比较的答案。我发现这个 link: 但它没有给出差异和优点。
谁能给我解释一下,或者给我一些我在 google 上找不到的 link?
提前致谢。
J
Druid 提交者对此有一个 nice short text - 当然有一些偏见。也许会对你有所帮助。
总而言之,Druid 非常适合处理时间序列数据,因为它有 Roll-up funcionality and is based on Historical Nodes。
ElasticSearch 是一个基于 Apache Lucene. Have features to Recomendations and Data Mining like More Like This and Fuzzy 查询的全文搜索数据库。
我对 Druid 还很陌生,我没有得到关于与 ElasticSearch 比较的答案。我发现这个 link:
谁能给我解释一下,或者给我一些我在 google 上找不到的 link?
提前致谢。
J
Druid 提交者对此有一个 nice short text - 当然有一些偏见。也许会对你有所帮助。
总而言之,Druid 非常适合处理时间序列数据,因为它有 Roll-up funcionality and is based on Historical Nodes。
ElasticSearch 是一个基于 Apache Lucene. Have features to Recomendations and Data Mining like More Like This and Fuzzy 查询的全文搜索数据库。