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

From: legrand legrand <legrand_legrand(at)hotmail(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: Re: Data grid: fetching/scrolling data on user demand
Date: 2017-10-17 08:36:18
Message-ID: 1508229378053-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

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.

PAscal
SQLeo projection manager

--
Sent from: http://www.postgresql-archive.org/PostgreSQL-pgadmin-support-f2191615.html

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2017-10-17 08:43:29 Re: Data grid: fetching/scrolling data on user demand
Previous Message Dave Page 2017-10-17 08:23:46 Re: Data grid: fetching/scrolling data on user demand