Again about varchar()

Поиск
Список
Период
Сортировка
От 李彦 Ian Li
Тема Again about varchar()
Дата
Msg-id 469E3ACB.20604@gmail.com
обсуждение исходный текст
Ответы Re: Again about varchar()  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Hi all:

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”?

Regards
Ian

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

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: REQUEST: option to auto-generate new sequences with CREATE TABLE (LIKE)
Следующее
От: "Benjamin Arai"
Дата:
Сообщение: Parrallel query execution for UNION ALL Queries