Re: Which hardware ? - Mailing list pgsql-performance

From Andrew Sullivan
Subject Re: Which hardware ?
Date
Msg-id 20080617154215.GI68434@commandprompt.com
Whole thread Raw
In response to Re: Which hardware ?  ("Lionel" <lionel@art-informatique.com>)
Responses Re: Which hardware ?  ("Scott Marlowe" <scott.marlowe@gmail.com>)
Re: Which hardware ?  (Greg Smith <gsmith@gregsmith.com>)
List pgsql-performance
On Tue, Jun 17, 2008 at 04:49:17PM +0200, Lionel wrote:
> My tomcat webapp is well coded  and consumes nearly nothing.

If I were ever inclined to say, "Nonsense," about code I've never
seen, this is probably the occasion on which I'd do it.  A running JVM
is necessarily going to use some memory, and that is memory use that
you won't be able to factor out properly when developing models of
your database system performance.

> I could eventually run it on a different server, much less powerfull, but
> it's not on the same network, I guess this would be an issue.

The power of the system is hard to know about in the context (with
only 8Go of memory, I don't consider this a powerful box at all,
note).  But why wouldn't it be on the same network?  You're using the
network stack anyway, note: JVMs can't go over domain sockets.

A

--
Andrew Sullivan
ajs@commandprompt.com
+1 503 667 4564 x104
http://www.commandprompt.com/

pgsql-performance by date:

Previous
From: "Scott Marlowe"
Date:
Subject: Re: Which hardware ?
Next
From: Alan Hodgson
Date:
Subject: Re: Tsearch2 Initial Search Speed