Jensen
Jensen
> Hey @lawrence-laz what's the behaviour you're experiencing with this? > > When I use `(o)pen` a new terminal window is opened in regular vim (I see that your above...
looking forward to it(
我在dev环境上复制了一张`statement_cu`表出来, 然后模拟https://github.com/matrixorigin/MO-Cloud/issues/2200的方式往里面插入数据, 并用`explain analyze` 查看每个节点的耗时情况, 耗时最长的是table scan, 之前的慢有没有可能是s3的时延?
@DanielZhangQD 现在插入的速度能够接受吗, 龙冉哥的相关pr已经merge进去了
可能还需要继续做..?
# 复现方式 ```sql use mo_catalog; CREATE CLUSTER TABLE `statement_cu` ( `statement_id` VARCHAR(36) NOT NULL, `account` VARCHAR(300) NOT NULL, `response_at` INT DEFAULT NULL, # 修改了这个项的类型, 方便生成数据 `cu` int NOT NULL, PRIMARY...