Kyligence / ClickHouse

ClickHouse® is a free analytics DBMS for big data
https://clickhouse.com
Apache License 2.0
14 stars 17 forks source link

support spill settings: max_bytes_before_external_sort and max_bytes_before_external_group_by #429

Closed taiyang-li closed 1 year ago

taiyang-li commented 1 year ago

Pass max_bytes_before_external_sort and max_bytes_before_external_group_by from gluten to CH:

If spark.memory.offHeap.enabled = true:

Otherwise throw an exception.

taiyang-li commented 1 year ago

duplicated with https://github.com/oap-project/gluten/issues/1376