Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
阿渊@SelectDB (没回帖直接加我主页微信)
9580
•
asked Aug 5, 2024
【最佳实践】Doris 中实现行列转换
行列转换在做报表分析时还是经常会遇到的,今天就说一下如何实现行列转换吧。 行列转换就是如下图所示两种展示形式的互相转换行转列我们来看一个简单的例子,我们要把下面第一个表格的数据转换成下边第二个表格的样式 先看看建表语句: {code...} 这样看起来SQL 逻辑就清晰很多,而且在性能上也会比之前 case when 方式好的很多,下面来看看这个执行结果: mysql> select -> userid, -> IFNULL(map['语文'...
content
faq
2
votes
1
answers
825
views
wanxiaohun
41
•
asked Aug 5, 2024
be failed to do single replica compaction
doris 版本 2.1.3 fe 一台 8核 32G be 7台 8核 64G 请问如下问题该如何定位与解决呢 {code...} 通过执行这个命令取消了 enable_single_replica_compaction 功能后错误消失,是开启这个功能需要什么先决条件么?
2.1
0
votes
1
answers
133
views
zhangm365
1
•
asked Aug 5, 2024
clion 调试 doris be 代码
一、centos 上使用 ldb_toolchain 编译完成 master 源码,可以通过 output 中编译生成的可执行文件启动 fe/be 服务。 二、使用 clion 调试 be 代码报错: 远程打开服务器上的整个 doris 项目代码; 配置 toolchains: 可以识别到 clang 编译器。 配置 cmake: CMake options 配置项的具体参数: {code...} 运行报错: 我猜测是 hdfs 访问的配置问题。
3.0
0
votes
3
answers
182
views
wanxiaohun
41
•
asked Aug 5, 2024
be报错 could not find related rowset for tablet
doris 版本 2.1.3 fe 一台 8核 32G be 7台 8核 64G {code...}
2.1
0
votes
1
answers
109
views
leledawang
3
•
asked Aug 5, 2024
【Doris Manager】监控告警功能异常
配置了网络代理,看日志还是提示网络有问题。 补充告警配置:
manager
0
votes
1
answers
156
views
王一王ya
1
•
asked Aug 5, 2024
数据表插入报错Unknown column 'dip' in 'T'
数据表插入报错detailMessage = Unknown column 'dip' in 'T'; 可是表xdr_biz_alarm和视图view_model.view_model_sql_DLGM都存在dip字段,而且这提示的T并没有出现; dip字段都在,然后将语句修改下,替换成视图中不存在的dip11字段,很明显报错信息就不一样,所以这报错 detailMessage = Unknown column 'dip' in...
2.0
0
votes
1
answers
63
views
Alstore
29
•
asked Aug 5, 2024
VARIANT 类型查询报错
正常查询VARIANT 类型正常 {code...}
2.1
0
votes
1
answers
97
views
forest
35
•
asked Aug 5, 2024
fink-doris-connector 因jar包冲突放弃胖包之后 提示错误
因使用flink-sql-connector-oracle-cdc-2.4.2.jar 出现jar包冲突,放弃胖包出现以下问题
2.1
0
votes
3
answers
72
views
海中之龙
13
•
asked Aug 5, 2024
Doris2.1.4内存使用率居高不下
版本:Doris2.1.4 情景:由Doris2.0.8升级至Doris2.1.4后,内存使用率一直很高。
2.1
0
votes
1
answers
165
views
Alstore
29
•
asked Aug 5, 2024
正常Insert 及部分列更新错误 测试 selectdb-doris-2.1.4 正常
版本:selectdb-doris-2.1.5 1、内表操作:insert into xxxx select xx,xxx,xxxx from xxx 报错 SQL 错误 [1105] [HY000]: errCode = 2, detailMessage = Variant sub-column access is disabled in original planner,set enable_variant_access_in_original_planner = tru...
2.1
0
votes
1
answers
144
views
Prev
Prev
316
317
318
(current)
319
320
Next
Next
Hot Questions
Doris 2.0.15,3FE、6BE(3BE mix角色 3BE computation角色)3个mix角色的BE节点CPU使用率100%
1 answers
Spark Doris Connector 从hive导入doris double类型丢精度怎么解决?
1 answers
Doris 4.0.4 物化视图异常问题反馈
升级至4.0.4后物化视图查询失败,报错Insert a plan into targetGroup but differ in logicalproperties
1 answers
Doris 4.x 预热
doris3.0.8运行insert into 任务报错send fragments failed. io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED