• Teodor Sigaev's avatar
    CREATE INDEX ... INCLUDING (column[, ...]) · 386e3d76
    Teodor Sigaev authored
    Now indexes (but only B-tree for now) can contain "extra" column(s) which
    doesn't participate in index structure, they are just stored in leaf
    tuples. It allows to use index only scan by using single index instead
    of two or more indexes.
    
    Author: Anastasia Lubennikova with minor editorializing by me
    Reviewers: David Rowley, Peter Geoghegan, Jeff Janes
    386e3d76
parallel_schedule 3.8 KB