On 16 Oct 2019, at 6:38pm, Randall Smith <rsm...@qti.qualcomm.com> wrote:

> I'm having a situation where the results of a large SELECT operation are 
> apparently too big to fit in memory.

SQLite only stores results if it has to.  It would have to if there is no good 
index for your SELECT terms.

Are you actually using the SQLite API (called from C or C++) or are you using a 
function in a library for another language ?
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to