Closed nsanglar closed 3 years ago
After going through the issues, I found https://github.com/graphaware/neo4j-to-elasticsearch/issues/75 For us going through Kafka would make sense as we are using it already. @ikwattro is there still a plan to open source the functionality you are referring in the linked issue?
Hello!
We are trying to perform the initial indexation to ES, and our neo4j instance is about 60 Go. Our Neo4j instance sizing:
Our ES instance sizing:
The plugin config (the strange syntax comes from the fact that these are k8s env variables):
It starts fine, but eventually the work queue is getting full (more than 10000) and ultimately we are getting messages such as:
In the ES side, metrics do not show any issue performance wise, but it seems that Neo4j is really slow (cannot perform queries anymore).
My guess is that on neo4j, too many operations need to be pushed to Elasticsearch, and that the plugin cannot keep up. A 60 Go database is not really big, so I guess that I something is misconfigured somehow.
Do you have any suggestion about this?