29.3. Description of Parquet File Storage Parameters #

You can specify the following Parquet file storage parameters in a JSON file, and apply them when executing the metastore.add_files or metastore.copy_table stored procedure:

Example 29.3. 

  {
      "compression": "zstd",
      "compression_level": 9,
      "row_group_size": 500000
  }