Re: Data grid: fetching/scrolling data on user demand - Mailing list pgadmin-support

From Murtuza Zabuawala
Subject Re: Data grid: fetching/scrolling data on user demand
Date
Msg-id CAKKotZQBN-tQHJTfPU-JJb0zN9Pbsr27cd6gLZYqrWS+Mk5xyg@mail.gmail.com
Whole thread Raw
In response to Re: Data grid: fetching/scrolling data on user demand  (legrand legrand <legrand_legrand@hotmail.com>)
Responses Re: Data grid: fetching/scrolling data on user demand
List pgadmin-support
As I mentioned in my previous email that we do not use server side cursor, so it won't add any limit on query. 
The delay is from database driver itself, it has nothing to do with pgAdmin4.

Try executing the same query in 'psql', 'pgAdmin3' and third party tool which use libpq library as backend, you will observe the same behaviour.

On Tue, Oct 17, 2017 at 2:21 PM, legrand legrand <legrand_legrand@hotmail.com> wrote:
1000 first rows are available in less than zone second.
See query with limit 1000.

Monitoring memory usage or PG_stat_activity shows that all the data is
fetched.




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


pgadmin-support by date:

Previous
From: Dave Page
Date:
Subject: Re: Data grid: fetching/scrolling data on user demand
Next
From: "Tomek"
Date:
Subject: Re: Data grid: fetching/scrolling data on user demand