Re: Indirect indexes
Jim Nasby <jim.nasby@bluetreble.com>
From: Jim Nasby <Jim.Nasby@BlueTreble.com>
To: Adam Brusselback <adambrusselback@gmail.com>
Cc: Robert Haas <robertmhaas@gmail.com>, Alvaro Herrera <alvherre@2ndquadrant.com>, Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2016-10-21T21:08:40Z
Lists: pgsql-hackers
On 10/21/16 4:05 PM, Adam Brusselback wrote: > My main point is that maybe the reason why most users use int4 pkeys > (besides conventional wisdom) is because it gets the most support from > features like this, and it may not be quite as skewed if that same > support were given to other types. I think it's a pretty safe bet that they're the most popular simply because serial means int4 and not int8. I bet a fair number of users don't even realize bigserial exists. -- 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