Re: Performance Hit for Zero Record Dataimport

2009-01-21 Thread wojtekpia
Created SOLR 974: https://issues.apache.org/jira/browse/SOLR-974 -- View this message in context: http://www.nabble.com/Performance-Hit-for-Zero-Record-Dataimport-tp21572935p21588634.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Performance Hit for Zero Record Dataimport

2009-01-21 Thread Shalin Shekhar Mangar
Yes please. Even though the fix is small, it is important enough to be mentioned in the release notes. On Wed, Jan 21, 2009 at 11:05 PM, wojtekpia wrote: > > Thanks Shalin, a short circuit would definitely solve it. Should I open a > JIRA issue? > > > Shalin Shekhar Mangar wrote: > > > > I guess

Re: Performance Hit for Zero Record Dataimport

2009-01-21 Thread wojtekpia
Thanks Shalin, a short circuit would definitely solve it. Should I open a JIRA issue? Shalin Shekhar Mangar wrote: > > I guess Data Import Handler still calls commit even if there were no > documents created. We can add a short circuit in the code to make sure > that > does not happen. > --

Re: Performance Hit for Zero Record Dataimport

2009-01-20 Thread Shalin Shekhar Mangar
I guess Data Import Handler still calls commit even if there were no documents created. We can add a short circuit in the code to make sure that does not happen. On Wed, Jan 21, 2009 at 3:49 AM, wojtekpia wrote: > > I have a transient SQL table that I use to load data into Solr using the > DataI