Our Plex run time needs a lot of connections to database and we would like to know if Plex provides database connection pool so we can use the pool for connection instead opening a new database connection for each run time process.
CA Plex 7.2.1, 7.3.0
Currently Plex does not provide this feature. Plex is not a database connection pool management tool.
You could explore using database connection pool on the DBMS side. You would need to work with your DBA and DBMS connection pool with ODBC connection configuration is beyond the support scope.