Now i have batch indexed, with batch of 250 documents.These were the results. After 7,000 documents, Qtime: 46894, System time : 00:00:55.9384892 JVM memory : 249.02mb, 24.8% This shows quite a reduction in timing.
After 70,000 documents, Qtime: 480435, System time : 00:09:29.5206727 System memory : 82.8%, 2.90gb JVM memory : 82% , 818.06mb //Here, the memory usage has increased, though the timing has reduced. After disabling softcommit and tlog, for 70,000 contracts. Qtime: 461331, System time : 00:09:09.7930326 JVM Memory : 62.4% , 623.42mb. //Memory usage is less. What causes this memory usage to change, if the data to be indexed is same? -- View this message in context: http://lucene.472066.n3.nabble.com/to-reduce-indexing-time-tp4121391p4121441.html Sent from the Solr - User mailing list archive at Nabble.com.