JDBC Driver for Parquet

Build 23.0.8839

InsertMode

The behavior when using bulk inserts to create Parquet files.

Possible Values

create, overwrite, batch

データ型

string

デフォルト値

"create"

解説

  • Create: Set this to create a new parquet file using the table name specified in Create Table Statement. This will cause an error if a file already exists with the same file name as the new file.
  • Overwrite: Set this to overwrite any exisiting parquet file with the same name as the new file.
  • Batch: Set this if using BatchSize > 0. This will create multiple parquet files, each file containing data for a single batch. File names would follow the pattern: '<Timestamp>_<Table Name>_<Batch ID>.parquet'.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839