Data Source Limits
Settings
Connection Time Out
This global setting determines how long Pyramid will wait to create a connection to any data source.
Pool Size
This setting determines the number of live connections that can be opened concurrently against the data source. This can be set globally or per data stack.
Query Timeout
This settings determines the time Pyramid will wait for a query response before canceling the query and returning an error. This can be set globally or per data stack.
Fetch Size
This settings determines the size of the data batches that the data stack will send. This can be set globally or per data stack.