[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Paging Support



OK, without paging support how are people handling large result sets? I
need to be able to retrieve a set of a few thousand records and work
with it. The client reading it will only be using it in about 50 record
chunks. Do I have to fetch the whole set, cache it on the client side
and page it?

--Paul


Torgeir Veimo wrote:
> 
> Paul Dlug wrote:
>  > Does OpenLDAP currently have support for paging results? The only
>  > mentions of this on the mailing list that I could find were a few
>  > threads from January saying it hadn't been implemented yet. I download
>  > 2.1.2 and took a quick look at the source. It looks like there's some
>  > code in servers/slapd/control.c to support paging, is this true? If so,
>  > what mechanisms are supported?
>  >
>  > If paging hasn't been included yet, is there a timeframe for it's
>  > addition? Does someone have a patch to add it now?
> 
>   From http://www.openldap.org/software/roadmap.html;
> 
> OpenLDAP 2.2 (~3Q2002)
>     [...]
>       o Simple Paged Results Control
> 
> Aka. virtual list view. I really hope this includes server side sorting
> as well.
> 
> --
> -Torgeir