Re: PostGres Doubt

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Dann Corbit <DCorbit(at)connx(dot)com>
Cc: Michael Meskes <meskes(at)postgresql(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: PostGres Doubt
Date: 2002-06-12 21:33:52
Message-ID: 200206122133.g5CLXqR13276@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dann Corbit wrote:
> > -----Original Message-----
> > From: Michael Meskes [mailto:meskes(at)postgresql(dot)org]
> > Sent: Wednesday, June 12, 2002 5:41 AM
> > To: Dann Corbit
> > Cc: pgsql-hackers(at)postgresql(dot)org
> > Subject: Re: [HACKERS] PostGres Doubt
> >
> >
> > On Mon, Jun 10, 2002 at 02:08:22PM -0700, Dann Corbit wrote:
> > > ECPG is single threading. Hence, tools written in ECPG are
> > a pain in
> > > the neck if you want multiple threads of execution. I
> > recommend against
> >
> > Did he say he wants to write a multi-threaded app?
>
> Or run concurrent queries queries at the same time? Or later discover
> the need to do so?
...
>
> I posted the problems to this list long ago. I wanted to use ECPG and
> discovered it was a joke. Do a search through the list and you will
> find a half dozen complaints.
,..
>
> Then why not do it. I looked at doing it myself, but the implementation
> of embedded SQL is totally nonstandard and uses global structures and
> fails to use the SQLCA and SQLDA structures properly. It would be a
> nightmare to try and fix it.
>
> > > If you are going to completely replace the data in a table, drop the
> > > table, create the table, and use the bulk copy interface.
> >
> > Oh great! Talking about valuable comments. Ever bothered to
> > even ask if
> > they are using triggers, constraints, etc. before coming with such a
> > proposal?
>
> I would assume that they would use their brain.

If you think ecpg is a joke, I think you will find PostgreSQL is a joke
too. I suggest you find another database.

In fact, you may find all other databases to be a joke. I suggest you
write your own.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-06-12 21:42:24 Re: PostGres Doubt
Previous Message Bruce Momjian 2002-06-12 21:29:26 Re: code contribution