Ryan Petrello bd42dfe474
defer UnifiedJob.result_stdout_text for improved performance
result_stdout_text can be _very_ large - some customers have 5MB+ per
job; querying for this in list contexts results in _very_ large datasets
being read from the database which is very slow.  It's very uncommon to
actually need this column outside of the context of job details, so
defer it.

see: https://github.com/ansible/ansible-tower/issues/7568
2017-09-12 16:35:49 -04:00
..
2017-09-11 11:28:43 -04:00
2017-07-31 11:04:15 -04:00
2016-10-14 09:46:41 -04:00