Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API: Add more fields to the high performance CSV queryset #1789

Open
chigby opened this issue Nov 6, 2023 · 0 comments
Open

API: Add more fields to the high performance CSV queryset #1789

chigby opened this issue Nov 6, 2023 · 0 comments

Comments

@chigby
Copy link
Contributor

chigby commented Nov 6, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant