Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
@追风少年
3
•
asked Nov 14, 2024
join内关联增加条件后查询速度变慢
2.1.5版本WHERE 后增加条件指定config_id后查询速度变慢,由400ms变为2s4, 执行计划由 变为 这个是什么原因导致的速度变慢的
2.1
query
0
votes
3
answers
98
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
106
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
174
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
88
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
64
views
椰子Echo@SelectDB
1071
•
asked Nov 14, 2024
【资料获取】Doris Summit 2023 演讲资料下载
原资料下载链接已失效,欢迎转发分享本帖链接: [https://ask.selectdb.com/questions/D1pA2/] 2023年 10 月 21 日,由飞轮科技主办、阿里云与腾讯云联合主办的 Apache Doris 社区首届线下技术峰会 Doris Summit Asia 2023 在一片热潮中落下帷幕。本次峰会吸引了广大技术爱好者的关注,近千大数据以及数据领域从业者来到现场、与技术专家们面对面交流,超过 10 万名在线上观看了峰会直播,为广大数据技术从业者...
community
2
votes
1
answers
343
views
zhengby
3
•
asked Nov 14, 2024
Be 状态异常,实际上挂了,但是使用show beckends查看状态显示正常
Doris版本:doris-2.0.3-rc06-37d31a5 一个Be节点使用show beckends命令查看状态,显示是正常的,但是我们所有的FlinkCDC同步任务都失败了。 查看报错信息如下: Caused by: org.apache.doris.flink.exception.DorisRuntimeException: stream load error: [INTERNAL_ERROR]VNodeChannel[435734-15965742], load...
cluster
2.0
0
votes
1
answers
55
views
zlhxxx
140
•
asked Nov 14, 2024
show data 和information_schema 的表行数,与count实际不符
在统计数据增量指标时,采用了show data或者information_schema 里面table表的值,但发现有负值,可能是因为版本合并覆盖了?但count消耗性能大,没办法每个表都去做count,有没有办法解决这个问题
2.1
0
votes
1
answers
32
views
Prev
Prev
147
148
149
(current)
150
151
Next
Next
Hot Questions
【用户案例】Apache Doris 在菜鸟的大规模业务场景落地实践
1 answers
Doris 创建链接报错:Reach limit of connections
ccr同步工具HA问题
1 answers
doris创建oralce的catalog查询表执行正常,查询oracle的同义词,查询的时候 提示表不存在
1 answers
分区表查询分区字段触发全表扫描
doris-manager看grafana图表经常有 BE not alive情况
2 answers