android - Reading images (jpeg) files from SD Cards Vs SQLite DB -


Does anybody have any idea (numbers) that differ from reading SQL files and reading it directly from SQLite database What is the fastest file system in an SD card? Reading from the file system is always faster than reading from DB, as long as the DB can not cache the file. Memory (there is not enough memory for sqllite to do this for android phones) ...


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -