[openbeos] Re: Tracker icons

  • From: "Jonas Sundström" <jonas@xxxxxxxxxx>
  • To: openbeos@xxxxxxxxxxxxx
  • Date: Mon, 25 Jul 2005 15:38:43 +0200 CEST

Helmar Rudolph <news@xxxxxxxxxxxxxx> wrote:
> Axel Dörfler wrote:
> 
> > Ever opened a mail folder with 1000 items? 
> 
> So what keeps you guys from limiting the result set to -say- 200
> entries? In MySQLFront, all SQL queries yield 50 rows by default. In
> PhpMyAdmin it's 30. "Want more? Click here". Same as scrolling down,
> so not even 'expensive' in terms of motorics.

Are you thinking of queries?
Axel is speaking of regular files in a folder.

Sure, you -could- limit the number of files displayed, 
but is there any system that does?

Slow lookup is not enough reason to do it.
Metadata-based searches may benefit from it, maybe.
(Search, refine, display. Incrementally.)

You can do other tricks to improve the illusion of speed,
like letting visible items have their metadata updates first,
and improving the listviews' datastructures so they don't 
slow down exponentially with larger amounts of files.

In the case of column listviews you could post-pone lookup
of all attributes except the one(s) sorted by, to have the
listview populated and settled (at peace) quickly.

> Difficult to think outside the box when you're 
> sitting inside, I guess. ;) (not meant personally)

I'd say it seems you're thinking inside the web.
(SQL, PHP, search results..)

/Jonas Sundström.               www.kirilla.com



Other related posts: