polars_cloud.LazyFrameExt.distributed#
- LazyFrameExt.distributed(
- *,
- shuffle_compression: bool = False,
Whether the query should run in a distributed fashion.
- Parameters:
- shuffle_compression
Compress files before shuffling them. This reduces disk and network IO, but disable memory mapping.