- Notifications
You must be signed in to change notification settings - Fork5
Commit8ecbc46
committed
Reduce the default size of the local lock hash table. There's usually
no need for it to be nearly as big as the global hash table, and sinceit'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 asignificant fraction of subtransaction entry/exit overhead.1 parent193a97c commit8ecbc46
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
331 | 331 |
| |
332 | 332 |
| |
333 | 333 |
| |
334 |
| - | |
| 334 | + | |
335 | 335 |
| |
336 | 336 |
| |
337 | 337 |
| |
|
0 commit comments
Comments
(0)