.. |
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 |