Concurrent query execution: the PRGRS_CACHE_CONN option
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
It is possible to run read-only queries in separate
connections through the driver to the MS SQL Server. Opening a separate
connection to run a query or stored procedure can provide better
performance, although this is not guaranteed. Having too many open
connections can degrade performance. The PRGRS_CACHE_CONN option
allows you to set a limit for the maximum number of server connections
available in the DataServer session. If the session attempts to
exceed the maximum threshold, the session will need to wait for
an existing connection to complete before an additional connection
can be made.