Re: Status of server side Large Object support?

Поиск
Список
Период
Сортировка
От Hannu Krosing
Тема Re: Status of server side Large Object support?
Дата
Msg-id 1102466018.4020.11.camel@fuji.krosing.net
обсуждение исходный текст
Ответ на Re: Status of server side Large Object support?  (David Garamond <lists@zara.6.isreserved.com>)
Ответы Re: Status of server side Large Object support?
Список pgsql-hackers
On E, 2004-11-29 at 02:22, David Garamond wrote:
> Joe Conway wrote:
> > Not if the column is storage type EXTERNAL. See a past discussion here:
> > http://archives.postgresql.org/pgsql-general/2003-07/msg01447.php
> 
> what is the reasoning behind this syntax?
> 
>   ALTER TABLE [ ONLY ] table [ * ]
>   ALTER [ COLUMN ] column SET STORAGE
>   { PLAIN | EXTERNAL | EXTENDED | MAIN }
> 
> I find it nonintuitive and hard to remember. Perhaps something like this 
> is better (I know, it's probably too late):
> 
>   ALTER [ COLUMN ] column SET STORAGE { INLINE | EXTERNAL }
>   ALTER [ COLUMN ] column SET COMPRESSION { YES | NO }

It wold also be beneficial if the threshold size of moving the column to
TOAST (either COMPRESS or EXTERNAL) could be set on a per-column basis

This is a design decision on the same lavel as the others

------------
Hannu



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

Предыдущее
От: Matthias Schmidt
Дата:
Сообщение: Re: somebody working on: Prevent default re-use of sysids for dropped users and groups?
Следующее
От: Horak Daniel
Дата:
Сообщение: Re: apparent problem on linux/s390