Hi all As far as I know, by using DIH it will read all the documents from database (I am using SQLite v3) to memory.
Now I would like to ask if I have a lot of records (let say 7 millions), it will put All 7 millions record in memory, how can I avoid that? There is a piece of documentation that say: setting responseBuffering="adaptive"(MSSQL) Or setting batchsize=”-1” (MySQL), but there is no attributes for SQLite. Can We use those parameters? What other parameters can SQLite users use? Thank you in advance. Ellery