Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
conor
45
•
asked Jun 17, 2025
Drop table 之后create table as select 数据缺少
调度任务每天定时执行写入,drop table之后,create table as select... ,但是突然某天发现部分数据量大于60w的表,执行影响调试显示只有60w,好像是被截断了。但是这个稳定无法稳定复现。这种情况会有哪些可能的原因呢?
2.1
faq
0
votes
1
answers
41
views
baijun
15
•
asked Jun 17, 2025
Doris现在是否有计划或路标支持数据透明加密?
Doris现在是否有计划或路标支持数据透明加密?
3.0
0
votes
1
answers
53
views
阿渊@SelectDB (没回帖直接加我主页微信)
10145
•
asked Jun 17, 2025
【FAQ】为什么 drop 后磁盘不释放?
为什么Doris 中执行 Drop 后磁盘不释放呢? Doris 中为了防止误删除,有回收站机制。回收站有默认的最大保留时间,在保留时间内drop的数据还可以恢复。(注意 drop 不加fore 在最大保留时间内可以恢复,但是delete的数据不可恢复,drop 时加 force 删除的数据也不可恢复)。 最大保留时间: [catalog_trash_expire_second 这指定了最大数据保留时间。 同时可以动态调整,比如想立即删除:ADMIN SET FRONTEND...
faq
0
votes
3
answers
549
views
xx1
1
•
asked Jun 17, 2025
[doris-spark-connector] 主键模型数据重复
版本 spark version: v3.3 doris-spark-connector version: v1.3.2 和 v25.1.0 问题描述: 分别通过 doris-spark-connector v1.3.2版本临时视图和 v25.1.0版本 catalog 方式查询 doris 主键模型表存在数据重复,但是相同的 sql 在 doris 里数据是不重复的。由于作业是每天凌晨0点十几分开始跑的,早上9点多再用 sparksql 跑的时候数据也不重复。 请问下要怎么...
2.1
query
0
votes
1
answers
63
views
louis
1
•
asked Jun 17, 2025
PowerBI查开启LDAP验证的集群失败
Doris集群用LDAP验证,要用PowerBI查询,用以下两种方式都无法,该如何才能使用? 1.用MySQL Connector(MySQL C-Net driver):无法选cleartext(图1) 2.用MySQL ODBC driver(enable cleartext auth):OLAP表可以查,但view不行(图2),看audit log,是因为view在SHOW KEYS FROM会报错 图1 图2
2.1
0
votes
1
answers
40
views
ccfeng9
3
•
asked Jun 17, 2025
doris_be崩溃退出
doris.out内容: terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc *** Query id: 5db1db454aa340ff-89310adb1c313552 *** *** is nereids: 1 *** *** tablet id: 0 *** *** Aborted at 1749520572 (unix time)...
2.1
0
votes
1
answers
108
views
kangkang
5
•
asked Jun 17, 2025
扩容doris BE节点,数据量不对
集群配置: doris集群: fe 三台 6核32G服务器 BE几点:5台 16核128G的服务器 现在在doris manager上扩容一台 BE节点,服务器配置为32核 10000G的服务器。 出现的问题: 扩容完成之后,发现相同的sql查询数据库查出来结果比扩容之前的数据少 扩容前: -- 查询副本0 SET use_fix_replica = 0; SELECT COUNT(*) FROM ads_bigdata.ads_offline_invo_dim; -- 查询...
2.0
0
votes
1
answers
68
views
erdong
11
•
asked Jun 17, 2025
doris 2.0.4 写catalog外部表
doris大表统计的结果希望输出到关系型数据库做业务,看到文档都是通过外部表同步到doris,如果使用 insert into mysql_catalog.外部表 select * from doris表 这种方式的实现应该是通过jdbc方式写?会分批吗,每次批大小多少?
2.0
0
votes
1
answers
37
views
XX_XX
3
•
asked Jun 16, 2025
LoongArch编译
有没有大佬编译过 LoongArch架构的呀,有没有坑
content
0
votes
3
answers
62
views
BingzZ
11
•
asked Jun 16, 2025
`__internal_schema`.audit_log突然没有最新的日志了,查看 fe.audit.log是有查询日志的
Doris版本2.1.7 日志表从15:30开始突然没有新的查询日志了,查看 fe.audit.log是有查询日志的 SELECT * FROM __internal_schema.audit_log where 1=1 and time > '2025-06-16 15:30:00' 17号凌晨0点有突然又有了,但是16号15:30到17号0点之前的日志还是没有
2.1
0
votes
2
answers
52
views
Prev
Prev
124
125
126
(current)
127
128
Next
Next
Hot Questions
flink doris connector整库同步ORACLE,新增字段不会自动同步
Doris 4.0.6 查询视图报错 Index 92 out of bounds for length 92,基表正常,重建视图无效
1 answers
selectdb 2.1.9 使用ccr做数据同步到doris 4.0.6 版本报原元数据版本不兼容
2 answers
mysqldump导出库的表结构会报物化视图不支持的问题,怎么解决
1 answers
Doris密码加密策略不合符 PCI DSS 审计要求
1 answers
variant字段支持作为JAVA udf输入输出参数吗?
1 answers