• Bruce Momjian's avatar
    Reduce WAL activity for page splits: · b79575ce
    Bruce Momjian authored
    > Currently, an index split writes all the data on the split page to
    > WAL. That's a lot of WAL traffic. The tuples that are copied to the
    > right page need to be WAL logged, but the tuples that stay on the
    > original page don't.
    
    Heikki Linnakangas
    b79575ce
nbtxlog.c 24.3 KB