Re: DataImportHandler OutOfMemory Mysql

2017-04-02 Thread Shawn Heisey
On 4/1/2017 4:17 PM, marotosg wrote: > I am trying to load a big table into Solr using DataImportHandler and Mysql. > I am getting OutOfMemory error because Solr is trying to load the full > table. I have been reading different posts and tried batchSize="-1". > https://wiki.apache.org/solr/DataIm

Re: DataImportHandler OutOfMemory Mysql

2017-04-01 Thread Mikhail Khludnev
ot; > deltaImportQuery="SELECT * from job WHERE id='${dih.delta.id}'" > deltaQuery="SELECT id FROM job WHERE updated_at > > '${dih.last_index_time}'" > > > > > > > > > > > > > > > > > > > > > > Thanks > Sergio > > > > -- > View this message in context: http://lucene.472066.n3. > nabble.com/DataImportHandler-OutOfMemory-Mysql-tp4327982.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Sincerely yours Mikhail Khludnev

DataImportHandler OutOfMemory Mysql

2017-04-01 Thread marotosg
Thanks Sergio -- View this message in context: http://lucene.472066.n3.nabble.com/DataImportHandler-OutOfMemory-Mysql-tp4327982.html Sent from the Solr - User mailing list archive at Nabble.com.