Skip to main content
1-Visitor
January 9, 2020
Solved

Windchill Index Search Installation

  • January 9, 2020
  • 1 reply
  • 2542 views
Installing the windchill index search installation. 
What is the benefit of each one?
 
Windchill Index Search Client with Index Search Server running in standalone mode. For more information, see Installing the Index Search Server in Standalone Mode.
 
 Windchill Index Search Client with Index Search Server running in high availability mode (cloud mode). For more information, see Installing the Index Search Server in Cloud Mode.
Best answer by Arpit-Singh

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.

1 reply

RCNewton1-VisitorAuthor
1-Visitor
January 9, 2020

Just for Clarity, I understand the theory behind each.

But when dose the cloud mode become a benefit over standalone?  

 

 

15-Moonstone
January 10, 2020

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.