Re: Which SQL is the best for servers?

From: Thomas Kellerer <FJIFALSDGVAF(at)spammotel(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Which SQL is the best for servers?
Date: 2009-02-16 22:48:17
Message-ID: 6vu8pgFm096eU1@mid.individual.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Matthias Hoys wrote on 16.02.2009 22:56:
>> Should you choose an open-source, make sure your code AND your DDL uses as
>> much ANSI standards as possible so when you do need to move to something
>> else, it won't be as painful. (auto-incrementing columns vs. sequences
>> etc...).
>
> I really wouldn't go for database independence ... Choose a RDBMS and use
> all of its features !

Full ACK.

The only reason to go for DBMS independence is when you are creating a standard
product which should run on multiple platforms.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jerry Stuckle 2009-02-16 23:01:51 Re: Which SQL is the best for servers?
Previous Message Serge Rielau 2009-02-16 22:41:30 Re: Which SQL is the best for servers?