SET GLOBAL exec_mem_limit = 8589934592;2.2) 修改超时时间doris默认最长查询时间为300s, 如果仍然未完成, 会被cancel掉mysql> SHOW VARIABLES LIKE "%query_timeout%"; +---+---+ | Variable_name | Value | +---+---+ | QUERY_TIMEOUT | 300 | +---+---+ 1 row in set (0.00 sec)可以...
config: enable_new_load_on_memory_limit_exceeded: "true" mem_limit: 90% broker_servers: [] cn_servers: [] 三、stargo命令 常用命令 停止集群服务: shell [root@starrocks stargo-v2.3]# ./stargo cluster stop sr-c1 再次启动集群服务: shell [root@starrocks stargo-v2.3]# ./stargo cluster...
Wait until memtable flushed to disk if memory limit exceeded (StarRocks#2188) sduzhcommittedDec 20, 2021 6a54851 Fix on predicate miss rewrite when exists false in predicate (StarRocks#2274) HangyuanLiucommittedDec 20, 2021 95dae6f Replace Null Output Stream with commons io package (St...
通过explain sql命令可以查看查询计划。 通过会话设置 set is_report_success = true / 2.5及以后的版本命令为set enable_profile =true 可以打开profile的上报。 在论坛上上传profile时请将profile复制到文本文件中,将文本文件作为附件上传。 社区版用户在 http://MASTER_FE_IP:FE_HTTP_PORT/query 可以看到当前的...