by atif089 on 2/28/24, 8:29 PM with 3 comments
by throwaway38375 on 2/29/24, 10:31 AM
I would calculate the costs of something like S3 versus buying five 4TB HDDs and running a network file server.
You're going to save a ton of money hosting this yourself. I would go with two used powerful desktop PCs. One as a DB server and the other as the file server.
Store the images on the file server and store the image's path in the database server.
by speedgoose on 2/29/24, 5:48 AM
But an object store may be more convenient overall.
When I did something similar, I did store embeddings and the image UUID in a table and my images in an object store with the same UUIDs as filenames. It was simpler to upload the images and put them available through a CDN.
by reactor on 3/2/24, 9:25 AM