Re: Index on (fixed size) bytea value

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: Index on (fixed size) bytea value
Дата
Msg-id CAKFQuwYT=k3bLEQCHpYOcSHGS_R5BhW2tkaEPLOduqzdRSu6ZQ@mail.gmail.com
обсуждение исходный текст
Ответ на Index on (fixed size) bytea value  (Les <nagylzs@gmail.com>)
Ответы Re: Index on (fixed size) bytea value  (Les <nagylzs@gmail.com>)
Список pgsql-performance
On Mon, Jun 19, 2023 at 1:05 PM Les <nagylzs@gmail.com> wrote:
AFAIK PostgreSQL does not allow a row to occupy multiple blocks.

Your plan is going to heavily involve out-of-band storage.  Please read up on it here:


I'm not looking for a definitive answer, just trying to get some hints from more experienced users before I fill up the drives with terabytes of data.


Store a hash (and other metadata, like the hashing algorithm) as well as the path to some system better designed for object storage and retrieval instead.

David J.

В списке pgsql-performance по дате отправления:

Предыдущее
От: Les
Дата:
Сообщение: Index on (fixed size) bytea value
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: Merge David and Goliath tables efficiently