mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 22:18:01 -03:30
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