You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This plugin includes sqlite 3.8.10.2 for all supported platforms Android/iOS/Windows but SQLite is now at 3.14.2. SQLite 3.4.x seems to handle larger batch transactions faster.
This plugin includes sqlite
3.8.10.2
for all supported platforms Android/iOS/Windows but SQLite is now at3.14.2
. SQLite 3.4.x seems to handle larger batch transactions faster.Unfortunately some test measurements I recorded in storesafe/cordova-sqlite-evcore-extbuild-free#2 with https://github.com/brodybits/Cordova-sqlite-perftest indicate slower repeated update/read test results when upgrading to sqlite 3.12.x or 3.14.x. This may be explained by larger default page and cache sizes as described in http://sqlite.org/pgszchng2016.html. The next step is to repeat the testing with the page and cache sizes adjusted with the compile-time option flags. I hope to revisit this in December 2016.
The text was updated successfully, but these errors were encountered: