solr - Improve solrCloud search : two architectures -


I know solr search is I / O bound, if I have 4 node clusters and one index is divided into 4 blocks , Which will have a better search performance in the following architecture:

1) There are 4 sample examples running in a single node and keep each block of each of the examples of these 4 sulter 2) each node There are a few examples of solar powered, so a total 4-node cluster, and each SL Put each block of index and examples.

Thank you!

The second option would probably be better and I would explain.

Solar core is a Java program that contains some cache objects when you put 4 solar core on the same node, they will use the same JVM RAM and the same CPU.

In 1 option, the same JVM will need to run 4 solar core and 4 cores instead of 1 to collect garbage.

When you use 4 different nodes (4 JVM) you probably host 4 nodes on the same physical machine,


Comments