Re: Some remarks to pgadmin III

From: "Adam H(dot) Pendleton" <fmonkey(at)fmonkey(dot)net>
To: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
Cc: claus <ch(at)greenmail(dot)ch>, pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Some remarks to pgadmin III
Date: 2003-08-15 16:00:21
Message-ID: 3F3D0395.1050600@fmonkey.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Andreas Pflug wrote:

> Thanks, I appreciate the compliments. It proves that I implemented it
> smoothly. You might notice a delay it when you're connected to the
> server over a slow line.
>
> Look at the code if you don't believe that data is really loaded on
> demand. Every time a row is touched that's not in the cache
> (!line->cols), sqlTable::GetValue will consult the Dataset for the
> column values of that row.

What would cause a row to *not* be in the cache, assuming that all rows
are added to the cache when the data is displayed (disclaimer: I haven't
looked at the code yet today, because I've done quite enough of that
with my own work today, thank you very much :-) ).

ahp

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Claus Helbing 2003-08-15 16:01:43 Re: Some remarks to pgadmin III
Previous Message Adam H. Pendleton 2003-08-15 15:57:39 Re: Some remarks to pgadmin III