matrixone icon indicating copy to clipboard operation
matrixone copied to clipboard

[Refactoring]: Enable some table functions to be parallelized

Open ouyuanning opened this issue 1 year ago • 1 comments

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

ouyuanning avatar Jan 16 '25 07:01 ouyuanning

this feature is already done. please verify and close

cpegeric avatar Jun 12 '25 11:06 cpegeric

内部开发需求,不需要验证,closed

heni02 avatar Aug 06 '25 03:08 heni02