Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal vs external BLOB storage in SQLite #47

Open
brody4hire opened this issue May 10, 2018 · 0 comments
Open

Internal vs external BLOB storage in SQLite #47

brody4hire opened this issue May 10, 2018 · 0 comments

Comments

@brody4hire
Copy link

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 storesafe/cordova-sqlite-storage#474, storesafe/cordova-sqlite-storage#533, and litehelpers/Cordova-sqlite-storage#766.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant