influxdb/iox_catalog/migrations
Dom Dwyer 61409f062c
refactor(catalog): soft delete namespace column
Adds a "deleted_at" column that will indicate the timestamp at which is
was marked as logically deleted.
2023-02-09 11:35:27 +01:00
..
20210217134322_create_schema.sql
20211229171744_initial_schema.sql
20220221145409_routing_limits.sql
20220223192306_add_row_count_to_parquet_file.sql
20220224080910_add_file_size_bytes.sql
20220224082147_add_parquet_metadata.sql
20220307201050_add_parquet_level_and_created_at.sql
20220308120917_ingester-missing-indexes.sql
20220323150705_change_to_delete_to_timestamp.sql
20220324152729_add_namespace_id_to_parquet_file.sql
20220328150925_add_index_to_to_delete.sql
20220331222147_compactor-indexes.sql
20220401174403_add_sort_key_to_partition.sql
20220404120116_column_name-table_id-index.sql
20220420142224_ids_bigint.sql
20220610102325_add_sort_key_array_column.sql
20220610131325_rename_sort_key_arr.sql
20220620160136_parquet_file_columns.sql refactor: store per-file column set in catalog (#4908) 2022-06-21 10:26:12 +00:00
20220623143430_non_null_parquet_file_columns.sql refactor: ensure that SQL parquet file column sets are not NULL (#4937) 2022-06-24 14:26:18 +00:00
20220624104030_remove_column_sort_key_old.sql chore: remove unused sort_key_old from catalog partition (#4944) 2022-06-24 15:02:38 +00:00
20220627092839_remove_parquet_metadata.sql refactor: parquet file metadata from catalog (#4949) 2022-06-27 15:38:39 +00:00
20220628085556_column_set_via_IDs.sql refactor: use IDs for `parquet_file.column_set` (#4965) 2022-06-30 15:08:41 +00:00
20220721195556_drop_min_sequence_number.sql chore: remove min sequence number from the catalog table as we no longer use it (#5178) 2022-07-21 20:47:55 +00:00
20220819154515_sequencer_to_shard.sql fix: Rename columns, tables, indexes and constraints in postgres catalog 2022-09-01 10:00:54 -04:00
20220902145700_compactor_index.sql feat: add index on parquet_file(shard_id, compaction_level, to_delete, created_at) (#5544) 2022-09-02 14:27:29 +00:00
20220909140048_create_skipped_compactions.sql feat: Record skipped compactions in memory 2022-09-09 15:31:07 -04:00
20220913162700_parquetfile_filesize_trigger.sql chore: renamed DB migration for billing trigger 2022-09-13 16:29:14 +01:00
20220915085930_per-partition-persist-offset.sql refactor(db): persist marker for partition table 2022-09-15 16:10:35 +02:00
20220915155941_nullable-partition-persist-offset.sql refactor(db): NULLable persisted_sequence_number 2022-09-15 18:19:39 +02:00
20220926182450_add_cols_to_skipped_compactions.sql feat: instead of adding num_files and memory budget into the reason text column, let us create differnt columns for them. We will be able to filter them easily (#5742) 2022-09-26 20:14:04 +00:00
20221014122742_lower-default-per-table-column-limit.sql refactor: reduce default column limit 2022-10-14 14:45:48 +02:00
20221101170001_add_cols_for_retention_policy.sql feat: add catalog columns needed for retention policy 2022-11-01 15:35:15 -04:00
20221111133939_drop_retention_duration.sql refactor: remove retention_duration field from namespace catalog table (#6124) 2022-11-11 20:30:42 +00:00
20221118135602_add_col_for_compaction_first_file_in_partition.sql feat: reintroduce compactor first file in partition exception (#6176) 2022-11-18 15:58:59 +00:00
20221215145057_namespace_delete_cascade.sql chore: delete ns postgres impl, test improvements, fix to mem impl 2022-12-16 10:23:50 +00:00
20230104114545_create_indexes_without_shard.sql chore: index for selecting partitions with parquet files created after a given time (#6496) 2023-01-04 18:07:07 +00:00
20230105120822_trigger_update_partition.sql fix: make trigger midification in different file (#6526) 2023-01-06 20:34:48 +00:00
20230106145820_modify_trigger.sql fix: make trigger midification in different file (#6526) 2023-01-06 20:34:48 +00:00
20230113075522_modify_trigger_new_file_at.sql perf: optimize not to update partitions with newly created level 2 files (#6590) 2023-01-13 14:46:58 +00:00
20230125103737_create_max_l0_crrated_at.sql feat: introduce a new way of max_sequence_number for ingester, compactor and querier (#6692) 2023-01-26 10:52:47 +00:00
20230207103859_namespace-soft-delete-column.sql refactor(catalog): soft delete namespace column 2023-02-09 11:35:27 +01:00