ou yuanning

Results 99 comments of ou yuanning

OOM问题,辛苦莫尘统一处理一下 @heni02 看是否合并成一个issue

1、似乎测试脚本有点问题。连接到MO会报这个错 ``` {"level":"ERROR","time":"2024/01/03 14:52:16.668663 +0800","caller":"frontend/mysql_cmd_executor.go:315","msg":"error: SQL parser error: You have an error in your SQL syntax; check the manual that corresponds to your MatrixOne server version for the right syntax...

才留意说的是on duplicate key 算子。 该算子会把数据一致保存在内存中,直到所有数据都被检验一遍,所以大数据量的时候很容易OOM。 得等spill完成后才不会OOM

可能的原因 1、mpool统计问题. https://github.com/matrixorigin/matrixone/issues/11928 2、确实申请较多了. https://github.com/matrixorigin/matrixone/issues/13524