• Tan Le's avatar
    Optimise index on audit events for CSV export · fbcf3b78
    Tan Le authored
    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.
    fbcf3b78
1449-add-created-at-index-on-audit-events.yml 98 Bytes