Re: GUI Interface

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Erik Jones" <erik(at)myemma(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: GUI Interface
Date: 2006-05-12 14:46:21
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E401388147@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> -----Original Message-----
> From: Erik Jones [mailto:erik(at)myemma(dot)com]
> Sent: 12 May 2006 15:09
> To: Dave Page
> Cc: pgsql-general(at)postgresql(dot)org
> Subject: Re: [GENERAL] GUI Interface
>
> Why not have it be an option as to how it loads table info?

It's a fairly fundamental part of the design - such a change would be
major.

> I've also been looking for a decent GUI interface for
> postgres, but the knowledge that pgadmin III will want to
> load all of my table data every time I use the app is
> definitely prohibitive for me as our db here at work is huge.

It doesn't load 'all of your table data' - in fact it doesn't load *any*
user table data unless you specifically tell it to.

What it does is preload chunks of *meta* data - ie. Rows from pg_class,
pg_database etc.

For example, open a Database node and it'll preload the cast, language,
schema and if appropriate, Slony cluster meta data. Open a schema node
and it'll preload the aggregates, functions , domains etc in that and
only that schema.

> And, seriously,
> are we still living at a time when connection speed should be
> considered a deciding design factor? Yes, some people still
> work off of slow connections, but the vast majority of us who
> work in a professional environment most definitely do not.

I work in a professional environment in a country (the UK) where the
cost of a 2Mb leased line could buy you a new laptop every month (a
significant amount of money for a small company), and yes, I regularly
use servers on the other side of the world where the round trip time
etc. would make a query-per-click interface unusable.

Regards, Dave.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dave Page 2006-05-12 14:52:55 Re: GUI Interface
Previous Message Richard Broersma Jr 2006-05-12 14:43:36 Re: rules: evaluate inputs in advance