Practical Limits of ElasticSearch + Cassandra

Viewed 11030

I am planning on using ElasticSearch to index my Cassandra database. I am wondering if anyone has seen the practical limits of ElasticSearch. Do things get slow in the petabyte range? Also, has anyone has any problems using ElasticSearch to index Cassandra?

4 Answers

I am currently starting working with Elisandra (Elasticsearch + Cassandra)

I am also, having problems to index Cassandra with elasticsearch. My problem is basically the node configuration.

Doing $ nodetool status you can see Host ID and then ruining:

curl -XGET http://localhost:9200/_cluster/state/?pretty=true

You can check that one of the node: is the same name as Host ID

Related