How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Deep Dive Into Hudi's Indexing Subsystem (Part 2 of 2)

calendar_today November 12, 2025 person domain apache-hudi

In part 1, we explored how Hudi’s metadata table functions as a self-managed, multimodal indexing subsystem. We covered its internal architecture—a partitioned Hudi Merge-on-Read (MOR) table using HFile format for efficient key lookups—and how the files, column stats, and partition stats indexes work together to implement powerful data skipping. These indexes dramatically reduce I/O by pruning partitions and files that don’t contain the data your query needs.

open_in_new Read original post