Skip to main content
February 19, 20261.0.49v1.0.49RSS

v1.0.49 — [Performance] Add database index on invoices.project_id,paid_at,status

Release Notes

Reason: All revenue analytics queries filter by project_id + paid_at range + status='paid'. Without this index, MRR time series and ARR summary do full table scans that grow O(n) with billing volume.

Category: database