Database storage as a blob is usually faster, but file storage is easier to manage and it won't take up as much CPU time in terms of database access.
Store them all in a folder with sub-folders by userid if each user has more than one picture.
storagefolder/1
storagefolder/2
storagefolder/3
...
If there is only one picture per user, then just store them all in one folder.
- Sid
|