Re: your mail

From: "Roderick A(dot) Anderson" <raanders(at)altoplanos(dot)net>
To: pgsql-sql(at)postgreSQL(dot)org
Subject: Re: your mail
Date: 1999-02-22 18:17:48
Message-ID: Pine.LNX.3.95.990222100729.1729C-100000@altoplanos.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)altoplanos(dot)net Altoplanos Information Systems, Inc.
Voice: 208.765.6149 212 S. 11th Street, Suite 5
FAX: 208.664.5299 Coeur d'Alene, ID 83814

In response to

  • at 1999-02-20 03:18:34 from Eric Lee Green

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Bruce Momjian 1999-02-22 19:27:16 Re: [SQL] questions on features
Previous Message Tom Lane 1999-02-22 15:42:59 Re: [SQL] SQL query _slow_