Rules: A Modest Proposal - Mailing list pgsql-hackers

From David Fetter
Subject Rules: A Modest Proposal
Date
Msg-id 20091004175413.GF4964@fetter.org
Whole thread Raw
Responses Re: Rules: A Modest Proposal
Re: Rules: A Modest Proposal
Re: Rules: A Modest Proposal
List pgsql-hackers
Folks,

At the moment, user-accessible RULEs have, as far as I know, just two
sane uses:

* Writing to VIEWs
* Routing writes to partitions

And the second is pretty thin, given the performance issues for
numbers of partitions over 2.

What say we see about addressing those problems separately, and
removing user-accessible RULEs entirely?

There are already patches to deal with the first, at least for the
kinds of VIEWs where this can be deduced automatically, and people are
starting to take on the second.

The one remaining (as in nobody's really addressed it with code) issue
would be triggers on VIEWs.  As other systems have done it, it's
clearly not essentially impossible.  What would be needed?

Cheers,
David.
-- 
David Fetter <david@fetter.org> http://fetter.org/
Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
Skype: davidfetter      XMPP: david.fetter@gmail.com

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate


pgsql-hackers by date:

Previous
From: Roger Leigh
Date:
Subject: Re: Unicode UTF-8 table formatting for psql text output
Next
From: Pavel Stehule
Date:
Subject: Re: Rules: A Modest Proposal