Postgres odbc performance on windows

From: Sanketh Indarapu <sanketh_indarapu(at)yahoo(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Cc: sanketh_indarapu(at)yahoo(dot)com
Subject: Postgres odbc performance on windows
Date: 2005-02-04 19:29:36
Message-ID: 20050204192937.55984.qmail@web53508.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Hi all,

I am using a (MFC based) recordset to read in 25M
records of a table. I use a cursor to prevent complete
loading of all records. However, currently performance
is limited by the number of times the odbc driver
loads in the rows.

The tuple cache is set to 5M. I am unable to
increase it beyond this owing to "out of memory for
tuple cache". This is not because of my RAM because
there is atleast 1G of free RAM. Any ideas? This is on
Windows, Postgresql 8.0.

Please make sure to reply-all as I am not
subscribed to the list.

-
Sanketh

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Browse pgsql-performance by date

  From Date Subject
Next Message Alexandre Leclerc 2005-02-04 20:08:56 Re: Flattening a kind of 'dynamic' table
Previous Message Merlin Moncure 2005-02-04 17:48:43 Re: Flattening a kind of 'dynamic' table