Re: Indirect indexes
Jim Nasby <jim.nasby@bluetreble.com>
From: Jim Nasby <Jim.Nasby@BlueTreble.com>
To: Robert Haas <robertmhaas@gmail.com>, Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2016-10-21T20:46:40Z
Lists: pgsql-hackers
On 10/19/16 7:52 AM, Robert Haas wrote: > So, I think that this is a really promising direction, but also that > you should try very hard to try to get out from under this 6-byte PK > limitation. That seems really ugly, and in practice it probably means > your PK is probably going to be limited to int4, which is kind of sad > since it leaves people using int8 or text PKs out in the cold. My impression is that int4 is by far the most popular PK type. Even if the initial implementation is limited to that I think it'd have a lot of potential. -- Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX Experts in Analytics, Data Architecture and PostgreSQL Data in Trouble? Get it in Treble! http://BlueTreble.com 855-TREBLE2 (855-873-2532) mobile: 512-569-9461
Commits
-
Change some test macros to return true booleans
- fce4609d5e5b 9.6.2 landed
- e0f4a80ee515 9.3.16 landed
- 75c155f65b04 9.4.11 landed
- 5f4ae4f3cd58 9.5.6 landed
- 594e61a1de03 10.0 landed
- 5462e3486dfe 9.2.20 landed