TDV Adapter for Parquet

Build 22.0.8462

EnableDictionary

When set to true, the provider will enable dictionary encoding when creating .parquet files using Create Table Statement and Bulk Inserts.

Data Type

bool

Default Value

true

Remarks

When set to true, the provider will enable dictionary encoding when creating .parquet files using Create Table Statement and Bulk Inserts. Using dictionary encoding can help reduce size of the resultant .parquet file if a column has repeated values. Columns with all unique values will not use dictionary encoding even if this property is set to true.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462