New ask Hacker News story: Ask HN: Storing Images in PostgreSQL vs. Object Storage for Large Datasets

Ask HN: Storing Images in PostgreSQL vs. Object Storage for Large Datasets
2 by atif089 | 0 comments on Hacker News.
Is it advisable to store images directly in PostgreSQL for a dataset of 100 million records, each with a 200KB image, or should I use object storage with references from the start? My primary and only use case involves creating multimodal embeddings for search and relevance purposes.

Comments