Re: Disappointing performance in db migrated from MS SQL Server - Mailing list pgsql-performance

From Andrew Sullivan
Subject Re: Disappointing performance in db migrated from MS SQL Server
Date
Msg-id 20040213123857.GF2222@phlogiston.dyndns.org
Whole thread Raw
In response to Re: Disappointing performance in db migrated from MS SQL Server  (Chris Ruprecht <chris@ruprecht.org>)
List pgsql-performance
On Thu, Feb 12, 2004 at 05:19:27PM -0500, Chris Ruprecht wrote:

> what he's doing, this might be a bottleneck. I don't like the virtual memory
> strategy of Linux too much and would rather increase this to 1 - 2 GB for the
> Postgres DB - Specially since he's not running anything else on the machine
> and he has 4 GB to play with.

Have you ever had luck with 2G of shared memory?

When I have tried that, the system is very fast initially, and
gradually slows to molasses-like speed.  My hypothesis is that the
cache-lookup logic isn't that smart, and so is inefficient either
when using the cache or when doing cache maintenance.

A

--
Andrew Sullivan

pgsql-performance by date:

Previous
From: Manfred Koizar
Date:
Subject: Re: optimization ideas for frequent, large(ish) updates in frequently accessed DB?
Next
From: Manfred Koizar
Date:
Subject: Re: optimization ideas for frequent, large(ish) updates in frequently accessed DB?