Re: [GENERAL] Preparing statement using PQexec vs PQprepare

2015-08-20 Thread Merlin Moncure
On Wed, Aug 19, 2015 at 5:55 AM, tonymark09 wrote: > Hello, > > Is preparing a statement using PQexec and executing it is much slower that > using other API such as PQprepare and PQexecPrepared? PQexec can be faster than a combination of PQprepare and PQexecPrepared particularly if you only need

[GENERAL] Preparing statement using PQexec vs PQprepare

2015-08-19 Thread tonymark09
Hello, Is preparing a statement using PQexec and executing it is much slower that using other API such as PQprepare and PQexecPrepared? Best regards, Mark -- View this message in context: http://postgresql.nabble.com/Preparing-statement-using-PQexec-vs-PQprepare-tp5862628.html Sent from the P