Databases, Cloud, and more...

September 5, 2019 at 9:30

Watch the recorded session

Meta:

Agenda:

As always, join us after the meeting for lunch!

Talk Descriptions:

OIT - Cloud enablement

Kyle Weeks - OIT

There is a new group of staff within OIT that is working to stand up new services around cloud enablement, and will be engaging this group to discuss what this might look like. Will be providing a brief overview of the envisioned services, and talk through how this may impact the University.

Database Performance Series

Andy Wattenhofer - OIT

Database table column order: performance considerations

Background Async Tasks in Ansible

Michael Berkowski - University Libraries

Ansible’s typical behavior is to run all deployment tasks sequentially, only beginning a task when the prior task has completed successfully. Long running jobs such as invoking a compiler will hold everything else up until they’ve finished, even if future tasks don’t require depend on their results. Ansible can push long running tasks to the background and poll them for their completion, drastically reducing running times.