Re: [GENERAL] esql vs libpq

2009-12-30 Thread svcntk
ESQL = ECPG (Embedded SQL in C) Thanks 2009/12/30 Albe Laurenz : > svcntk wrote: >> I'm doing a comparison between ESQL interfaces and libpq. For libp I >> use pgbench, based on TCP-C, while for ESQL have a program that also >> follows the transactions carried out on TCP-C. >> >> However, the res

Re: [GENERAL] esql vs libpq

2009-12-30 Thread Albe Laurenz
svcntk wrote: > ESQL = ECPG (Embedded SQL in C) > >>> I'm doing a comparison between ESQL interfaces and libpq. For libp I >>> use pgbench, based on TCP-C, while for ESQL have a program that also >>> follows the transactions carried out on TCP-C. >>> >>> However, the result with libpq is much bett

Re: [GENERAL] esql vs libpq

2009-12-30 Thread Albe Laurenz
svcntk wrote: > I'm doing a comparison between ESQL interfaces and libpq. For libp I > use pgbench, based on TCP-C, while for ESQL have a program that also > follows the transactions carried out on TCP-C. > > However, the result with libpq is much better, with about 700 > transactions per second,