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

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
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 05:36:45
Message-ID: CAKKotZQY5Uytkz=oG0C9y_Ypffuxq35dKtdN-aa2qrBSDrN4EA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

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

> How long does it take in your environnment
> to fetch the 1000 first records from
>
> select * from information_schema.columns a,information_schema.columns b
>
​I didn't run it because on my environment just count
from information_schema.columns gave me 7325 records (Cross join will be 7
325
​ * 7
325
​ records , and obviously that will take huge amount of time
)

>
>
>
>
> --
> 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:07:26 Re: No commit nor Rollback button
Previous Message Murtuza Zabuawala 2017-10-17 05:26:02 Re: No commit nor Rollback button