Re: Feature suggestion : FAST CLUSTER

From: "Alexander Staubo" <alex(at)purefiction(dot)net>
To: PFC <lists(at)peufeu(dot)com>
Cc: "Jim C(dot) Nasby" <decibel(at)decibel(dot)org>, "pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Feature suggestion : FAST CLUSTER
Date: 2007-05-27 18:27:31
Message-ID: 88daf38c0705271127x3fb1e83cp7d42e417cf046840@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On 5/27/07, PFC <lists(at)peufeu(dot)com> wrote:
> PostgreSQL humiliates InnoDB on CPU-bound workloads (about 2x faster
> since I run it on dual core ; InnoDB uses only one core). However, InnoDB
> can automatically cluster tables without maintenance.

How does it know what to cluster by? Does it gather statistics about
query patterns on which it can decide an optimal clustering, or does
it merely follow a clustering previously set up by the user?

Alexander.

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message PFC 2007-05-27 18:44:20 Re: Feature suggestion : FAST CLUSTER
Previous Message PFC 2007-05-27 17:34:30 Re: Feature suggestion : FAST CLUSTER