Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
49
•
asked Mar 12
3.0.3 请教 慢sql HASH_JOIN_OPERATOR_DEPENDENCY
{code...} 这条SQL, 每次执行都是1s50ms以内。 set runtime_filter_wait_time=0; 设置完后,就很快,50ms以内。 不知道为什么?
3.0
query
performance
0
votes
1
answers
41
views
simontian
1
•
asked Mar 12
doris2.1.8 查询时高频出现BE节点crash
Doris版本:2.1.8 查询语句:SELECT * FROM mytable LIMIT 537000,1000; be.out日志 {code...}
2.1
query
0
votes
1
answers
100
views
galen
1
•
asked Mar 12
doris2.1.8CPU负载异常问题
如图,我是4BE 16核CPU,上面的load负载是不是异常,我看dorisbe才200%
2.1
0
votes
2
answers
72
views
jiaquanyu
1
•
asked Mar 11
2.1.7创建视图失败,创建视图没问题
CREATE materialized VIEW mv_bill_test AS select org_id, bill_id, checkout_time, holiday_able, bill_amount, receivable_amount, actual_amount, discount_amount, bill_type, ticket_amount, food_amount, room_amount, goods_amount, project_amount, ...
2.1
物化视图
0
votes
1
answers
40
views
Neal_Zzzz
17
•
asked Mar 11
【bug】skip_write_index_on_load被禁止
[https://doris.apache.org/zh-CN/docs/sql-manual/sql-statements/table-and-view/table/CREATE-TABLE] 文档显示 能支持配置这个属性,实际上建表会报错。selectdb-2.1.8.3版本 org.jkiss.dbeaver.model.sql.DBSQLException: SQL 错误 [1105] [HY000]: errCode = 2, detailMessage = Pro...
2.1
demand
0
votes
1
answers
26
views
changguowei
199
•
asked Mar 11
Doris自定义UDF函数如何更新所有BE节点的static静态变量?
Doris自定义UDF函数使用了static静态变量Map存储了中间数据(该数据是查询mysql的结果),以供evaluate函数中使用 问题 1、static变量会缓存到内存中,后续查询一直使用这份数据,如何实现mysql数据变化时,能更新Map静态变量数据?
2.1
0
votes
2
answers
33
views
haoxiaoyu
3
•
asked Mar 11
求doris catalog trino有ssl证书方式的连接方式
doris版本:2.1.6 业务需求:doris catalog 增加trino,但是后端的小伙伴只提供了trino的用户名和密码以及证书,官网的连接样例是: CREATE CATALOG trino_catalog PROPERTIES ( "type"="jdbc", "user"="hadoop", "password"="", "jdbc_url" = &#...
2.1
storage
catalog
demand
0
votes
1
answers
33
views
qin.liu
1
•
asked Mar 11
doris 3.0.4 be节点宕机无法查询问题
模拟关闭be节点,执行sql查询,提示be节点无法通信 日志:RpcException, msg: send fragments failed. io.grpc.StatusRuntimeException: UNAVAILABLE: io exception, host: **** 这个报错,通过什么参数确保节点宕机不影响集群查询能力 诚邀大佬解答下,文档里面没找到对应策略!
3.0
0
votes
1
answers
69
views
gensheng-mo
1
•
asked Mar 11
with关键词的sql每次得到的结果条数不一样
基本信息: doris版本: 2.1.7; 内表t4是一张duplicate表; 当前doris没有任何数据写入; 问题描述 情况一: 分别统计每个临时表的结果记录数 分别定义三张临时表,tmp3的结果来自于tmp1和tmp2的join,sql表达如下: {code...}
2.1
0
votes
2
answers
53
views
49
•
asked Mar 11
3.0.3 请教问题 数据缓存的TTL
3.0.3 存算分离 设置file_cache ttl为1天 {code...} 当查询其中一条数据时,cache的这条数据所在的tablet的全部数据还是查询到的那一条数据?
decoupled
3.0
0
votes
1
answers
42
views
Prev
Prev
109
110
111
(current)
112
113
Next
Next
Hot Questions
spark-doris-connector,Unknown column 'null' in 'table list'
Doris v2.0.10 Tablet 副本修复失败
doris3.0.8存算一体,开启kafka routine_load后be内存居高不下。
catalog如何配置转义字符是否当为普通字符串呢
1 answers
2.1.7Doris posexplode函数
seatunnel,iceberg,doris之间存在时区问题
2 answers