influxdb/arrow_util
Carol (Nichols || Goulding) 62ba18171a
feat: Add a new hash column on the partition and parquet file tables
This will hold the deterministic ID for partitions.

Until all existing partitions have this value, this is optional/nullable.

The row ID still exists and is used as the main foreign key in the
parquet_file and skipped_compaction tables.

The hash_id has a unique index so that we can look up records based on
it (if it's available).

If the parquet file record has a partition_hash_id value, use that to
generate the object storage path instead of the partition_id.
2023-06-22 09:01:22 -04:00
..
src feat: Add a new hash column on the partition and parquet file tables 2023-06-22 09:01:22 -04:00
Cargo.toml chore(deps): Bump comfy-table from 6.2.0 to 7.0.0 (#7944) 2023-06-07 08:19:53 +00:00