[sqlite] performance issue through Dll upgrade

2016-12-07 Thread Stephan Stauber
sorry for the delayed response. with 3.15.2 it is even worse ( it takes 1246s to INSERT 380.000 records) with 3.8.5 it took only 10s Best regards Stephan ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org

[sqlite] performance issue through Dll upgrade

2016-11-30 Thread Stephan Stauber
Hello, we have following performance Issue since we upgraded from SQLite 3.8.5 to SQLite 3.10.0: SQLite 3.8.5: to INSERT 380.000 records into a in inMemory Database it takes 10 seconds SQLite 3.10.0 to INSERT 380.000 records into a in inMemory Database