Re: Indirect indexes
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: Robert Haas <robertmhaas@gmail.com>,
Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2016-10-21T23:12:36Z
Lists: pgsql-hackers
Alvaro Herrera <alvherre@2ndquadrant.com> writes: > 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. > I think we could just add a new type, unsigned 6 byte int, specifically > for this purpose. I think that's a really bad idea, because after you've fixed this hopefully-temporary limitation, we'll still be stuck carrying this weird type forever. Besides which, doesn't the existing TID type already serve the purpose? regards, tom lane
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