Re: PostgreSQL win32 fragmentation issue

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: "Matthew T(dot) O'Connor" <matthew(at)zeut(dot)net>
Cc: Martijn van Oosterhout <kleptog(at)svana(dot)org>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PostgreSQL win32 fragmentation issue
Date: 2006-12-02 16:36:04
Message-ID: 1165077364.18923.5.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> Or more specifically do you have any idea what it means in terms of
> performance? And why do you say that you *have to* defrag under
> windows, isn't this only a performance issue and not necessarily a huge
> one at that? Also, as a solution, I would think that CLUSTER might help.

Yes it is a performance issue. And all performance issues if they can
not be resolved within the database or application, eventually become an
outage.

A CLUSTER may, but that puts us back to an outage. A CLUSTER is an
exclusive lock. Usually for long periods of time.

Joshua D. Drake

>
> Matt
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: explain analyze is your friend
>
--

=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive PostgreSQL solutions since 1997
http://www.commandprompt.com/

Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Joshua D. Drake 2006-12-02 16:41:18 Re: PostgreSQL win32 fragmentation issue
Previous Message Alvaro Herrera 2006-12-02 16:34:53 Re: PostgreSQL win32 fragmentation issue