Re: Again about varchar()

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Again about varchar()
Дата
Msg-id 2328.1184775709@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Again about varchar()  (李彦 Ian Li <liyan82@gmail.com>)
Список pgsql-general
=?UTF-8?B?5p2O5b2mIElhbiBMaQ==?= <liyan82@gmail.com> writes:
> I have tables with one or several varchar(n) columns(utf8, n<=200)
> which I believe those tables' row length will not exceed the page
> length. Will it helps to the performance that I turn off TOAST of
> those 'short' varchar() columns by issuing “ALTER TABLE foo ALTER
> COLUMN bar SET STORAGE PLAIN”?

No.

            regards, tom lane

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

Предыдущее
От: "Benjamin Arai"
Дата:
Сообщение: Parrallel query execution for UNION ALL Queries
Следующее
От: "Jonah H. Harris"
Дата:
Сообщение: Re: [PERFORM] Parrallel query execution for UNION ALL Queries