Re: [GENERAL] B-tree index on a VARCHAR(4000) column

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: [GENERAL] B-tree index on a VARCHAR(4000) column
Дата
Msg-id CAHyXU0wFT+X=CGi+ONQVRxhfGPheiU=Fh6JOZUae-KBcgQi5Lw@mail.gmail.com
обсуждение исходный текст
Ответ на [GENERAL] B-tree index on a VARCHAR(4000) column  (Ron Johnson <ron.l.johnson@cox.net>)
Список pgsql-general
On Thu, Sep 7, 2017 at 10:48 PM, Ron Johnson <ron.l.johnson@cox.net> wrote:
> Hi,
>
> v 9.2.7
>
> Based on LENGTH(offending_column), none of the values are more than 144
> bytes in this 44.2M row table.  Even though VARCHAR is, by definition,
> variable length, are there any internal design issues which would make
> things more efficient if it were dropped to, for example, VARCHAR(256)?
>
> (I don't have access to the source code or to development boxes, so can't
> just test this on my own.)

Just use TEXT :-).   Realizing that obsessing about column lengths was
a giant waste of time and energy for zero useful benefit that I've
ever observed was a transformational moment for me.  Also, please
apply bugfix upgrades :-).

merlin


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] B-tree index on a VARCHAR(4000) column
Следующее
От: chiru r
Дата:
Сообщение: [GENERAL] SAP Application deployment on PostgreSQL