please advise on column data type

Поиск
Список
Период
Сортировка
От jack
Тема please advise on column data type
Дата
Msg-id 003b01c1e4e5$89c2c010$1400a8c0@jac
обсуждение исходный текст
Ответы Re: please advise on column data type  ("Josh Berkus" <josh@agliodbs.com>)
Список pgsql-sql
When I create a table can I always use the rule, use VARCHAR for all
variable length string data and use CHAR for only fixed length string data.
Or I have to consider if the column will be set as an index or primary key,
it would be better to use CHAR for better performance.

JACK



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: oid and oidvector
Следующее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: How slow is DISTINCT?