analytics/priv/ingest_repo
Karl-Aksel Puulmann 3310006337
Update 20240801091615_capitalize_known_sources.exs migration (#4525)
Previous migration took forever on prod, likely because Map lookups are linear time in complexity.
`transform/3` helps achieve the same functionality with the help of a hash table and updated
WHERE clause allows skipping most rows which dont need updating

Co-authored-by: Uku Taht <Uku.taht@gmail.com>
2024-09-04 13:57:28 +03:00
..
migrations Update 20240801091615_capitalize_known_sources.exs migration (#4525) 2024-09-04 13:57:28 +03:00
structure.sql Switch to new clickhouse adapter (ch/chto) (#2733) 2023-03-21 09:55:59 +01:00