Versions Compared

Key

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

...

At its core, Hudi maintains a timeline of all actions performed on the dataset at different instants of time that helps provide instantaneous views of the dataset, 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.

Key Instant action types performed include:

...

Excerpt Include
instant state
instant state
nopaneltrue

Design decisions

  1. #todo

Related concepts

  1. file format
  2. commit

...