Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Belief
9
•
asked May 15, 2024
【已解决】使用oracle的catalog查询oracle表报错
在oracle的catalog当中, 当schema是C##开头时, 无法使用catalog查询。 查询语句: show tables from ORACLE.C##FLINKUSER 报错信息errCode = 2, detailMessage = Unknown database 'C' 采用 show tables from ORACLE.C##FLINKUSER show tables from 'ORACLE.C##FLINKUSER'...
doris-webui
2.1
catalog
0
votes
1
answers
95
views
炳裔
45
•
asked May 15, 2024
doris-manager启动后无法访问,后台报错显示没有user表
前端web报错:
manager
0
votes
1
answers
57
views
炳裔
45
•
asked May 15, 2024
Doris什么时候实现https双向认证?
Doris什么时候实现https双向认证?
demand
0
votes
3
answers
89
views
炳裔
45
•
asked May 15, 2024
【已解决】请问doris支持UCA排序规范么
请问Doris支持UCA排序规范么?以及如何修改字段的字符集校对规则?谢谢啦。
2.0
0
votes
2
answers
45
views
Roger
19
•
asked May 15, 2024
【已解决】process resident memory内存高居不下应如何解决
process resident memory一直占用大量内存,请问要怎么解决呢? 内存追踪文档中也无提到相关内容 [https://doris.apache.org/zh-CN/docs/admin-manual/memory-management/memory-tracker]
2.1
0
votes
1
answers
123
views
John Zhong
3
•
asked May 15, 2024
【已解决】关于数据冷热分层和弹性计算节点
Doris在1.2增加了BE计算节点,在2.1做了优化,适用的场景主要是查询Hive等外表的场景(优先选择计算节点),那适不适用冷热分层的表(热数据在BE本地,冷数据在HDFS或S3)? 假如Doris一张表用了冷热分层,冷数据存在HDFS上,如果我在HDFS的节点上部署3个BE弹性计算节点,当一个查询包含这张表的冷数据时,如果Doris会优先选择计算节点,而计算节点和HDFS都在同一个节点,对HDFS冷数据的查询性能是不是会更快一些(相比非HDFS节点的BE混合节点)? 还...
2.1
query
0
votes
1
answers
146
views
donglin243870
5
•
asked May 15, 2024
【已记录】doris range分区数据导入到auto range分区表报错
doris版本2.1.3 {code...} INSERT INTO test02(id,batch_dt) VALUES(1,'2023-10-01'); INSERT INTO test01 SELECT * FROM test02; -- 报错:errCode = 2, detailMessage = (192.168.18.60)[CANCELLED]TStatus: errCode = 2, detailMessage = now range par...
ingestion
0
votes
2
answers
127
views
久安
7
•
asked May 15, 2024
【已解决】doris 读取 jdbc 外表,间隔报错
读取jdbc外表,会间隔报这个错,读mysql doris版本 1.2.2 CREATE RESOURCE abc PROPERTIES ( "type"="jdbc", "user"="root", "password"="11111", "jdbc_url" = "jdbc:mysql://192.168.1.134:3306/bdn_nhip?year...
catalog
1.2
0
votes
1
answers
103
views
____
5
•
asked May 15, 2024
【修复中】select cast ('18446744073709551614' as decimal(30,2)) 结果错误,数据精度丢失
cast('18446744073709551614' as DECIMALV3(30, 2)) 18446744073709552000 结果错误,是什么原因? Doris 版本:5.7.99 补充问题背景:我们这里使用 doris 作为数仓,通过 flink cdc 将 mysql 数据同步到 doris, 在 mysql 中有一个表的字段是: task_id bigint(11) unsigned NOT NULL DEFAULT '0'...
doris-webui
2.1
selectdb-studio
0
votes
3
answers
228
views
yugunsung
117
•
asked May 15, 2024
【已解决】doris存储负载均衡问题排查思路,以及调整策略
版本:1.2.7 1、每个be挂载4块盘,发现有一块盘IO负载很高,而其它3块盘磁盘负载很低,这个问题怎么排查? 2、想知道BE节点间的和BE内磁盘间的负载均衡策略,有哪些参数可以调整。
1.2
0
votes
1
answers
225
views
Prev
Prev
385
386
387
(current)
388
389
Next
Next
Hot Questions
Doris 2.0.15,3FE、6BE(3BE mix角色 3BE computation角色)3个mix角色的BE节点CPU使用率100%
1 answers
Doris 4.0.4 物化视图异常问题反馈
Spark Doris Connector 从hive导入doris double类型丢精度怎么解决?
1 answers
升级至4.0.4后物化视图查询失败,报错Insert a plan into targetGroup but differ in logicalproperties
1 answers
Doris 4.x 预热
Doris 2.1.4版本,be节点崩溃重启后集群恢复很慢问题
1 answers