Rachelint commented on PR #11943:
URL: https://github.com/apache/datafusion/pull/11943#issuecomment-2308963372

   Current progress:
   
   #### 1. Tried best to merge the accumulator loigc in two modes(flat and 
blocked) 
   Mentioned in: 
https://github.com/apache/datafusion/pull/11943#discussion_r1727161296
   
   But for using static dispatch to improve the performance, still keep some 
specific branches for two modes, detail can see:
   https://github.com/apache/datafusion/pull/11943#discussion_r1728363433
   
   #### 2. Introduce a conifg option to control `on/off` for `blocked 
optimization`
   Have added a config option 
`enable_aggregation_group_states_blocked_approach` to control `on/off` for 
`blocked optimization`. 
   
   #### 3. Introduce `alter_block_size` and remove `switch_to_mdoe`
   Memtioned in 
https://github.com/apache/datafusion/pull/11943#discussion_r1727162759
   
   #### 4. Fix some implementation problems
   Like https://github.com/apache/datafusion/pull/11943#discussion_r1728589712
   
   cc @alamb @jayzhan211 @2010YOUY01 @Dandandan 
   


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to