Our application will be serving a large number of small, thumbnail-size images (about 6-12KB in size) through HTTP. I\'ve been asked to investigate whether using a NoSQL dat
If you are in a Python environment, consider the y_serial module: http://yserial.sourceforge.net/
In under 10 minutes, you will be able to store and access your images (in fact, any arbitrary Python object including webpages) -- in compressed form; NoSQL.