Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

An item in the `Hudi` ingestion processing timeline

Design details


Excerpt

At its core, Hudi maintains a timeline of all actions performed on the def~table at different instants of time that helps provide instantaneous views of the def~table, while also efficiently supporting retrieval of data in the order of arrival. A Hudi `timeline instant` consists of the following components

Design decisions

  1. Hudi guarantees that the actions performed on the timeline are atomic & timeline consistent based on the instant time.

...