Re: Progress on fast path sorting, btree index creation time
Josh Berkus <josh@agliodbs.com>
From: Josh Berkus <josh@agliodbs.com>
To: pgsql-hackers@postgresql.org
Date: 2012-01-09T19:45:39Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
During btree index build, sort equal-keyed tuples according to their
- fbac1272b89b 8.0.0 cited
> 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