Throttling
- Last Updated: April 11, 2025
- 1 minute read
- Hybrid Data Pipeline
- Version 4.6
- Documentation
Hybrid Data Pipeline supports the following types of throttling. See corresponding topics for details.
- Row limit throttling allows you to set the maximum number of rows that can be fetched for a single query. Row limit throttling may be configured with the MaxFetchRows limit.
- OData query throttling for users allows you to limit the number of simultaneous OData requests a user may have running against a Hybrid Data Pipeline server at a time. OData query throttling for users may be configured with the ODataMaxConcurrentRequests and ODataMaxWaitingRequests limits.
- OData large query throttling allows you to limit the number of simultaneous OData queries that invoke paging against Hybrid Data Pipeline data sources. OData large query throttling may be configured with the ODataMaxConcurrentPagingQueries limit.
- JDBC and ODBC page size throttling allows you to set the approximate page size of JDBC/ODBC HTTP result data in KB. JDBC and ODBC page size throttling may be configured with the XdbcMaxResponse.
- Transaction timeout throttling allows you to set the number of seconds the system allows a transaction to be idle before rolling it back.