From: | Tim Tassonis <timtas(at)cubic(dot)ch> |
---|---|
To: | "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: more anti-postgresql FUD |
Date: | 2006-10-12 17:40:42 |
Message-ID: | 452E7E1A.9010708@cubic.ch |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
Joshua D. Drake wrote:
>> Well, that is hardly surprising. What exactly is your point?
>>
>> If you want to write portable software, you usually stay with generally
>> available, standardized features or API's, be it "database independent",
>> "platform independent", you name it. You certainly don't go for
>> user-defined types. I really think all the nice features and
>> capabilities of PostgreSQL are great, but I would never, ever start
>> using any of them extensively in a project that might have to run on
>> another database. Ever heard of vendor lock-in and "embrace and expand"?
>
> Bah! Ever heard of crappy software because of database independence?
No, actually not. I certainly heard about buggy, bad- performing
software and about software not fitting its goal, but that is mostly due
to other reasons than database independence.
I know a lot of crappy, database dependent applications.
> I have yet to see a good application that supports "database
independence".
If you are talking about high- end applications (big databases with lot
of transactions), you're of course right. However, there are a lot of
applications with small or medium sized databases and not so many
transactions, where you don't need to get the best out of your RDBMS for
decent performance.
With a good design and some expierience in portability in general, you
will be able to write a good, "quite" database independent application,
supporting some of more standardized RDBMS's.
Bye
Tim
From | Date | Subject | |
---|---|---|---|
Next Message | Karen Hill | 2006-10-12 17:48:51 | Re: Find out the number of rows returned by refcursor? |
Previous Message | Bill Moran | 2006-10-12 17:38:37 | Re: Storing images in PostgreSQL databases (again) |
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Sullivan | 2006-10-12 17:45:03 | Re: [PERFORM] Hints proposal |
Previous Message | Stephen Frost | 2006-10-12 17:31:33 | Re: array_accum aggregate |