Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
zhaorongsheng
7
•
asked Mar 12, 2024
count(distinct)+gby+物化视图执行优化
sql如下: select dt_date, case when col1 then xx, count(distinct user_id1), count(distinct user_id2) from tbl_test group by dt_date, case when col1 then xx; tbl_test中 user_id1和user_id2使用了bitmap union字段,同时建立了雾化视图。 上述sql,总执行时间20s,划分了三个fragment:0...
2.0
0
votes
2
answers
67
views
Brocol
22
•
asked Mar 12, 2024
查询Mysql Catalog异常
版本是:2.0.5 新建catalog的时候,查询效率什么的都是预期的 但是昨天的时候(3.11),一开始是上层应用跨catalog查询的时候发现响应非常慢,1分钟了还是没有结果返回直接,上层应用链接直接断开了 一开始以为只是catalog的问题,后面发现切到ssr_mysql也是一样查询有问题 然后关闭本地的梯子,测试不行,再服务器的终端进行测试也是不行(偶尔会有一次可行) 查看fe和be的相关日志,没有看到特殊的日志,不知道这个日志是否对排查有帮助 最后把catalog删...
cluster
2.0
0
votes
3
answers
122
views
zlhxxx
140
•
asked Mar 12, 2024
【已解决】异步物化视图构建错误
mtmv
2.1
0
votes
2
answers
71
views
haoxk
11
•
asked Mar 12, 2024
【已记录】doris 从2.0.1升级到2.1.0,部分 jdk 版本会导致崩溃问题
在doris从版本2.0.1升级到2.1.0过程中,采用环境openjdk11。 启动be过程中,be崩溃,产生core文件,日志: version doris-2.1.0-rc11(SSE4.2) RELEASE (build git://VM-0-32-ubuntu@91efb6a43d8a6c92cdd9d1729806a6bb8134fc84) Built on Mon, 04 Mar 2024 23:09:21 CST by VM-0-32-ubuntu 启动fe过...
cluster
2.0
upgrade
0
votes
3
answers
314
views
椰子Echo@SelectDB
1061
•
asked Mar 11, 2024
【Release Note】Apache Doris 2.1.0 版本发布,欢迎下载使用
[Apache Doris 2.1.0 版本已于 2024 年 3 月 8 日正式发布,并在 TPC-DS 1TB 测试数据集上获得超过 100% 的性能提升。 2.1 版本引入多 SQL 方言兼容,便于用户无缝迁移至 Doris;支持 Arrow Flight 高速读取接口,数据传输效率提升 100 倍;引入异步物化视图,极大提升查询性能;引入自增列、自动分区、MemTable 前移以及服务端攒批的能力,提高大规模数据实时写入效率;引入全新的 Variant 和 IP 数据...
2.1
community
3
votes
1
answers
537
views
zhaorongsheng
7
•
asked Mar 11, 2024
【已解决】Doris管控页面每次都要重新登录
如下图,通过control键按快捷链接,跳转到新的页面,每次都需要重新登录,麻烦问下有没有什么方式配置解决此类问题
doris-webui
0
votes
3
answers
150
views
zhaorongsheng
7
•
asked Mar 11, 2024
spark-doris-connector中使用udaf写bitmap类型的doris表失败
使用函数ToBitmapUDAF,用spark-connector写入bitmap的doris表,报错如下: load.DorisStreamLoad: Streamload Response RES STATUS Error:status: 200, resp msg: OK, resp content: { "TxnId": 351544, "Label": "spark_streamload_20240311_160031_c06...
2.0
0
votes
1
answers
87
views
张彬华
7678
•
asked Mar 11, 2024
【Apache Doris】周FAQ集锦:第 2 期
欢迎查阅本周的 Apache Doris 社区 FAQ 栏目! 在这个栏目中,每周将筛选社区反馈的热门问题和话题,重点回答并进行深入探讨。旨在为广大用户和开发者分享有关 Apache Doris 的常见问题。 通过这个每周 FAQ 栏目,希望帮助社区小伙伴更好地了解和应用 Apache Doris,促进经验交流和技术共享。
community
周faq
4
votes
1
answers
557
views
椰子Echo@SelectDB
1061
•
asked Mar 11, 2024
【提问模板】提问赢限时礼品 :p
Hi~欢迎小伙伴们来到 SelectDB 船新技术论坛,我们希望您的提问不仅可以帮助 Doris 变得更好,更可以为遇到相同问题的同学提供帮助,so,希望我们可以在 SelectDB 技术论坛 一起愉快玩耍~ 为了庆祝 SelectDB 技术论坛正式上线,即日起至 3 月 31 日,只要在论坛上完成用户注册并提问有效问题,即可获得 Apache Doris 用户案例集实体书 1 本,数量不限。 一旦回答问题并被采纳成答案,前 10 位将获得 Apache Doris 社区限定...
community
faq
2
votes
1
answers
85
views
clearlove7
5
•
asked Mar 11, 2024
【已解决】doris202版本,日志频繁报错,影响日志查询
doris版本:doris-2.0.2-rc05 使用没发现什么问题,但影响日志查询 日志报错内容: Encountered: IDENTIFIER Expected: ||, COMMA {code...} Caused by: org.apache.doris.common.AnalysisException: errCode = 2, detailMessage = Syntax error at org.apache.doris.analysis.SqlParser....
2.0
0
votes
2
answers
328
views
Prev
Prev
353
354
355
(current)
356
357
Next
Next
Hot Questions
【8/2 走进小米】武汉见!Doris 携手小米、岚图汽车,聚焦 AI、湖仓一体、存算分离、可观测、高并发点查等多重实践
spark读取Doris时的并发度问题
grant on授权,权限控制粒度不够用
__internal_schema中两张系统表的数据为空,tablet是bad
没有完成下线前删除be目录
DorisManager添加BE节点显示异常,如何规避掉透明大页面检查?
1 answers