Elasticsearch vs Cassandra vs Elasticsearch with Cassandra

前端 未结 8 1236
佛祖请我去吃肉
佛祖请我去吃肉 2020-11-29 15:03

I am learning NoSQL and looking at different options for one of my client\'s requirements. I have gone through various resources before putting up this question (a person w

8条回答
  •  一向
    一向 (楼主)
    2020-11-29 15:36

    Elassandra is the combined solution of Cassandra + Elastic search , It uses Elastic search to index the data and Cassandra as the data store , i'm not sure about the performance but as per this article , its performance is good.
    If your application needs search feature then , Elassandra is the best open source option. DSE search is available but its expensive.

提交回复
热议问题