ngageoint / scale

Processing framework for containerized algorithms
http://ngageoint.github.io/scale/
Apache License 2.0
105 stars 45 forks source link

#1831 Optimize /files #1888

Closed mheppner closed 4 years ago

mheppner commented 4 years ago

Fixes #1831

Checklist

Affected app(s)

Description of change

Much faster query response can be achieved by moving 'job_type' from .select_related() to .prefetch_related(). See metrics in issue for more detail.