Re: I cant find it or I'm just lazy ?

From: "Jeroen T(dot) Vermeulen" <jtv(at)xs4all(dot)nl>
To: Darko Prenosil <darko(dot)prenosil(at)finteh(dot)hr>
Cc: hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: I cant find it or I'm just lazy ?
Date: 2003-02-25 17:14:42
Message-ID: 20030225171442.GB7884@xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Feb 25, 2003 at 05:55:59PM +0000, Darko Prenosil wrote:
>
> I am trying to create client buffer that will show only records that are
> needed by application(visible). Data should be send to client in "pages", not
> all the data at once. The idea is not to query for data that are already in
> the buffer.

BTW, if your applications happens to be in C++, libpqxx has a class
called CachedResult that would take a lot of this work out of your
hands. It transparently fetches rows on-demand and caches them so
they don't get read more than once. It can also figure out the
size of your result set for you.

You can find libpqxx at http://pqxx.tk/

Jeroen

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Darko Prenosil 2003-02-25 17:55:59 Re: I cant find it or I'm just lazy ?
Previous Message Neil Conway 2003-02-25 16:59:59 Re: REPEATED INSERT INTO ... 2nd thread