How to store and retrieve the profile pic image of the users on the server ? In the database or using File System? I heard that storing in DB is preferable for small images. If size would be small around from 60*60 px to 80*80 px then retreivals would be faster as compared to file system!?
[My database is Cassandra.]