Optimise index on audit events for CSV export
To export large number of audit events record (> 10k) with filter, the existing index is not efficient, especially with date range filter. This change will add `created_at` field to the existing index and help reducing the query time significantly.
Showing
Please register or sign in to comment