Jensen

Results 161 comments of Jensen

依赖tbl level config的实现 - https://github.com/matrixorigin/matrixone/issues/16070

这个优化曾经的卡点是 : - https://github.com/matrixorigin/matrixone/issues/16493 但是向凯哥请教之后, 发现在`mo_mysql_compatibility_mode`上实现`db/tbl`级别配置项的支持并不合适, 需要再拉个群拍板确认一下. https://github.com/matrixorigin/matrixone/issues/16070#issuecomment-2413439992 我会尽快把这个事情给解决掉, 目前依赖这个issue的有 - https://github.com/matrixorigin/matrixone/issues/15809 - https://github.com/matrixorigin/matrixone/issues/15958

提这个cherry-pick的原因是1.2-dev上也有在`insert into select`大数据量场景下因为gc导致耗时多了一倍的问题, 因此先要想办法把这里的内存占用给降下来, 问题能否修复需要再验证, 可能还需要再cp几个其他人的pr. https://github.com/matrixorigin/matrixone/issues/17143#issuecomment-2190431895 *** 等相关的内存占用的优化, 和统计信息的确认能过之后, 再请大家review这个pr, 现在弄中移的case

```sql create table t0 (a int, b int, c int, primary key (a, b)); create table t1 like t0; create table t2 like t0; insert into t1 select result, result,...

can not use (some keymap i set in neovim), but it can in item2

same problem here ```shell Cannot import Numpy-based library (dtw_cc_numpy) Not all libraries are available in your installation. You can rerun the compilation from source or pip install in verbose mode:...

我在本地的mac, 深圳pc, tke三套环境上测试了upstream/main, 以及`39ba16c5a`的代码, 还没有成功复现这个issue. 第一次在tke上跑, 跑出来了一个别的问题, 除此之外还没有跑出来fail的情况 向QA同学请教了一下, 她跑了三次, 一次panic 一次oom 一次r-w conflict, 不一样的错误信息 红深哥好像很容易碰到这个问题, 能看到确实是没有及时地把行锁转换为表锁

我和下面这个issue一起做了 - https://github.com/matrixorigin/MO-Cloud/issues/4116

这个pr能根治这种panic - https://github.com/matrixorigin/matrixone/pull/19567