Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
zzxiaoma
33
•
asked Jun 19, 2024
【已解决】Doris jdbc连接postgresql查询表数据出错
可以查到这个表,但是查询的时候报错。
2.1
query
0
votes
2
answers
38
views
coend
5
•
asked Jun 19, 2024
2.0.11版本无法使用HDFS进行冷热数据分层
2.0
docs
0
votes
2
answers
27
views
Jclub
3
•
asked Jun 19, 2024
2.1.3版本读取0.12.x版本的hudi表报错
2.1.3版本读取0.12.x版本的hudi表报错,在读取log文件是报:IOException: java.lang.RuntimeException: key not found: _hoodie_commit_time ========================================================= SQL 错误 [1105] [HY000]: errCode = 2, detailMessage = (10.8.125.167)[CA...
2.1
0
votes
2
answers
71
views
hwanginsitein
3
•
asked Jun 19, 2024
【已解决】2.1.3 版本,spark读doris,获取不到数据
条件是 event_day = '20240618' and event_min <= 1115 一开始用的pom依赖是: {code...} 我现在可以肯定就是 event_day = '20240619' 这个筛选条件出问题了,因为我去掉 event_day 的条件筛选,只保留 event_min = 1000,是有数据可以拿到的
2.1
0
votes
1
answers
90
views
Sol.
7
•
asked Jun 19, 2024
Doris2.0.2数据导出到S3,发生某个字段数据丢失问题
导出语句 源数据 导入到S3的数据 S3TVF 这个表导入没有异常,是否和json类型有关系,这个表没有json类型的字段.
2.0
0
votes
1
answers
111
views
yuege
3
•
asked Jun 18, 2024
审计日志表字段不全,期望增加更多字段
审计日志表 缺乏单独的表名字段 以及 对于写入sql的统计缺乏写入数据量的统计。 加上这几个字段以便于维护。
2.1
demand
0
votes
1
answers
44
views
xxww
9
•
asked Jun 18, 2024
【已解决】doris2.1.0,be.out报 Unsupported system page size
这个错误有什么影响吗?Unsupported system page size
2.1
0
votes
2
answers
69
views
____
7
•
asked Jun 18, 2024
【已解决】 doris 2.0.4创建MySQL数据源成功,但无法查询数据
create table mysql_test_flink1( id int, name varchar(100), age int ) ENGINE=mysql PROPERTIES ( "host" = "xxx.xxx.xxx.xxx", "port" = "3306", "user" = "adaamin", "password" = "saaa&#...
catalog
2.0
0
votes
1
answers
42
views
丽丽哥哥
11
•
asked Jun 18, 2024
doris2.1性能测试,variant存储比string或json存储占用存储空间真的低吗
下图是doris官方结论 地址:https://doris.apache.org/zh-CN/docs/sql-manual/sql-types/Data-Types/VARIANT?_highlight=variant 基于github events一个小时数据量测试,数据大小605M string建表 CREATE TABLE IF NOT EXISTS github_events_string ( id BIGINT NOT NULL, type VARCHAR(30)...
2.1
0
votes
1
answers
80
views
sg30000
3
•
asked Jun 18, 2024
group_concat 什么时候可以支持Distinct 和 order by 一起用?
ERROR 1105 (HY000): errCode = 2, detailMessage = group_concat don't support using distinct with order by together: group_concat(DISTINCT X.xxxx ORDER BY X.xxxx ASC, ',' ASC)
query
0
votes
1
answers
53
views
Prev
Prev
258
259
260
(current)
261
262
Next
Next
Hot Questions
【直播预告】7/3「可观测性能力」人工智能与大模型专场,欢迎预约观看!
1 answers
使用doris manager 创建doris存算分离集群的时候为什么不能用ha的地址
2 answers
doris同时扩缩容
1 answers
java中通过mybatis批量写入数据,写入速度才100/秒,远远达不到官网说的1w/秒
doris能否根据用户做资源的优先级分配
1 answers
OLAP_SCAN_OPERATOR耗时过长