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

[GENERAL] esql vs libpq

2009-12-29 Thread svcntk
Hello, 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, whereas with ESQL