My Solr server takes very long to update index. The table it hits to index is 
huge with 10Million + records , but even in that case I feel this is very long 
time to index. Below is the snapshot of the /dataimport page

<str name="status">busy</str>
<str name="importResponse">A command is still running...</str>
<lst name="statusMessages">
<str name="Time Elapsed">1:53:39.664</str>
<str name="Total Requests made to DataSource">16276</str>
<str name="Total Rows Fetched">24237</str>
<str name="Total Documents Processed">16273</str>
<str name="Total Documents Skipped">0</str>
<str name="Full Dump Started">2011-06-04 11:25:26</str>
</lst>

How can i determine why this is happening and how can I improve this. During 
all 
our test on the local server before the migration we could index 5 million 
records in 4-5 hrs, but now its taking too long on the live server.

Regards,
Rohit

Reply via email to