Re: Joel's Performance Issues WAS : Opteron vs Xeon

From: Christopher Browne <cbbrowne(at)acm(dot)org>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Joel's Performance Issues WAS : Opteron vs Xeon
Date: 2005-04-23 18:27:12
Message-ID: m3sm1hs60v.fsf@knuth.cbbrowne.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Centuries ago, Nostradamus foresaw when jfradkin(at)wazagua(dot)com ("Joel Fradkin") would write:
> I am just testing the water so to speak, if it cant handle single
> user tests then multiple user tests are kind of a waste of time.

I would suggest that if multi-user functionality is needed, then
starting with single user tests is a similar waste of time.

There's good reason to look at it this way...

It is all too common for people to try to start building things with
primitive functionality, and then try to "evolve" the system into what
they need. It is possible for that to work, if the "base" covers
enough of the necessary functionality.

In practice, we have watched Windows evolve in such a fashion with
respect to multiuser support, and, in effect, it has never really
gotten it. Microsoft started by hacking something on top of MS-DOS,
and by the time enough applications had enough dependancies on the way
that worked, it has essentially become impossible for them to migrate
properly to a multiuser model since applications are normally designed
with the myopic "this is MY computer!" model of the world.

You may not need _total_ functionality in the beginning, but,
particularly for multiuser support, which has deep implications for
applications, it needs to be there In The Beginning.
--
output = reverse("moc.liamg" "@" "enworbbc")
http://linuxdatabases.info/info/lisp.html
A CONS is an object which cares. -- Bernie Greenberg.

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Josh Berkus 2005-04-23 18:27:42 Re: Joel's Performance Issues WAS : Opteron vs Xeon
Previous Message Tom Lane 2005-04-23 18:17:05 Re: Disk filling, CPU filling, renegade inserts and deletes?