LoadConfigΒΆ
LoadConfig
- A configuration dataclass that controls how ParquetDB loads data from Parquet files. It provides settings to optimize data loading performance through parameters like batch sizes, read-ahead settings, threading options, and memory management configurations.
Configuration for loading data, specifying columns, filters, batch size, and memory usage. |