Re: Embedded SQL inherently faster than others?

From: Rob <pgadmin(at)itsbeen(dot)sent(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Embedded SQL inherently faster than others?
Date: 2004-05-05 19:24:40
Message-ID: 40993F78.3030700@itsbeen.sent.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dann Corbit snip:
>>-----Original Message-----
>>From: Kevin [mailto:leinfidel(at)netscape(dot)net]
>>Sent: Tuesday, May 04, 2004 10:18 AM
>>To: pgsql-general(at)postgresql(dot)org
>>Subject: [GENERAL] Embedded SQL inherently faster than others?
>>
>>
>>Hello,
>>
>
>>I'm looking for absolute maximum database result speed and if
>>that means writing something in C and embedded SQL, versus
>>Perl using DBI or whatever...that's fine.
>
>
> Benchmark your application. 90% of the time will be in ten percent of...

And if you don't have a method for reusing connections or doing some
connection pooling then for short running sql, much of the time will be
spent on establishing a connection.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2004-05-05 19:28:27 Re: 7.4.2 Regression tests: test stats loops indefinately...
Previous Message Manfred Koizar 2004-05-05 19:04:07 Re: 7.4.2 Regression tests: test stats loops indefinately...