Re: [sqlite] performance issue through Dll upgrade

2016-12-07 Thread Simon Slavin
On 1 Dec 2016, at 7:24am, Stephan Stauber wrote: > 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 it takes 35

[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

Re: [sqlite] performance issue through Dll upgrade

2016-12-01 Thread Dan Kennedy
On 12/01/2016 02:24 PM, Stephan Stauber wrote: 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

[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