influxdb/test_helpers_end_to_end
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 tempfile from 3.5.0 to 3.6.0 2023-06-07 08:21:40 +00:00