Уточкин Александр <[email protected]> wrote: > Could you tell me please if it is normal that memory used by application > goes like this: > > SQLite3_Prepare_v2 - Memory used changes slightly > > Binding values - Memory used changes slightly > > Loop with sq3lite_step - Memory used growths by 16Mb > > sq3lite_finalize - Memory used doesn't reduce
Yes, this is normal. You are looking at the page cache. See also http://sqlite.org/pragma.html#pragma_cache_size -- Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

