Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The following page has been changed by paulsundling: http://wiki.apache.org/solr/SolrPerformanceFactors ------------------------------------------------------------------------------ Consult the documentation for the application server you are using (ie: !TomCat, Resin, Jetty, etc...) for more information on how to configure page compression. + == Embedded vs HTTP Post == + + Using an [EmbeddedSolr] for indexing is over 50% faster than one using XML messages that are posted. + + For example it took 2:10:23 to index 3 million records and optimize, while it took 3:21:36 on the same machine to index using HTTP Post. If you consider that optimize is only one call, then the difference is slightly bigger. The machine for these sample numbers was a 3Ghz Pentium 4 desktop machine. +
