matrixone
matrixone copied to clipboard
[Refactoring]: Enable some table functions to be parallelized
Why do you want to refactor this code?
目前表函数都是不能并行展开的。
而部分表函数其实会产生大量的数据,并行展开会有一定的性能提升(主要是generate_series)
Describe the solution you'd like
在 https://github.com/matrixorigin/matrixone/issues/12873 完成之后。 可以对部分表函数(主要是generate_series)在compile时候进行展开
Describe alternatives you've considered
No response
Additional information
No response
this feature is already done. please verify and close
内部开发需求,不需要验证,closed