Re: Clustered index?

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Stephen Cook <sclists(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Clustered index?
Date: 2007-04-21 07:27:37
Message-ID: 20070421072737.GA26293@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Sat, Apr 21, 2007 at 03:22:59AM -0400, Stephen Cook wrote:
> I come from a MS SQL Server background, but I am planning on using
> PostgreSQL to take over the world in my own way.
>
> What (if it exists) is the equivalent of a clustered index in SQLServer?

What does "clustered index" mean in SQL Server? Here's what it
means in PostgreSQL:

http://www.postgresql.org/docs/8.2/interactive/sql-cluster.html

--
Michael Fuhr

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Stephen Cook 2007-04-21 09:54:23 Re: Clustered index?
Previous Message Stephen Cook 2007-04-21 07:22:59 Clustered index?