The problem is not in the queries. The problem is in a two order of magnitude increase in _mallocs between the versions. The _mallocs are coming from sqlite3Parser.
On Fri, Jan 20, 2012 at 2:37 PM, Max Vlasov <[email protected]> wrote: > On Fri, Jan 20, 2012 at 10:05 PM, John Elrick <[email protected] > >wrote: > > > The change which results in a slow down occurred between 3.7.5.0 and > > 3.7.6.0. > > > > > What about EXPLAIN difference? Or just outputs of this prefix from both > versions? > > Max > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- John Elrick Fenestra Technologies 540-868-1377 _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

