• Robert Haas's avatar
    Extend relations multiple blocks at a time to improve scalability. · 719c84c1
    Robert Haas authored
    Contention on the relation extension lock can become quite fierce when
    multiple processes are inserting data into the same relation at the same
    time at a high rate.  Experimentation shows the extending the relation
    multiple blocks at a time improves scalability.
    
    Dilip Kumar, reviewed by Petr Jelinek, Amit Kapila, and me.
    719c84c1
freespace.h 1.36 KB