Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262086AbTIDUhF (ORCPT ); Thu, 4 Sep 2003 16:37:05 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262077AbTIDUhF (ORCPT ); Thu, 4 Sep 2003 16:37:05 -0400 Received: from nat-pool-bos.redhat.com ([66.187.230.200]:45534 "EHLO chimarrao.boston.redhat.com") by vger.kernel.org with ESMTP id S262086AbTIDUhA (ORCPT ); Thu, 4 Sep 2003 16:37:00 -0400 Date: Thu, 4 Sep 2003 16:36:56 -0400 (EDT) From: Rik van Riel X-X-Sender: riel@chimarrao.boston.redhat.com To: "Martin J. Bligh" cc: Alan Cox , Bernd Eckenfels , Linux Kernel Mailing List Subject: Re: Scaling noise In-Reply-To: <25950000.1062601832@[10.10.2.4]> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1331 Lines: 33 On Wed, 3 Sep 2003, Martin J. Bligh wrote: > The real core use of NUMA is to run one really big app on one machine, > where it's hard to split it across a cluster. You just can't build an > SMP box big enough for some of these things. That only works when the NUMA factor is low enough that you can effectively treat the box as an SMP system. It doesn't work when you have a NUMA factor of 15 (like some unspecified box you are very familiar with) and half of your database index is always on the "other half" of the two-node NUMA system. You'll end up with half your accesses being 15 times as slow, meaning that your average memory access time is 8 times as high! Good way to REDUCE performance, but most people won't like that... If the NUMA factor is low enough that applications can treat it like SMP, then the kernel NUMA support won't have to be very high either... -- "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." - Brian W. Kernighan - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/