From: | Guido Neitzer <lists(at)event-s(dot)net> |
---|---|
To: | Jason Lustig <lustig(at)brandeis(dot)edu> |
Cc: | PostgreSQL Performance <pgsql-performance(at)postgresql(dot)org> |
Subject: | Re: Slow Postgresql server |
Date: | 2007-04-12 22:18:14 |
Message-ID: | 340C0645-B8F0-4691-B254-76DED649C8D9@event-s.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches pgsql-performance |
On 12.04.2007, at 15:58, Jason Lustig wrote:
> Wow! That's a lot to respond to. Let me go through some of the
> ideas... First, I just turned on autovacuum, I forgot to do that.
> I'm not seeing a major impact though. Also, I know that it's not
> optimal for a dedicated server.
Hmm, why not? Have you recently vacuumed your db manually so it gets
cleaned up? Even a vacuum full might be useful if the db is really
bloated.
> It's not just for postgres, it's also got our apache server on it.
> We're just getting started and didn't want to make the major
> investment right now in getting the most expensive server we can get
Hmmm, but more RAM would definitely make sense, especially in that
szenaria. It really sounds like you machine is swapping to dead.
What does the system say about memory usage?
> Some of the queries are definitely making an impact on the speed.
> We are constantly trying to improve performance, and part of that
> is reassessing our indexes and denormalizing data where it would
> help. We're also doing work with memcached to cache the results of
> some of the more expensive operations.
Hmmm, that kills you even more, as it uses RAM. I really don't think
at the moment that it has something to do with PG itself, but with
not enough memory for what you want to achieve.
What perhaps helps might be connection pooling, so that not so many
processes are created for the requests. It depends on your "middle-
ware" what you can do about that. pg_pool might be an option.
cug
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2007-04-12 22:22:49 | Re: Strangely Variable Query Performance |
Previous Message | Scott Marlowe | 2007-04-12 22:14:37 | Re: Strangely Variable Query Performance |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2007-04-12 22:22:49 | Re: Strangely Variable Query Performance |
Previous Message | Scott Marlowe | 2007-04-12 22:14:37 | Re: Strangely Variable Query Performance |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2007-04-12 22:22:49 | Re: Strangely Variable Query Performance |
Previous Message | Scott Marlowe | 2007-04-12 22:14:37 | Re: Strangely Variable Query Performance |