matrixone icon indicating copy to clipboard operation
matrixone copied to clipboard

optimize the memory reuse of pipeline spool.

Open m-schen opened this issue 4 months ago • 6 comments

What type of PR is this?

  • [ ] API-change
  • [ ] BUG
  • [x] Improvement
  • [ ] Documentation
  • [ ] Feature
  • [ ] Test and CI
  • [ ] Code Refactoring

Which issue(s) this PR fixes:

https://github.com/matrixorigin/MO-Cloud/issues/4212

What this PR does / why we need it:

提高spool的内存复用效率,从第2个batch开始复用内存,可以降低部分查询的内存峰值。

m-schen avatar Oct 21 '24 09:10 m-schen