mirror of
https://github.com/postgres/postgres.git
synced 2025-04-29 13:56:47 +03:00
Document that max_locks_per_transaction might need to be increased for
queries on parent tables, per suggestion from Josh Berkus.
This commit is contained in:
parent
c219d9b0a5
commit
39b42ecb05
@ -5550,9 +5550,9 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
|
|||||||
fit in the lock table. This is <emphasis>not</> the number of
|
fit in the lock table. This is <emphasis>not</> the number of
|
||||||
rows that can be locked; that value is unlimited. The default,
|
rows that can be locked; that value is unlimited. The default,
|
||||||
64, has historically proven sufficient, but you might need to
|
64, has historically proven sufficient, but you might need to
|
||||||
raise this value if you have clients that touch many different
|
raise this value if you have queries that touch many different
|
||||||
tables in a single transaction. This parameter can only be set at
|
tables in a single transaction, e.g. query of a parent table with
|
||||||
server start.
|
many children. This parameter can only be set at server start.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user