colocote join PlanFragment instance的memory_limit = exec_mem_limit / min (query_colocate_join_memory_limit_penalty_factor, instance_num) max_connection_scheduler_threads_num 默认值:4096 查询请求调度器中的最大线程数。 前的策略是,有请求过来,就为其单独申请一个线程进行服务 qe_max_connection 默认值...
max_agent_task_threads_num 默认值:4096 是否为 Master FE 节点独有的配置项:true 代理任务线程池中处理代理任务的最大线程数。 remote_fragment_exec_timeout_ms 默认值:30000(ms) 是否可以动态配置:true 异步执行远程 fragment 的超时时间。在正常情况下,异步远程 fragment 将在短时间内执行。如果系统...
doris_fe_max_tablet_compaction_score 所有BE节点中最大的compaction score值 该值可以观测当前集群最大的 compaction score,以判断是否过高,如过高则可能出现查询或写入延迟。 ≥0 60s SYS.CloudTable doris_fe_qps 当前FE每秒查询数量(仅统计查询请求) QPS ≥0 60s SYS.CloudTable doris_fe_query_err 错误查询的...
public MysqlServer(int port, ConnectScheduler connectScheduler) { this.port = port; this.xnioWorker = Xnio.getInstance().createWorkerBuilder().setWorkerName("doris-mysql-nio").setWorkerIoThreads(Config.mysql_service_io_threads_num).setExternalExecutorService(taskService).build(); this.acceptListener...
max_value order by unique_value limit 100; :::note See doc: https://doris.apache.org/docs/advanced/auto-increment/ ::: AUTO PARTITION Before V2.1, Doris requires users to manually create data partitions before data ingestion, otherwise data loading will just fail. Now, to rel...
ConnectScheduler为The scheduler of query requests(Now the strategy is simple, we allocate a thread for it when a request comes)。作为连接调度器,必然会维护连接数,这里的private final int maxConnections; private final AtomicInteger numberConnection; private final AtomicInteger nextConnectionId;就是该用途...
(1)官网 http://doris.apache.org/master/zh-CN/downloads/downloads.html 官网上需要下载源码进行编译安装。
In Apache Doris 2.0.15, we introduced a new parameter: max_backup_tablets_per_job, which is used to limit the maximum number of tablets involved in a backup, to avoid OOM issues caused by excessive tablets. See doris.apache.org/docs/2.0/admin-manual/config/fe-config?_highlight=fe#max_...
6 +135,7 @@ INSERT INTO flink_doris_sink select name,age,price,sale from flink_doris_source | sink.batch.size | 100 | 单次写BE的最大行数 | | sink.max-retries | 1 | 写BE失败之后的重试次数 | | sink.batch.interval | 1s | flush 间隔时间,超过该时间后异步线程将 缓存中数据写入BE。
max_agent_task_threads_num 默认值:4096 是否为 Master FE 节点独有的配置项:true 代理任务线程池中处理代理任务的最大线程数。 remote_fragment_exec_timeout_ms 默认值:30000(ms) 是否可以动态配置:true 异步执行远程 fragment 的超时时间。在正常情况下,异步远程 fragment 将在短时间内执行。如果系统...