Hello, We are evaluating AEM 6.2 with Mongo has the Node Store and currently seeing a performance hit. Just wanted to find out if there are any successful implementations and the consideration factors.
We are having a Mongo clustered environment with 1 primary and 3 secondaries with 1 arbitrar where the primary and secondaries are in different AWS regions. We have 3 instances of author each resides in separate AWS regions. Each author instance is configured to read from the Mongo secondaries associated with its respective AWS region, so that it can have better reads from the nearest mongo and reduce latency. For write operations it still have to come to write to the primary which is in a different AWS region. The latency from Author to Monogo in its own regions are less than 1 millisecond where as the latency from Author to the primary mongo is around 100 milliseconds.
There is a checklist on Adobe saying the latency should be less than 2 milliseconds from Author to Mongo nodes.
Is there any one implemented in a similar fashion?
Since we have a geo distributed team we would like to have better access from our regional sites and that is one of the main reason why we thought of considering mongo with a clustered approach. For getting this geo distributed set up are there any alternatives?
Thanks,
Sandeep