Do you think it's a good idea to save billions of images into Database?

前端 未结 4 1927
忘掉有多难
忘掉有多难 2021-01-05 10:16

Recently, I and my colleagues, we are discussing how to build a huge storage systems which could store billions a pictures which could searched and download quickly.

4条回答
  •  一向
    一向 (楼主)
    2021-01-05 10:20

    If you are really talking about billions of images, I would store them in the file system because retrieval will be faster than serializing and de-seralizing the images

提交回复
热议问题