Advanced PI SQL Client OLEDB topics
- Last UpdatedAug 18, 2023
- 1 minute read
- PI System
- PI SQL Client OLEDB 2021
- Developer
Multithreading
PI SQL Client OLEDB supports query execution from multiple threads. We recommend you reuse connection objects as often as possible because connection open and close operations are expensive. For example, connection objects can be passed as parameter to a new thread and when that thread is finished, it returns that connection to a connection pool.