Re: Best Strategy for Large Number of Images

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Estevan Rech <softrech(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Best Strategy for Large Number of Images
Date: 2021-12-15 21:41:30
Message-ID: 20211215214130.GB4445@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Dec 15, 2021 at 02:45:15PM -0300, Estevan Rech wrote:
> Hi,
>
> I don't currently use PostgreSQL, but I plan to migrate and I have a question
> about the best way/strategy for storing images. I have about 2 million images
> with a growth trend of around 1 million images per year. I plan to store in
> bytea format in an isolated table. Is this recommended? Is there another better
> way?

You might want to read this:

https://momjian.us/main/blogs/pgblog/2020.html#June_19_2020

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com

If only the physical world exists, free will is an illusion.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Benedict Holland 2021-12-15 21:47:19 Re: Best Strategy for Large Number of Images
Previous Message Adrian Klaver 2021-12-15 21:37:25 Re: Why can't I have a "language sql" anonymous block?