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 a1fb4dd commit cb81e47Copy full SHA for cb81e47
docs/self-hosted/oel/oel-high-performance-pooling.mdx
@@ -55,6 +55,8 @@ Consider high-performance pooling when your workload exhibits:
55
56
For steady-state traffic or gradual load changes, standard pooling may be enough.
57
58
+## When not to use high-performance pooling
59
+
60
High-performance pooling does not reload TLS certificates while the process is running. If database TLS certificates change, you
61
must restart the Ory service to establish connections using the new certificates. Standard pooling supports hot reloading of TLS
62
certificates because connections close after idle timeout and reconnect with refreshed credentials.
0 commit comments