When is a constraint too big?

Поиск
Список
Период
Сортировка
От lbottorff@harveycounty.com
Тема When is a constraint too big?
Дата
Msg-id 862569E4.007D8671.00@mail.harveycounty.com
обсуждение исходный текст
Список pgsql-admin
I'm building a rather large table with certain fields that have a set range of
possible values. Some have a possible range of 100 or more values. Should I
continue to list out the boolean gospel right there in a CONSTRAINT
statement, or is this a job for a trigger, i.e., put the possible values in a
mini lookup table and use a trigger?

L



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

Предыдущее
От: Milind Patil
Дата:
Сообщение: Re: pg_hba.conf question
Следующее
От: "Michael Miyabara-McCaskey"
Дата:
Сообщение: Queries against multi-million record tables.