On 02.02.2010, at 22:45, Giri wrote:

> HI,
> 
> I have a simple MySQLtable with 12 million rows (7 columns), I have been
> trying to use the DIH to index all the rows, I tired using the batchSize =
> "25000", but DIH is failing after a while. but if I split the query with
> limit and offset (limit 1000000 offset 0), it is indexing the records
> properly.
> 
> The batchSize is not really fetching 25000 records from the DB, it is still
> try to get all the 12 million rows.  I am using MySQL server version 5.0.77.


try batchsize=-1

regards,
Lukas Kahwe Smith
m...@pooteeweet.org



Reply via email to