0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-30 19:41:46 +01:00
posthog/ee/clickhouse/materialized_columns
Karl-Aksel Puulmann 983b071b25
feat(query-performance): Create minmax indexes for materialized columns (#14226)
* feat(perf): Add minmax indexes for materialized columns

* Add more cleanup code

* Make migration not required on boot

* Update snapshots

* alter_sync

* Try some other approach for tests

* Try not creating minmax indexes in tests

* Remove aged test

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-17 11:50:32 +02:00
..
test feat(query-performance): Create minmax indexes for materialized columns (#14226) 2023-02-17 11:50:32 +02:00
__init__.py
analyze.py
columns.py feat(query-performance): Create minmax indexes for materialized columns (#14226) 2023-02-17 11:50:32 +02:00
util.py