Add performance enhancements on telemetry related queries

This commit is contained in:
Andrey Antukh
2024-08-02 13:07:44 +02:00
parent 0e92bcc0de
commit ba167f256b
3 changed files with 20 additions and 9 deletions

View File

@@ -391,7 +391,10 @@
:fn (mg/resource "app/migrations/sql/0122-mod-file-data-fragment-table.sql")}
{:name "0123-mod-file-change-table"
:fn (mg/resource "app/migrations/sql/0123-mod-file-change-table.sql")}])
:fn (mg/resource "app/migrations/sql/0123-mod-file-change-table.sql")}
{:name "0124-mod-profile-table"
:fn (mg/resource "app/migrations/sql/0124-mod-profile-table.sql")}])
(defn apply-migrations!
[pool name migrations]