Does Android SQLite cursor load all records into memory at once? -


does android sqlite cursor load data query memory, or there sort of optimization strategy that's part of implementation?

a sqlitecursor fills "window" data navigate through it. recollection window size 1mb, can't point specific code backs recollection. so, small queries, net effect sqlitecursor hold entire result set in memory, once start accessing rows , columns.


Comments

Popular posts from this blog

c# - Better 64-bit byte array hash -

webrtc - Which ICE candidate am I using and why? -

php - Zend Framework / Skeleton-Application / Composer install issue -