Limits on PostgreSQL

From: Marcos Barreto de Castro <mbdecastro(at)yahoo(dot)com>
To: pgsql-general(at)hub(dot)org
Subject: Limits on PostgreSQL
Date: 2000-05-25 20:27:15
Message-ID: 20000525202715.9362.qmail@web6006.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I am developing an application that will use the
C API for postgreSQL and I need to know this:

1 - How many tuples can be returned as a result of a
query using a CURSOR? (Is it possible to do a SELECT
* on a table that has 2 million records and OPEN a
CURSOR for that SELECT and show all records'contents
using FETCH FORWARD, for example?)

2 - When one uses a CURSOR for a SELECT is there a
big memory consumption or there is a memory buffer
limit and beyond that the result is written to a file
(virtual memory) and read from there when needed?

Marcos Castro
email: mbdecastro(at)yahoo(dot)com

__________________________________________________
Do You Yahoo!?
Kick off your party with Yahoo! Invites.
http://invites.yahoo.com/

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alfred Perlstein 2000-05-25 20:44:28 Re: What distribution?
Previous Message The Hermit Hacker 2000-05-25 19:06:17 Re: What distribution?