karuppayya commented on issue #3882: URL: https://github.com/apache/datafusion-comet/issues/3882#issuecomment-4181214277
@andygrove thanks for creating this issue Adding some more details | Records | Comet Shuffle Write | Standard Shuffle Write | Bytes/Record (Comet) | Bytes/Record (Std) | |-------------|---------------------|------------------------|----------------------|--------------------| | 204,073,258 | 4.77 GB | 1.58 GB | **25.1 B/rec** | **8.3 B/rec** | Schema: 8 columns(7 String, 1 Timestamp type) This was simple scan-> shuffle(repartition) ->write cc: @parthchandra @mbutrovich -- 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]
