Re: [SQL] Dilema.

Поиск
Список
Период
Сортировка
От wieck@debis.com (Jan Wieck)
Тема Re: [SQL] Dilema.
Дата
Msg-id m11waPv-0003kGC@orion.SAPserv.Hamburg.dsh.de
обсуждение исходный текст
Ответ на Re: [SQL] Dilema.  (wieck@debis.com (Jan Wieck))
Список pgsql-sql
I wrote:

>     Look at this:
>
>         pgsql=> select key, length(content) from bttest;
>          key | length
>         -----+--------
>            1 |      3
>            2 |      9
>            4 | 135840
>         (3 rows)

    Rereading  my  own  comment, I just realized that it would be
    possible to  add  a  real  BIG  text  type  with  a  slightly
    different   technique.    This  would  require  another  (not
    syscached) pg_ relation plus support in heap access and  some
    other  parts.   And  it  would  be a DEFINITELY NOT indexable
    type.  Also it would be subject to get removed someday  after
    we implemented large tuples.

    But  it  would  drop  the  pressure from the large tuple item
    close to zero IMHO. So if I can implement it in a  way,  that
    ensures it is easily removable again, why not?


Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#========================================= wieck@debis.com (Jan Wieck) #

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

Предыдущее
От: wieck@debis.com (Jan Wieck)
Дата:
Сообщение: Re: [SQL] Dilema.
Следующее
От: "Gene Selkov Jr."
Дата:
Сообщение: Re: [SQL] Dilema.