Re: Best Strategy for Large Number of Images - Mailing list pgsql-general

From Дмитрий Иванов
Subject Re: Best Strategy for Large Number of Images
Date
Msg-id CAPL5KHpAFwAF5rsC+3=J+3QZR_WHoEvdqEPyeCyT4tBrNmBXgw@mail.gmail.com
Whole thread Raw
In response to Re: Best Strategy for Large Number of Images  (Estevan Rech <softrech@gmail.com>)
List pgsql-general
PostgreSQL, thanks to extensions, allows a third non-obvious file strategy. Since many developers when working with small images don't want to overload their solutions with the complexities of interacting with file servers, and I didn't want to store files in a database, I found and tried a third option. I turned PostgreSQL into a file server that provides page bytes exchange with the client using Bytea virtual tables. Roughly it looks like this: client-(access library-asynchronous page exchange)-PostgreSQL-Python-file system. I've set a limit of 2Gb, but working with such large files with this strategy doesn't seem reasonable to me. But the system for storing fiscal documents turned out pretty good (<10Mb).
--
Regards, Dmitry!


ср, 15 дек. 2021 г. в 23:18, Estevan Rech <softrech@gmail.com>:
I think about using it inside the database to facilitate the select and generation of reports...

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Properly handling aggregate in nested function call
Next
From: Matt Magoffin
Date:
Subject: Re: Properly handling aggregate in nested function call