I have thousands of images in a directory divided in subfolders. I want to get all these images out of the file system and put them in a database. I do not think that such data is good for a normal database such as sql server. is there a database that is good for storing thousands if not millions of small high-definition thumbnails? I would like to query this database by id, then it will provide me with an image
source share