Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
1
•
asked Nov 14, 2024
求教大佬,2.0.15 broker load导入主键模型宽表,部分更新的场景,导入非常慢
profile后,除了这个instance,其他的instance执行时间都是9分钟左右;这个instance快40分钟,大佬帮忙分析下原因
partial-update
ingestion
2.0
0
votes
1
answers
60
views
wangbo
3
•
asked Nov 14, 2024
variant字段解析问题,求助!
{code...}
2.1
0
votes
1
answers
25
views
wwhjiaparts
7
•
asked Nov 14, 2024
想了解一下物化视图刷新的job调度原理
今天试了一次性触发多个物化视图刷新任务,同时RUNNING的任务数量有10个,剩下的则是PENDING状态。 所以我想了解一下job是怎么工作,还有内部是怎么判断任务是直接执行还是PENDING,以及刷新任务同时运行的线程数是否可以配置? 版本:2.1.5
job-scheduler
mtmv
0
votes
1
answers
119
views
@追风少年
3
•
asked Nov 14, 2024
join内关联增加条件后查询速度变慢
2.1.5版本WHERE 后增加条件指定config_id后查询速度变慢,由400ms变为2s4, 执行计划由 变为 这个是什么原因导致的速度变慢的
2.1
query
0
votes
3
answers
96
views
知行合一1006
1
•
asked Nov 14, 2024
2.1.5,doris查询结果缺失
sql如下: select log_type , device_type , soft_version , file_name original_file_id , vehicle_model_id , upload_busi_type , key , object_key_info , project_id , file_type , happen_time , file_id FROM ( SELECT * , ROW_NUMBER() OVER (PARTITION B...
2.1
query
0
votes
2
answers
65
views
sugaryp
1
•
asked Nov 14, 2024
doris_2.1.6无法创建多副本的表
CREATE TABLE main_ref_map ( jzname varchar(255) , code varchar(255) , zbname varchar(100), datav int, isdel int, ifmain int, create_time varchar(100) ) DISTRIBUTED BY HASH(jzname, code,datav) BUCKETS 3 报错: 修改为单副本后创建成功: CREATE TABLE main_ref...
2.1
cluster
0
votes
4
answers
98
views
haoguokun
1
•
asked Nov 14, 2024
Caused by: io.netty.channel.ConnectTimeoutException: connection timed out: /xxx:18040
项目中使用Spring WebFlux的WebClient客户端, 异步发送_stream_load请求往doris写数据。项目中发生如下两种报错信息: 错误1: 错误2: WebClient请求的相关代码如下: 相关webclient的连接池配置、读写超时时间都做了配置。Doris的FE的连接数量配置的是10240,版本为2.1。主要是从RocketMQ中消费数据至Doris,以group commit方式采用的stream_load写入。 请问如何解决这两个异常?在线等大...
2.1
0
votes
2
answers
170
views
guanyuaxin
3
•
asked Nov 14, 2024
官网示例 amazon_reviews 增加索引字段查询没效果,也没有走索引是啥原因啊
查询:SELECT product_id, any(product_title), AVG(star_rating) AS rating, COUNT() AS count FROM amazon_reviews WHERE review_body LIKE '%is super awesome%' GROUP BY product_id ORDER BY count DESC, rating DESC, product_id LIMIT 5; Total: ...
2.1
0
votes
1
answers
18
views
qingchunweimian
1
•
asked Nov 14, 2024
查询数据 limit 分页直接报错order by id limit
SELECT * FROM hxk_ai_series_report_markrib order by id limit 56000,1000; SQL 错误 [1105] [HY000]: errCode = 2, detailMessage = (192.168.30.230)[MEM_LIMIT_EXCEEDED]Process memory not enough, cancel top memory overcommit query: <Query#Id=430...
3.0
query
0
votes
1
answers
84
views
changguowei
199
•
asked Nov 14, 2024
Doris2.1.5 创建hive catalog报错NoClassDefFoundError: org/apache/solr/common/SolrException
新搭建的集群Doris版本: 2.1.5 创建hive catalog时报错NoClassDefFoundError: org/apache/solr/common/SolrException 但是再次执行一次就不报错了,这是是FE服务缺包吗?
2.1
0
votes
2
answers
63
views
Prev
Prev
116
117
118
(current)
119
120
Next
Next
Hot Questions
【直播预告】6/19 本周四「可观测性能力」生态专场,欢迎预约观看!
1 answers
Doris2.0.1.1执行查询sql,order by + limit 查询不出数据,去掉limit后正常
1 answers
doris_audit_log_tbl__日志中文乱码
doris-2.1.7突然无法连接
1 answers
批量插入数据时,一段时间就会提示get tableList write lock timeout
1 answers
JSON和ARRAY之间互相转换如何实现?