-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Launching a job with a large inventory is slow #3214
Labels
Comments
ryanpetrello
added a commit
to ryanpetrello/awx
that referenced
this issue
Feb 12, 2019
if we don't preload this column, Django needs it, and so it generates one query per-host (!!!) to get it. For large (10k+ host) inventories, this is incredibly slow. see: ansible#3214
ryanpetrello
added a commit
to ryanpetrello/awx
that referenced
this issue
Feb 12, 2019
if we don't preload this column, Django needs it, and so it generates one query per-host (!!!) to get it. For large (10k+ host) inventories, this is incredibly slow. see: ansible#3214
e-tienne
pushed a commit
to e-tienne/awx
that referenced
this issue
Feb 14, 2019
if we don't preload this column, Django needs it, and so it generates one query per-host (!!!) to get it. For large (10k+ host) inventories, this is incredibly slow. see: ansible#3214
@ryanpetrello did you by any chance fix this for groups as well? We have 10,000 groups ... :( ... and 3000 hosts ...
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ISSUE TYPE
COMPONENT NAME
SUMMARY
localhost
)ENVIRONMENT
The text was updated successfully, but these errors were encountered: