KevinyhZou commented on PR #7268:
URL: 
https://github.com/apache/incubator-gluten/pull/7268#issuecomment-2401632426

   #### 性能测试
   表schema:test_tbl (a STRING, b STRUCT<x1: STRING, x2: STRING, x3: STRING, x4: 
STRING, x5: STRING>)
   测试sql: select count(b.x1) from test_tbl
   数据量:1200W行
   分别使用json/parquet/orc 三种测试存放数据,测试 该SQL查询的端到端耗时情况
   
   优化前 平均耗时:
   json格式: 16.52s
   parquet耗时:2.02s
   orc耗时:1.25s
   
   优化后 平均耗时:
   json格式:12.71s
   parquet耗时: 0.63s
   orc耗时:0.36s
   
   


-- 
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]

Reply via email to