Apache Hudi · Schema

WriteConfig

Hudi write operation configuration

ACIDApacheBig DataData LakeIncremental ProcessingLakehouseOpen Source

Properties

Name Type Description
operation string Write operation type (UPSERT, INSERT, BULK_INSERT, DELETE)
batchSize integer Number of records per write batch
parallelism integer Write parallelism (number of partitions)
smallFileLimit integer Target file size in bytes for auto bin-packing
compactionEnabled boolean Whether inline compaction is enabled (MOR tables)
View JSON Schema on GitHub