Configuration Parameter | Description |
DbChannel Prefetch Optimization | A boolean value that enables or disables this type of data retrieval tuning. |
DbChannel Queue Size | An integer value between 0 and 100 that specifies the number of buffers that are allocated for prefetching data from a data source. It is recommended to use 10 as the starting value. If you observe an increase in memory usage this parameter can be used to control the amount of memory used to prefetch data. 0: No queuing or prefetch of the results done on the server. 1 – 100: • If prefetch optimization is enabled: This determines the max number of buffers a prefetch optimization can fill in on the server. The size of the buffer is determined by the fetchBytes, which can be set on the client. Default size of the fetchBytes is 128K. • If prefetch optimization is disabled: Is always interpreted as 1 and the buffer size is the lesser of fetchBytes or fetchRows. |
DbChannel Zigzag String Optimization | Zigzag strings, which can save bytes over the wire, will be used in client communications if requested by the client. This setting can be used to ignore the client setting. If the setting is FALSE, the server will ignore the client setting, and the server will NOT send zigzag strings. If the setting is TRUE, the client can request zigzagStrings to be sent across the wire. It will not be necessary to restart server if this value changed. |
DBChannel Flood Optimization | Setting the Flood Optimization option to True, will enable the Flood protocol to be used in client communications if requested by the client. The default value is True. Note: It will not be necessary to restart server if this value changed. |
DBChannel Write Timeout Window | This option indicates the Timeout value when writing to the client, specified in seconds. Server closes a connection if it times out. The default value is 30 seconds. |