perf: improve worker and storage throughput
Some checks failed
CI / verify (push) Has been cancelled
Some checks failed
CI / verify (push) Has been cancelled
This commit is contained in:
2
migrations/013_usage_events_time_index.sql
Normal file
2
migrations/013_usage_events_time_index.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
CREATE INDEX IF NOT EXISTS idx_usage_events_occurred_at
|
||||
ON usage_events(occurred_at DESC);
|
||||
Reference in New Issue
Block a user