summaryrefslogtreecommitdiff
path: root/src/tutorial
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2008-11-13 17:42:19 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2008-11-13 17:42:19 +0000
commitb608b24245cb3acffac6f596107a8ffab6880ae6 (patch)
tree25705a494e620874c68418e94015954f3184d789 /src/tutorial
parent940c412d7fe1ac9fc779d4f3f181f4928da90ba6 (diff)
Prevent synchronous scan during GIN index build, because GIN is optimized
for inserting tuples in increasing TID order. It's not clear whether this fully explains Ivan Sergio Borgonovo's complaint, but simple testing confirms that a scan that doesn't start at block 0 can slow GIN build by a factor of three or four. Backpatch to 8.3. Sync scan didn't exist before that.
Diffstat (limited to 'src/tutorial')
0 files changed, 0 insertions, 0 deletions