Re: Solr Basic Performance Testwith duplicated data

2012-02-10 Thread Rafał Kuć
Hello! In terms of query performance, Solr will use caches (of course, if they are turned on). So if you will run similar queries (like the same filters, sort and stuff like that) the performance may be different than performance with unique queries. The http://wiki.apache.org/solr/SolrCaching ha

Solr Basic Performance Testwith duplicated data

2012-02-10 Thread Husain, Yavar
Will testing Solr based on duplicated data in the database result in same performance statistics as compared to testing Solr with completely unique data? By test I mean routine performance tests like time to index, time to search etc. Will solr perform any kind of optimization that will result i