Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
odos
3
•
asked Jul 31, 2024
1.2 版本 并行删除会出现数据丢失问题
1.delete from tablea where col1 = '1';insert into tablea select 1 2.delete from tablea where col1 = '2';insert into tablea select 2 3.delete from tablea where col1 = '3';insert into tablea select 3 3条语句并行执行时,会出现数据丢失问...
1.2
0
votes
1
answers
34
views
DANG
3
•
asked Jul 31, 2024
mac本地编译,在build azure时卡住不动
在mac系统使用sh build.sh编译doris源码的master分支,执行到cloud模块的build azure时卡住不动
3.0
0
votes
2
answers
53
views
yky_young
67
•
asked Jul 31, 2024
doris通过catalog数据写入引起decimal类型故障
doris版本2.0.13 目前已尝试保留小数位,剔除空值依旧无效,已验证没有超长值。 多运行几次,有时成功 有时失败 报错如下 SQL 错误 [1105] [HY000]: errCode = 2, detailMessage = (172.31.3.98)[E-124][E-124] Arithmetic overflow {code...}
2.0
0
votes
6
answers
262
views
某某某某
54
•
asked Jul 31, 2024
使用SQL拦截影响数据导入
我在集群设置SQL拦截,拦截查询某一张表但是不包含分区键的SQL,如下: 当进行查询的时候,在审计日志上上能看到拦截记录: 同时导入任务异常退出(使用flink导入): 我有两个疑问: 使用正则进行sql拦截, 为什么还会耗时二十多秒? 为什么导入任务会获取写锁失败, 该如何解决? doris 版本为 selectdb-doris-2.1.5-rc02-5733c9d84d
2.1
0
votes
1
answers
46
views
wangdi
29
•
asked Jul 30, 2024
创建物化视图失败
版本2.1.4 基表 {code...}
2.1
0
votes
1
answers
39
views
Alstore
29
•
asked Jul 30, 2024
SQL Server Catalog读表异常
doris版本:selectdb-doris-2.1.5 sqlserver版本:Microsoft SQL Server 2008 R2 (RTM) - 10.50.1600.1 (X64) driver_url:mssql-jdbc-11.2.3.jre8.jar doris catalog 读SQLServer表语句: 1、SELECT COUNT() AS NUM,UDF023 FROM ERP_SQLSERVER.dbo.PURCHASE_ARRIVAL_D GRO...
2.1
catalog
0
votes
2
answers
112
views
karocapo
11
•
asked Jul 30, 2024
doris2.0.8有什么比较好的方法实现在mysql和doris之间相互导入或者导出数据么?
Doris使用环境: 测试 Doris版本: 2.0.8 操作系统: Redhat 7.9 看了官网的文档之后,感觉能实现doris和mysql之间相互导入/导出表的方案只有用mysqldump和select into outfile+load data这两个方案,但是如果放在生产中的话mysqldump就不太适用了,select into outfile+load data的话就又感觉用起来会很麻烦。所以想问问各位有没有什么比较好的方案,谢谢了
2.0
0
votes
1
answers
68
views
阿帅
144
•
asked Jul 30, 2024
show frontends show backends的权限问题。
show frontends show backends 这两个命令是常用命令且不敏感,如果需要admin以上的权限是不是太大了。 是否可以不做权限控制,或者给个单独的权限项。 如果仅仅为了这两个命令放行admin以上的权限, 又失去了权限管控的作用。 这个可否考虑改进一下。 另外报错中的OPERATOR是什么意思? 如果能做的话,这个报错建议改进一下:直接在报错中给出赋权命令。
2.1
demand
permission
0
votes
2
answers
65
views
Zikai Feng
1
•
asked Jul 30, 2024
Flink 批处理支持部分列更新么?
age 和 op_time列都被空值覆盖了 Doris建表语句 {code...}
2.0
0
votes
1
answers
74
views
张涛
37
•
asked Jul 30, 2024
doris 使用jdbc方式读写数据。运行过程报错
服务使用jdbc方式Doris,有读写操作,存在大量频繁写入及大量频繁更新,也有大量删除,日志显示报错 version error: [MasterImpl.finishTask():94] finish task reports bad. request: TFinishTaskRequest(backend:TBackend(host:10..., be_port:9060, http_port:8040, brpc_port:8060, id:10028), task_...
2.1
0
votes
2
answers
111
views
Prev
Prev
219
220
221
(current)
222
223
Next
Next
Hot Questions
【直播预告】7/3「可观测性能力」人工智能与大模型专场,欢迎预约观看!
1 answers
Doris-3.0.6 内存占用大,后端没有执行的进程,一直持续升高不释放
Doris 数据查询时,返回的记录数少于底表符合条件的记录数,丢失数据
Date与DatatimeV2
3 answers
Doris 里的表最多支持多少列?
1 answers
doris 导出报错 2.1.9
1 answers