Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
wywCn
7
•
asked Apr 7
doris备份的快照可以恢复到另一个集群吗
场景如下: 我有一个doris集群A,做了一个备份快照A-S 然后由于一些问题,导致集群A坏掉了,无法恢复 只能重新搭建了集群B,那此时有办法把快照A-S恢复到集群B吗,怎么恢复
2.1
0
votes
1
answers
38
views
1
•
asked Apr 5
filebeat连接k8s部署的doris问题
我在k8s上部署了doris,在k8s集群外尝试使用filebeat上传log,发现不成功后我调试了filebeat。发现doris前端会给filebeat返回的后端在集群内部的域名,通过这个域名是是访问不到后端的。请问这种filebeat不在集群内,又想使用k8s部署doris前后端的情况应该怎么配置?
2.1
operator
0
votes
1
answers
22
views
baijun
11
•
asked Apr 3
使用存算一体模式,是否可以将S3或者HDFS作为唯一存储介质
3.0.4版本,算一体模式,是否可以将S3或者HDFS作为唯一存储介质而不是用本地存储? 如果可以的话 如何配置? 多谢
decoupled
3.0
0
votes
1
answers
72
views
yangleduo
3
•
asked Apr 3
24.2.0 版本什么时候发布?
咨询一下关于24.2.0 版本时候发布?已知问题什么时候能解决啊?
selectdb-studio
0
votes
1
answers
38
views
xavierSB
1
•
asked Apr 3
arrow flight sql向doris发送query, 超过最大连接数
doris 版本:2.1.6 arrow-flight 版本:53.1.0 描述: rust程序向doris通过arrow flight sql通信, 调用arrow_flight库的FlightSqlServiceClient的execute接口,https://arrow.apache.org/rust/arrow_flight/sql/client/struct.FlightSqlServiceClient.html 向doris发送 INSERT INTO state...
2.1
query
0
votes
1
answers
39
views
阿帅
144
•
asked Apr 3
Manager v24.1.4,Doris 2.1.6,想了解下manager的探活机制。
manager版本: Manager v24.1.4 Doris版本: doris-2.1.6-rc04-653e315ba5 现象:连续出现告警, 告警期间任何查询不可用。 且没有自动拉起(功能是开启的) 处理流程: 通过manager手动重启对应的FE,FE就恢复正常,告警消失。 想了解上manager探活机制,为什么在有告警且查询不可用的情况下,不会自动拉起。
manager
0
votes
1
answers
52
views
JeffreyNie
6
•
asked Apr 2
Doris 2.1.8 使用EXPLODE_VARIANT_ARRAY 函数报错
网站提供示例:https://doris.apache.org/zh-CN/docs/sql-manual/sql-functions/table-functions/explode-variant-array
2.1
0
votes
1
answers
56
views
椰子Echo@SelectDB
1071
•
asked Apr 2
【性能对比】为什么 Apache Doris 是比 Elasticsearch 更好的实时分析替代方案?
Elasticsearch 是一款开源的分布式检索引擎,广泛应用于实时分析、日志分析、全文搜索和数据监控等领域。凭借其强大的实时搜索能力和灵活的查询语言,在市场上获得了广泛认可。然而,在过去两年,我们注意到一个趋势,很多 Elasticsearch 用户倾向于采用 [Apache Doris 替代 Elasticsearch。 本文将从技术选型的视角,全方位深度解析 Apache Doris 与 Elasticsearch 的差异,包括以下几点: 开源开放:开源和开放的程度决...
content
0
votes
1
answers
175
views
fengjie
5
•
asked Apr 2
doris 2.1.6版本,map_agg聚合的结果
doris 2.1.6版本 查询语句 SELECT deviceid, iotdate, analog_value_type_id, MAX(new_value) as new_value, MAP_AGG(iottime,ifnull(new_value,'0')) AS line_value FROM ( SELECT deviceid, createtime, DATE(createtime) AS iotdate, DATE_FORMAT(create...
2.1
0
votes
1
answers
43
views
simple
3
•
asked Apr 2
【增加catalog功能】能不能数据在元数据系统处理完成结果再返回到doris系统
1.目前获取元数据都是直接获取整表数据到返回到doris进行数据加工这个导致两个问题 (1)因为数据表的设计原因导致获取数据的时候必须join才能获取表调整的时间,在关联表再进行同步的现有情况下需要或者整个表的数据再进行数据筛选会使得时间很长 (2)一些字段类型在doris是不支持的,所以在同步的过程中会导致筛选条件是不支持的字段类型也无法使用 2.希望数据再元数据系统处理完返回到doris对数据进行数据的二次筛选处理再进行后续操作。
2.1
catalog
0
votes
3
answers
79
views
Prev
Prev
62
63
64
(current)
65
66
Next
Next
Hot Questions
【用户案例】Apache Doris 在菜鸟的大规模业务场景落地实践
1 answers
审计日志sql_digest值异常,什么原因?
doris manager发送邮件失败
1 answers
批量删除分区(删除一个范围内的分区)
1 answers
使用 JOB 定时执行 INSERT INTO SELECT 报错 Execute timeout
doris2.1.7版本遇到show tablet tablet_id为空?