According to https://www.sqlite.org/intern-v-extern-blob.html it would generally be faster to store BLOBs up to 100K directly in the database, BLOBs over 100K in separate files. This is for SQLite vs standard POSIX file I/O, performance when using Cordova SQLite vs File plugins still needs to be tested. This tradeoff may also be affected by using evcore plugin version (GPL v3 or commercial license options).
Maximum record size that can be supported by this plugin still needs to be measured as discussed in litehelpers/Cordova-sqlite-storage#474, litehelpers/Cordova-sqlite-storage#533, and litehelpers/Cordova-sqlite-storage#766.
According to https://www.sqlite.org/intern-v-extern-blob.html it would generally be faster to store BLOBs up to 100K directly in the database, BLOBs over 100K in separate files. This is for SQLite vs standard POSIX file I/O, performance when using Cordova SQLite vs File plugins still needs to be tested. This tradeoff may also be affected by using evcore plugin version (GPL v3 or commercial license options).
Maximum record size that can be supported by this plugin still needs to be measured as discussed in litehelpers/Cordova-sqlite-storage#474, litehelpers/Cordova-sqlite-storage#533, and litehelpers/Cordova-sqlite-storage#766.