We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54058cd commit 76e4abaCopy full SHA for 76e4aba
db/postgresql.conf
@@ -17,6 +17,7 @@ effective_cache_size = 24GB # Assume OS uses 75% of RAM for cache
17
work_mem = 512MB # Large work_mem for fast aggregations
18
maintenance_work_mem = 2GB # Fast index builds and maintenance
19
max_connections = 100 # Low to allow large work_mem per connection
20
+max_locks_per_transaction = 512 # Increased for many partitioned tables (default: 64)
21
22
#------------------------------------------------------------------------------
23
# PARALLELISM SETTINGS
0 commit comments