// max number of remote scanner thread pool size // if equal to -1, value is std::max(512, CpuInfo::num_cores() * 10) DECLARE_Int32(doris_max_remote_scanner_thread_pool_thread_num); // number of olap scanner thread pool queue size ...
input_rs_readers, _output_rs_writer.get(), &_stats); } } _tablet->last_compaction_status = res; if (!res.ok()) { LOG(WARNING) << "fail to do " << compaction_name() << ". res=" << res << ", tablet=" << _tablet->tablet_id()2...
if (tablet != nullptr) {25 changes: 14 additions & 11 deletions 25 be/src/common/daemon.cpp Original file line numberDiff line numberDiff line change @@ -51,6 +51,7 @@ #include "runtime/client_cache.h" #include "runtime/exec_env.h" #include "runtime/fragment_mgr.h" #include...
"NumberUnselectedRows": 0, "LoadBytes": 35721, "LoadTimeMs": 9046, "BeginTxnTimeMs": 0, "StreamLoadPutTimeMs": 0, "ReadDataTimeMs": 0, "WriteDataTimeMs": 9041, "CommitAndPublishTimeMs": 0 } 2022-06-22 19:04:08,321 INFO org.apache.doris.flink.sink.writer.RecordBuffer ...
默认FE 元数据的目录在 fe/doris-meta 目录下。 BE 的数据存储在 be/storage 目录下。 启动FE: sh fe/bin/start_fe.sh --daemon 启动BE: sh be/bin/start_be.sh --daemon MySQL 命令行连接 FE,这里新安装的 Doris 集群默认用户是 Root 和 Admin,密码是空: ...
2022-06-22 19:04:18,310 INFO org.apache.doris.flink.sink.writer.DorisStreamLoad [] - load Result { "TxnId": 6964, "Label": "doris_demo_001_0_2", "TwoPhaseCommit": "true", "Status": "Success", "Message": "OK", "NumberTotalRows": 0, "NumberLoadedRows": 0, "NumberFiltered...
// number of threads available to serve backend execution requests CONF_Int32(be_service_threads, "64"); -// key=value pair of default query options for Doris, separated by ',' -CONF_String(default_query_options, ""); - -// If non-zero, Doris will output memory usage every log_mem...
MysqlWriter> -static Status _serialize_block(MysqlWriter& mysql_writer, vectorized::Block& block, - PTabletKeyLookupResponse* response) { +Status _serialize_block(MysqlWriter& mysql_writer, vectorized::Block& block, + PTabletKeyLookupResponse* response) { RETURN_IF_ERROR(mysql_writer.append_...
但是这样给后面数据分析带来了麻烦,这个时候我们通常试将业务数据库的分库分表同步到数据仓库时,将这些分库分表的数据,合并成一个库,一个表。便于我们后...
[improvement](tablet scheduler) Adjust tablet sched priority to help load data succ #38528 #38884 Prevents tablets with unfinished ALTER jobs from being balanced. [improvement](balance) don't balance tablet which has unfinish alter job #39121 #39202 Enables modifying the number of buckets for ...