Re: Design Strategy WAS: High-Profile Advocacy Opportunity:VbulletinForum - Mailing list pgsql-advocacy

From Thomas Hallgren
Subject Re: Design Strategy WAS: High-Profile Advocacy Opportunity:VbulletinForum
Date
Msg-id 40DB31E0.2040903@mailblocks.com
Whole thread Raw
In response to Re: Design Strategy WAS: High-Profile Advocacy  (Rod Taylor <pg@rbt.ca>)
List pgsql-advocacy
Rod Taylor wrote:

>One of the things that PostgreSQL is nice at is the ability to write
>your database procedures in the same language as your middleware in many
>cases (ignore java for now).
>
>
No :-)
Please don't ignore java.  Some months ago I published the pljava
project on gborg. Major reason, I concur with what you say here and if
any lanugage has a great potenital of actually enabling advanced server
side logic in a database independent way, I think that will be Java. In
addition, an increasing number of n-tier applications use Java in the
middle tier.

>With a little bit of abstraction around the database handle itself
>(libpq vs SPI) and now you can shove the procedure into the database or
>pull it back to the middware when you port to another db.
>
Right, and I include a JDBC implementation on top of SPI partly for that
reason.

>Write in such a way that you rely on database triggers or application
>side triggers based on database type (easy enough).
>
>Not perfect by any means, but certainly can make life easier.
>
Yes, absolutely. This is an example of a design that would be part of
the abstractions I'm rambling about. Add the some effort to actually
make the triggers etc. as db neutral as possible and the switch between
(competent) databases can be made with a bareable amount of pain.

Kind regards,

Thomas Hallgren



pgsql-advocacy by date:

Previous
From: Rod Taylor
Date:
Subject: Re: Design Strategy WAS: High-Profile Advocacy
Next
From: Robert Treat
Date:
Subject: Re: great article on MVCC