Versions Compared

Key

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

...

Irrespective of the type of dataset (append or append + update) in use, index look up plays a very critical role in the both read and write performance. If we can solve record level indexing mapped to FileId and may be partition (depending on the use-case) without adding too much to latency, it will be a good improvement to Hudi's performance. make Hudi more performant.

So this RFC aims at providing a record level indexing capability to Hoodie for faster lookups. 

...