.. |
20210217134322_create_schema.sql
|
refactor: do not specify schema in migrations
|
2022-02-17 14:15:58 +00:00 |
20211229171744_initial_schema.sql
|
refactor: remove migration create schema
|
2022-02-17 14:41:32 +00:00 |
20220221145409_routing_limits.sql
|
feat: routing service protection (#3807)
|
2022-02-22 17:26:37 +00:00 |
20220223192306_add_row_count_to_parquet_file.sql
|
feat: Add row count to the parquet_file record in the catalog (#3847)
|
2022-02-24 15:20:50 +00:00 |
20220224080910_add_file_size_bytes.sql
|
feat: extend catalog so we can recover `ParquetChunk`s from it (#3852)
|
2022-02-24 13:16:15 +00:00 |
20220224082147_add_parquet_metadata.sql
|
feat: extend catalog so we can recover `ParquetChunk`s from it (#3852)
|
2022-02-24 13:16:15 +00:00 |
20220307201050_add_parquet_level_and_created_at.sql
|
feat: add compaction_level and created_at to parquet_file (#3972)
|
2022-03-10 15:56:57 +00:00 |
20220308120917_ingester-missing-indexes.sql
|
perf: get_table_persist_info indexes for joins
|
2022-03-08 12:12:47 +00:00 |
20220323150705_change_to_delete_to_timestamp.sql
|
fix: Change to_delete column on parquet_files to be a time (#4117)
|
2022-03-23 18:47:27 +00:00 |
20220324152729_add_namespace_id_to_parquet_file.sql
|
fix: Backfill namespace_id in schema migration (#4177)
|
2022-03-30 16:31:26 +00:00 |
20220328150925_add_index_to_to_delete.sql
|
fix: Add an index to parquet_file to_delete
|
2022-03-29 08:15:26 -04:00 |
20220331222147_compactor-indexes.sql
|
fix: add indexes to parquet_file (#4198)
|
2022-04-01 09:59:39 +00:00 |
20220401174403_add_sort_key_to_partition.sql
|
feat: Add optional sort_key column to partition table
|
2022-04-01 15:45:51 -04:00 |
20220404120116_column_name-table_id-index.sql
|
refactor: add table_id index on column_name
|
2022-04-04 13:04:25 +01:00 |
20220420142224_ids_bigint.sql
|
fix: make all catalog IDs 64bit (#4418)
|
2022-04-25 16:49:34 +00:00 |
20220610102325_add_sort_key_array_column.sql
|
chore: Incrementally migrate sort_key to array type (#4826)
|
2022-06-10 11:35:43 +00:00 |
20220610131325_rename_sort_key_arr.sql
|
feat: Change data type of catalog partition's sort_key from a string to an array of string (#4801)
|
2022-06-10 13:31:31 +00:00 |
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 |