Replies: 1 comment
-
Sounds like you may be running out of shared_buffers possibly? Have you tried increasing that? How many rows total in the entire partition set? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've created a pre-built partitioned table with around 1K partitions.
I'm getting "out of shared memory (SQLSTATE 53200)" when running my code.
Increased max_locks_per_transaction = 2048 but still getting error. Any advice?
Beta Was this translation helpful? Give feedback.
All reactions