• Teodor Sigaev's avatar
    Microvacuum for GIST · 013ebc0a
    Teodor Sigaev authored
    Mark index tuple as dead if it's pointed by kill_prior_tuple during
    ordinary (search) scan and remove it during insert process if there is no
    enough space for new tuple to insert. This improves select performance
    because index will not return tuple marked as dead and improves insert
    performance because it reduces number of page split.
    
    Anastasia Lubennikova <a.lubennikova@postgrespro.ru> with
     minor editorialization by me
    013ebc0a
gist.c 44.9 KB