Designing efficient file operations at cloud scale

2 · Red Hat · Oct. 5, 2021, 10:03 a.m.
Accessing and operating on data is one of the most time-consuming aspects of computing. Developers can improve efficiency by looking for ways to avoid the overhead required by standard file operations. To illustrate the possibilities, I will report on a couple of interesting cases where I designed cloud-scale services that dynamically construct files for users to consume. The first application was an incremental backup and restore application, and the second was part of a new OpenShift installat...