Run Commands
Read the GLOSSARY series >

Deferred Processing

Learn about the concept of deferred processing, which allows you to commit data more frequently than you process it.

December 4, 2023

About #

Deferred Processing is a technique that allows you to commit data more frequently than you process it. By default, HPE ML Data Management automatically processes any newly committed data added to its input branch. For example, you may want to commit data hourly, but retrain your ML model daily.

Actions: #

  1. Defer processing via a staging branch
  2. Process specific commits
  3. Set branch triggers
  4. Set a custom output branch