kazuyukitanimura commented on PR #1055: URL: https://github.com/apache/datafusion-comet/pull/1055#issuecomment-2474804550
Thanks @andygrove I tried with offHeap but I still see the advantage. Wondering if any of the following configs make difference. I use 100G input ``` spark.comet.regexp.allowIncompatible=true spark.sql.shuffle.partitions=4 spark.driver.memory=3g spark.executor.memory=3g spark.sql.autoBroadcastJoinThreshold=20971520 // (20 * 1024 * 1024) spark.sql.crossJoin.enabled=true parquet.enable.dictionary=true spark.shuffle.manager=org.apache.spark.sql.comet.execution.shuffle.CometShuffleManager ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
