Partition the freelist for shared dynahash tables. Without this, contention on the freelist can become a pretty serious problem on large servers.
Aleksander Alekseev, reviewed by Anastasia Lubennikova, Dilip Kumar, and me. Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/44ca4022f3f9297bab5cbffdd97973dbba1879ed Modified Files -------------- src/backend/utils/hash/dynahash.c | 184 ++++++++++++++++++++++++++++---------- 1 file changed, 137 insertions(+), 47 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
