You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, only a subset of incident fields are compatible with the higher performance queryset for the CSV API. These are the fields that we have written some custom Django ORM code to query the values from the DB directly, rather than computing them per-row in Python. We would like to add as many fields as possible to this group, so that all possible API queries can be returned using the faster code.
Right now, only a subset of incident fields are compatible with the higher performance queryset for the CSV API. These are the fields that we have written some custom Django ORM code to query the values from the DB directly, rather than computing them per-row in Python. We would like to add as many fields as possible to this group, so that all possible API queries can be returned using the faster code.
Follow up for #1650
The text was updated successfully, but these errors were encountered: