Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 311 Bytes

File metadata and controls

6 lines (5 loc) · 311 Bytes
area webapp
type improvement

Reduce primary database write load on TaskRun by dropping an unused composite index on (scheduleId, createdAt). The schedule list view reads from ClickHouse, so this Postgres index served no Prisma query while still being maintained on every TaskRun INSERT/UPDATE.