Greetings,

With the sqlite database here: 
http://www.derkarl.org/~charles/massive_performance_regression.bz2

There is a massive performance regression between 3.7.1 and 3.7.2, when 
compared to 3.6.23.1.

The following query runs orders of magnitude slower than it did in the 
previous version:


select *
            from object_formats join 
            page_table on page_table.version=3 and page_table.objectid = 
object_formats.objectid ;

Thanks,

Charles
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to