Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
xiaofan2015
5
•
asked Jul 16, 2024
doris be使用clion 配置不能debug
按照官方文档 [https://doris.apache.org/zh-CN/community/developer-guide/be-clion-dev/] 配置不生效,通过/hadoop/workspace/doris/be/build_Debug/src/service/doris_be、/hadoop/workspace/doris/doris_be/be/lib/doris_be 等脚本都可以启动be,但是clion启动后没有效果,只报错Command timed ...
2.0
0
votes
1
answers
93
views
forest
35
•
asked Jul 16, 2024
doris-streamloader 导入报错 Entity Too Large 数据包大约400G
doris 导入 单个表csv 大于100g 除了拆文件是否还有其他的处理方法
2.1
0
votes
1
answers
87
views
Yangboxiao
47
•
asked Jul 16, 2024
关于动态分区与自动分区的建议。
当前版本:2.1.4 生产场景:需要按天,平台字段进行幂等更新。 举例:当前有几个 job 需要同时更新同一张表。表设计如下 {code...} 问题 3: TRUNCATE/INSERT OVERWRITE 对分区处理时不太便利 能否合并动态分区/自动分区功能,统一管理分区。 其他: 问题描述:在修改分区时触发的一个bug,导致 BE 宕机,没有自动重启,此问题非稳定复现。
2.0
data-partition
1
votes
2
answers
324
views
changguowei
199
•
asked Jul 16, 2024
hive变更字段名称后,doris查询hive变更字段为空数据
Doris2.1.4版本 hive中变更了字段名称,doris查询查不到变更后的字段数据,数据为空; hive catalog有设置定时10分钟刷新元数据,而且也手动执行了刷新表REFRESH TABLE hive.huan_union.dim_ak_dmp_ta_macpool_tmp也没有效果; 这个应该如何处理? 变更语句如下: alter table huan_union.dim_ak_dmp_ta_macpool_tmp change column time_ran...
2.1
0
votes
1
answers
48
views
leizhouzeng
1
•
asked Jul 16, 2024
实现像mysql的函数,create function直接写逻辑出结果,不要用创建udf的方式
下面是mysql函数创建过程,doris能否支持简单的函数创建,不要使用udf,因为udf还要发布到服务器 CREATE FUNCTION test_func(deal_amt_index bigint) RETURNS decimal(20,4) begin DECLARE result decimal(20,4); case when deal_amt_index >=0 and deal_amt_index <200000 then select 1 int...
2.0
0
votes
1
answers
59
views
forest
35
•
asked Jul 16, 2024
使用doris-streamloader 导入 csv数据
导入 csv 数据 列分隔符为 \001 时column_separator 如何设置?
2.0
0
votes
1
answers
45
views
xuweijun
35
•
asked Jul 16, 2024
查询的标的元数据信息,mysql 是可以的,但是doris 里边缺少AUTO_INCREMENT这个字段,哪个版本有兼容
查询的标的元数据信息,mysql 是可以执行如下sql的,但是doris 里边缺少AUTO_INCREMENT这个字段,请问目前是否有版本兼容,是在哪个版本,我目前是会用的是2.0.7 的版本,谢谢 select TABLE_TYPE as tableType, engine, TABLE_ROWS as tableTows, AVG_ROW_LENGTH as avgRowLength, DATA_LENGTH as dataLength, INDEX_LENGTH as ...
2.1
2.0
0
votes
1
answers
64
views
zoro
46
•
asked Jul 16, 2024
如何查看索引占用的额外空间大小
我想知道索引列占用了多少额外空间,可以查询到吗? 我创建了一个表并插入了一些数据,表大小及tablets数量如下: 为了加速查询使用了ROLLUP {code...} ROLLUP 成功后show data;内容如下 我的问题有三个: 为什么ROLLUP后会导致tablets数量翻倍了 tablets翻倍的情况下,size列大小几乎无变化,但是我想知道ROLLUP后增加了多少额外存储 可以查询到其他二级索引占用的额外空间吗?(我的表用到了倒排索引)
2.1
0
votes
1
answers
104
views
tlzmkm
17
•
asked Jul 16, 2024
Doris 官网下架掉了1.2版本的文档了吗?
如果想看1.2版本的相关文档,请问在使用什么方法在什么地方能看到呢?
1.2
0
votes
2
answers
71
views
anan0120
15
•
asked Jul 16, 2024
想同步oracle外部表到内部表,SIGNATURE_IMAGE字段是blob
想同步oracle外部表到内部表,SIGNATURE_IMAGE字段是blob,目前查询报错,各位大佬们,目前有办法同步吗? create table test_sink as select id,SIGNATURE_IMAGE from oracle_catalog.TEST.test_source Error Failed to execute sql: java.sql.SQLException: (conn=2600) errCode = 2, detailMessa...
2.1
0
votes
1
answers
74
views
Prev
Prev
332
333
334
(current)
335
336
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