Versions Compared

Key

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

...

Logically: represents a `unit of work` of external data ingestion in a given target `Hudi` dataset;  a set of `hudi` records in `Avro` format.

Physically: represent a list of delta files `delta file`s (in `Avro` format) representing the external data deltas not yet merged in the target `Hudi` dataset.

Related concepts

  1. storage type
  2. Merge On Read (MOR)
  3. Copy On Write (COW)

...