Re: Progress on fast path sorting, btree index creation time

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Progress on fast path sorting, btree index creation time
Date: 2012-01-09 19:45:39
Message-ID: 4F0B43E3.30207@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> Obviously, many indexes are unique and thus won't have duplicates at
> all. But if someone creates an index and doesn't make it unique, odds
> are very high that it has some duplicates. Not sure how many we
> typically expect to see, but more than zero...

Peter may not, but I personally admin lots of databases which have
indexes on values like "category" or "city" which have 100's or 1000's
of duplicates per value. I don't think this is uncommon at all.

--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2012-01-09 19:59:08 Re: Moving more work outside WALInsertLock
Previous Message Josh Berkus 2012-01-09 19:05:40 Re: Why is CF 2011-11 still listed as "In Progress"?