• Tom Lane's avatar
    Reduce the default size of the local lock hash table. There's usually · 8ecbc46b
    Tom Lane authored
    no need for it to be nearly as big as the global hash table, and since
    it's not in shared memory it can grow if it does need to be bigger.
    By reducing the size, we speed up hash_seq_search(), which saves a
    significant fraction of subtransaction entry/exit overhead.
    8ecbc46b
lock.c 52.3 KB