Re: table constraints and performance

Поиск
Список
Период
Сортировка
От Chris M
Тема Re: table constraints and performance
Дата
Msg-id big171$2stv$1@news.hub.org
обсуждение исходный текст
Ответ на table constraints and performance  ("Brian Maguire" <bmaguire@vantage.com>)
Список pgsql-general
What Franco Bruno Borghesi says is a goos idea.
You can prevent the user from duplicate submits.

If you want to keep some fields unique in a table, please
rely on the DBMS. PostgreSQL support primary key,
foreign key, unique index and other facilities to keep
data integrity. And I think it can do things better most
of the time.



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

Предыдущее
От: Curt Sampson
Дата:
Сообщение: Re: [HACKERS] Decent VACUUM (was: Buglist)
Следующее
От: Kaarel
Дата:
Сообщение: Re: Books for PostgreSQL?