Hi all! I have a fairly complex program where I am seeing a performance degradation of the sqlite3_step() function. Basically I'm iterating roughly 200 rows at a time, over and over. The only work happening during the iteration is I'm copying the record into an array. At first, sqlite3_step() takes less than a millisecond to run. After 0-50 iterations, it's taking anywhere from 10-100ms.
Does anybody have any insight into what's happening behind the scenes with this function to help me track down the cause? I appreciate it! Mike Borland _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users