Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Solved! Go to Solution.
One benefit that Cloud mode has over the Standalone mode is that it eliminates the SPOF (single point of failure). Cloud mode allows to run multiple SOLR nodes so if one goes down the other will serve the request. It sure has some possible performance benefits as well.
Just for Clarity, I understand the theory behind each.
But when dose the cloud mode become a benefit over standalone?
One benefit that Cloud mode has over the Standalone mode is that it eliminates the SPOF (single point of failure). Cloud mode allows to run multiple SOLR nodes so if one goes down the other will serve the request. It sure has some possible performance benefits as well.