How to increase the speed of database access when using libpq++

From: "srinu kulkarni" <sm_kulkarni(at)hotmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: How to increase the speed of database access when using libpq++
Date: 2002-07-22 22:35:02
Message-ID: F132ojLeCVPSlfwXgC800016501@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-general by date

  From Date Subject
Next Message Dario Bahena Tapia 2002-07-22 23:00:10 postgresql security mailing list ...
Previous Message ratlhead 2002-07-22 22:35:01 Re: Shell Script help for backup