Max Bytes Per Fetch Request

When connecting to a server that supports serializing the result set data in Arrow format, this property specifies the maximum number of bytes to retrieve from the server for every FetchResults API call.

Note:
  • This option is applicable only when connecting to a server that supports result set data serialized in arrow format.
  • The value must be specified in one of the following: 
    • B (bytes)
    • KB (kilobytes)
    • MB (megabytes)
    • GB (gigabytes)

      By default, the file size is in B (bytes).

  • When the result set type is ARROW_BASED_SET, the server will cap the rowset size at 10 MB even when the connector indicates that it can consume more than 10 MB of result set data for each FetchResults API call.
  • Key Name Default Value Required

    MaxBytesPerFetchRequest

    300 MB

    No