ngageoint / scale

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

#1876 optimize /ingests/status #1889

Closed mheppner closed 4 years ago

mheppner commented 4 years ago

Fixes #1876

Checklist

Affected app(s)

Description of change

Adjusted some .select_related() and .prefetch_related() targeting /ingests and /ingests/status. See issue for detailed metrics.

mheppner commented 4 years ago

Closing in favor of #1877. Added my optimizations on top of that PR.