在数据库中存储用户的个人资料照片:小尺寸的图像,因此在数据库中?

时间:2011-11-11 18:01:06

标签: database image storage cassandra theory

如何存储和检索服务器上用户的个人资料照片图像?在数据库中还是使用文件系统?我听说存储在DB中对于小图像是优选的。如果尺寸从60 * 60像素到80 * 80像素那么小,那么与文件系统相比,retreivals会更快!?

[我的数据库是Cassandra。]

1 个答案:

答案 0 :(得分:3)

您可以使用原始字节在Cassandra中存储图片。如果您使用的是Java,可以参考以下链接 - https://github.com/rantav/hector/tree/master/core/src/main/java/me/prettyprint/cassandra/io

以下讨论也可能有所帮助 - http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Storing-photos-images-docs-etc-td6078278.html