Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
zhangjj
77
•
asked Apr 15, 2024
【已解决】异步物化视图查询结果不符合预期
基表和异步物化视图数据不一致,有个分区还未refresh,我设置 grace_priod=1,开启透明查询的结果和不开启透明查询结果不一致(开始未设置grace_priod,结果一样) 基表分区 物化视图分区 开启透明查询结果(结果错误,少了2024-04-14分区的数据) 未开启透明查询结果(结果正确) 物化视图创建SQL(olap表join MySQL表) {code...}
mtmv
2.1
0
votes
2
answers
203
views
huifeideyu
25
•
asked Apr 15, 2024
【已解决】doris-2.0.1版本,想重置doris数据库,手动删除元数据、数据目录下所有文件,启动失败__internal_schema.column_statistics` not exists
2024-04-15 11:04:44,142 WARN (Thread-56|100) [InternalSchemaInitializer.run():66] FE is not ready 2024-04-15 11:04:44,143 WARN (mtmv-job-cleaner-scheduler-1-thread-1|101) [MTMVJobManager.lambda$start$0():104] only master can run MTMVJob 202...
2.0
0
votes
1
answers
187
views
kwignis
4
•
asked Apr 15, 2024
【已记录】doris 2.0.8 json_extract函数无法去除掉字段的 字符串引号 "
2.0
0
votes
1
answers
75
views
zhangjj
77
•
asked Apr 15, 2024
【已解决】异步物化视图grace_period默认值是多少?
当创建异步物化视图没有设置grace_period时,默认值是多少?是否会触发透明改写? 版本:2.1.1
mtmv
2.1
0
votes
1
answers
74
views
黄海军@SelectDB
5218
•
asked Apr 15, 2024
Doris SQL Convertor新版本发布,支持多种方言的ddl转换!
Doris SQL Convertor 1.0.3 {code...} 在线体验界面(免登录,更便捷): [https://play.selectdb.com/sql-convertor 官网文档介绍: https://doris.apache.org/zh-CN/docs/lakehouse/sql-dialect/ 二进制部署包: https://www.selectdb.com/tools/doris-sql-convertor]
2.1
community
convertor
3
votes
4
answers
634
views
liush
1
•
asked Apr 15, 2024
s3 冷热分层文件删除问题
我手动删除了远端 s3 对应的文件,对应的数据表也删除了,但是在 web 界面 RemoteUsedCapacity 仍然显示有容量占用。
2.1
0
votes
1
answers
76
views
albert
13
•
asked Apr 15, 2024
【已解决】doris manager 24.0.0新建集群第二阶段-修配置改报错failed to fetch JDK
doris的压缩包是自己编译的,2.1.0版本, 环境变量中有$JAVA_HOME
2.1
manager
0
votes
1
answers
101
views
椰子Echo@SelectDB
1111
•
asked Apr 15, 2024
4月16日(明天)19:30 ,聊聊 Apache Doris 数据写入优化思路,展示极致数据传输速度
Apache Doris 2.1 版本特性解读系列活动(四)——《数据写入能力优化》正在预约! 高效且精准的数据写入可显著提升数据处理的效率,对于确保数据的实时性和一致性至关重要。在 Apache Doris 2.1 版本中,通过 MemTable 前移、Auto Partition、引入 Group Commit 等方式,实现数据写入能力的进一步优化,为用户带来更高效、稳定的使用体验。 4 月 16 日(明天) 19:30,来自飞轮科技的廖鑫、赵长乐、梅祎 3 位研发工程师...
community
1
votes
1
answers
150
views
海边看花开
29
•
asked Apr 15, 2024
【已解决】doris 使用自增主键如何对已存在的表添加主键
{code...}
2.1
0
votes
2
answers
268
views
awol2005ex
9
•
asked Apr 15, 2024
2.1.2 版本 ranger授权问题
完全安装官网方式配置,查询的时候还是出现 (用户root) {code...}
2.1
0
votes
2
answers
103
views
Prev
Prev
412
413
414
(current)
415
416
Next
Next
Hot Questions
doris同连接的元数据获取不到字段
Spark Doris Connector 从hive导入doris double类型丢精度怎么解决?
1 answers
doris任务跑批失败,请问这个失败原因是什么?有什么好的解决方法吗?
1 answers
Doris Manager支持降级吗
1 answers
arm版本部署doris4.0版本,提示No valid foundationdb package found in /data/doris-manager-downloads/doris
1 answers
Group Commit写入原理请教