Re: pg_largeobject

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: pg_largeobject
Дата
Msg-id 56FA4C45.1030003@hogranch.com
обсуждение исходный текст
Ответ на pg_largeobject  (Sridhar N Bamandlapally <sridhar.bn1@gmail.com>)
Ответы Re: pg_largeobject  (Sridhar N Bamandlapally <sridhar.bn1@gmail.com>)
Список pgsql-general
On 3/29/2016 2:13 AM, Sridhar N Bamandlapally wrote:
> Hi
>
> pg_largeobject is creating performance issues as it grow due to single
> point storage(for all tables)
>
> is there any alternate apart from bytea ?
>
> like configuration large-object-table at table-column level and oid
> PK(primary key) stored at pg_largeobject
>

I would as soon use a NFS file store for larger files like images,
audio, videos, or whatever.   use SQL for the relational metadata.

just sayin'....



--
john r pierce, recycling bits in santa cruz



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

Предыдущее
От: Sridhar N Bamandlapally
Дата:
Сообщение: pg_largeobject
Следующее
От: Geoff Winkless
Дата:
Сообщение: Re: More correlated (?) index woes