Join Discord
Powered by
Just remembered the reason for the batching: it's ...
# general
j
Jermuk
04/11/2023, 7:58 AM
Just remembered the reason for the batching: it's a limitation on how many open database connections and transactions you can have. You could use something like pg_bouncer, but we decided to make it proper and do some batching.
Previous
Next