Re: Data grid: fetching/scrolling data on user demand

From: Dave Page <dpage(at)pgadmin(dot)org>
To: legrand legrand <legrand_legrand(at)hotmail(dot)com>
Cc: pgAdmin Support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Data grid: fetching/scrolling data on user demand
Date: 2017-10-17 08:43:29
Message-ID: CA+OCxoz8TZruLxJkd_KOxfzYMyFnTq8WaGhP38UEiaZjEggLJw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Tue, Oct 17, 2017 at 9:36 AM, legrand legrand <
legrand_legrand(at)hotmail(dot)com> wrote:

> Pgadmin doesn't have to Wait for all the data,
> As he should only load/fetch the first 1000 rows.
>
> Loading all the data in memory will not be possible for big datasets.
>
> This is a design error at my point of view.
>

pgAdmin doesn't wait for all the data. It does load/fetch only the first
1000 rows.

However, it cannot do anything until Postgres makes data available.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message legrand legrand 2017-10-17 08:51:43 Re: Data grid: fetching/scrolling data on user demand
Previous Message legrand legrand 2017-10-17 08:36:18 Re: Data grid: fetching/scrolling data on user demand