Re: Unhandled exception in PGAdmin when opening 16-million-record table - Mailing list pgsql-general

From Peter Geoghegan
Subject Re: Unhandled exception in PGAdmin when opening 16-million-record table
Date
Msg-id AANLkTinEUx+jyjyMGN1FajjL_JHRTbbRPaoc95LChKfO@mail.gmail.com
Whole thread Raw
In response to Re: Unhandled exception in PGAdmin when opening 16-million-record table  (Dmitriy Igrishin <dmitigr@gmail.com>)
Responses Re: Unhandled exception in PGAdmin when opening 16-million-record table  (Dave Page <dpage@pgadmin.org>)
List pgsql-general
On 30 October 2010 11:26, Dmitriy Igrishin <dmitigr@gmail.com> wrote:
> Hey all,
>
> Why not to use MVC approach by implementing a model, which uses, e.g.
> scrollable cursors? I believe that wxWidgets supports MVC.

I've seen that behaviour before in similar applications, but it had a
major downside: the number of rows returned was not known in advance
of scrolling down to the last one. So you couldn't visualise the size
of the record set based on the size and relative position of the
scrollbar.

--
Regards,
Peter Geoghegan

pgsql-general by date:

Previous
From: Fred Miller
Date:
Subject: Re: Max tables in a union
Next
From: Richard Huxton
Date:
Subject: Re: Which variant to choose?