NormalizeConfigΒΆ

  • NormalizeConfig - A configuration dataclass that controls how data normalization operations are performed in the database. It provides settings for optimizing performance through row distribution, file structure, batch processing, and memory management. Parameters include batch sizes, read-ahead settings, threading options, and file organization constraints.

parquetdb.core.parquetdb.NormalizeConfig([...])

Configuration for the normalization process, optimizing performance by managing row distribution and file structure.