How to increase the speed of database access when using libpq++ - Mailing list pgsql-general

From srinu kulkarni
Subject How to increase the speed of database access when using libpq++
Date
Msg-id F132ojLeCVPSlfwXgC800016501@hotmail.com
Whole thread Raw
List pgsql-general

Hi,
I am accessing PSQL database in c++ code using libpq++ library. The same
code written in lisp(and accessing the same psql database) which took 7
seconds is now taking 40 seconds in c++. Why is it so and how can we
increase the speed and since i am developing this code for an online
application, i need to increase the speed(atleast as much as that of the
code written in lisp).
Thanks.
Srinivas.

_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx


pgsql-general by date:

Previous
From: "Craig Sturman"
Date:
Subject: Re: Can I use row-level locks to sequence READ COMMITTED transactions?
Next
From: "Dean Grubb"
Date:
Subject: Access Two Databases