Does anyone have any idea (numbers?) that shows the difference between reading image files from a SQLite database vs reading it directly from the file system in a SD card. Which one is faster ?
Does anyone have any idea (numbers?) that shows the difference between reading image files
Share
Reading from the file system is always faster than reading from a DB unless the DB can cache the file in memory (don’t think Android phones have enough memory for sqllite to do this)…