Re: Tune Data Import Handler to retrieve maximum records

2016-02-11 Thread Erick Erickson
It's possible with JDBC settings (see the specific ones for your drive), but dangerous. What if the number of rows is 1B or something? You'll blow Solr's memory out of the water Best, Erick On Wed, Feb 10, 2016 at 12:45 PM, Troy Edwards wrote: > Is it possible for the Data Import Handler to

Tune Data Import Handler to retrieve maximum records

2016-02-10 Thread Troy Edwards
Is it possible for the Data Import Handler to bring in maximum number of records depending on available resources? If so, how should it be configured? Thanks,