ideawu / ssdb

SSDB - A fast NoSQL database, an alternative to Redis
http://ssdb.io/
BSD 3-Clause "New" or "Revised" License
8.19k stars 1.4k forks source link

Is it a good idea to use ssdb as file storage? #1424

Closed link89 closed 1 year ago

link89 commented 1 year ago

I just work on a legacy project which use ssdb as file storage. I am not sure if ssdb is designed for such use case. Is there any potential risk to use it this way?

alanhamlett commented 1 year ago

Files are the same as any other data, but you should know the ssdb data files have been known to become corrupted so you should only store cache data in ssdb. Never store data in ssdb that you can't reproduce.