From: | Aleksander Alekseev <a(dot)alekseev(at)postgrespro(dot)ru> |
---|---|
To: | Robert Haas <robertmhaas(at)gmail(dot)com> |
Cc: | Andres Freund <andres(at)anarazel(dot)de>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Patch: fix lock contention for HASHHDR.mutex |
Date: | 2015-12-18 05:10:09 |
Message-ID: | 20151218081009.34ea4c04@fujitsu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
> Oh, that's an interesting idea. I guess the problem is that if the
> freelist is unshared, then users might get an error that the lock
> table is full when some other partition still has elements remaining.
True, but I don't believe it should be a real problem assuming we have
a strong hash function. If user get such an error it means that
database is under heavy load and there is not much more free elements
in other tables either. This particular user didn't get lucky, some
other will. Anyway administrator should do something about it -
fight DDoS attack, tune database parameters, etc.
> 3.5-4 more TPS, or 3.5 times more TPS? Can you share the actual
> numbers?
Oops, 3.5-4 _times_ more TPS, i.e. 2206 TPS vs 546 TPS.
From | Date | Subject | |
---|---|---|---|
Next Message | Dilip Kumar | 2015-12-18 05:21:19 | Re: Relation extension scalability |
Previous Message | Craig Ringer | 2015-12-18 04:46:55 | [PATCH] Copy-pasteo in logical decoding |