Re: High-Profile Advocacy Opportunity:VbulletinForum

From: Chris Travers <chris(at)metatrontech(dot)com>
To: Josh Berkus <josh(at)agliodbs(dot)com>, PostgreSQL advocacy <pgsql-advocacy(at)postgresql(dot)org>
Subject: Re: High-Profile Advocacy Opportunity:VbulletinForum
Date: 2004-06-24 03:33:35
Message-ID: 40DA4B8F.7020203@metatrontech.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy


><grin> I just did a 45 minute presentation on this last night.
>
>"database independance" is very appropriate for some projects. Web bulletin
>boards are usually among them.
>
>If, however, your application depends on high performance, strong security, or
>rigorous and complex data integrity rules, the use of a client-side database
>abstraction layer is, at best, impractical.
>
>There is no one design strategy which is better than all others regardless of
>the application. Except maybe documenting your code. ;-)
>
>
>
There is a middle road. This limits the usefullness of databases like
MySQL, but would allow interoperability between, say Firebird and
PostgreSQL. This means abstracting the basic syntax differences
betweent the two and then building robust and compatible backends on
each. Yeah, it is more of a QA problem than anything else, but it is
quite doable.

Best Wishes,
Chris Travers

Attachment Content-Type Size
chris.vcf text/x-vcard 127 bytes

In response to

Browse pgsql-advocacy by date

  From Date Subject
Next Message Merlin Moncure 2004-06-24 13:54:27 win32 binary downloads
Previous Message Merlin Moncure 2004-06-23 17:11:49 great article on MVCC