“We also get far more transaction serialization errors when unless conflict queries are involved. In fact, it may be that the only situations are those where unless conflict queries are involved. I assume this is because edgedb keeps a transaction open and does it in multiple round trips, but this has been a big limiter.” https://github.com/edgedb/edgedb/issues/6555
“When running multiple pods does each instance of EdgeDB try to use the max number of connections? How do I limit it?” https://discord.com/channels/841451783728529451/841451783728529454/1187045396485242890 Looks like we have a server option max_backend_connections, but it’s conspicuously absent from the documentation (or else I’m just overlooking it). Is this something we don’t want users to set? Should I recommend it here? CPU? Memory? Open file descriptors?