Re: your mail

Поиск
Список
Период
Сортировка
От Roderick A. Anderson
Тема Re: your mail
Дата
Msg-id Pine.LNX.3.95.990222100729.1729C-100000@altoplanos.net
обсуждение исходный текст
Ответ на ...  (Eric Lee Green <eric@linux-hw.com>)
Ответы Stepping/Paging Through Rows
Список pgsql-sql
On Fri, 19 Feb 1999, Eric Lee Green wrote:

> I am curious about the cost of triggers.
>
> The MySQL guys claim that they are very expensive. But if I want to put a

Pay now, pay later is more of an issue.  Using triggers means you code
once and then all accesses use the same rules.  If the rules change you
change the triggers not every application that accesses the database.  The
other issue is non-application access to the database.  Without triggers
anyone that can login to the database can make non-rule changes to the
data.  Triggers prevent this.
  This is from a modelling prespective.  The actual design of your
database my require you to go the low-road to get the performance you
need.  Though more memory, faster disk subsystems, and a faster CPU should
help without going that low-road.

Rod
--
Roderick A. Anderson
raanders@altoplanos.net               Altoplanos Information Systems, Inc.
Voice: 208.765.6149                            212 S. 11th Street, Suite 5
FAX: 208.664.5299                                  Coeur d'Alene, ID 83814


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

Предыдущее
От: "jose' soares"
Дата:
Сообщение: Re: [SQL] SQL-Query 2 get primary key
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [SQL] questions on features