ODBC Driver for Google BigQuery

Build 25.0.9434

UseArrowFormat

Specifies whether to use the Arrow format instead of Avro when reading data through the Google BigQuery Storage API.

データ型

bool

デフォルト値

false

解説

This property only takes effect when UseStorageAPI is enabled. When reading data from Google BigQuery using the Storage API, the 本製品 can request the result set in different formats. By default, it uses Avro, but enabling this property switches the format to Arrow.

Using Arrow can offer performance benefits for certain workloads, particularly those involving time series data or tables with many date, time, datetime, or timestamp fields. In these cases, Arrow can result in faster reads and more efficient memory usage.

For most other datasets, the difference in performance between Avro and Arrow is minimal. Enable this property when working with temporal data types or when you observe performance bottlenecks with Avro in Storage API reads.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434