Versions Compared

Key

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

...

HFile contains a multi-layered index. At a high level this looks like persisted B+ tree. Keys are required to be inserted in increasing order. Data is stored in blocks (typically 64KB blocks).

...