Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
风流少年
3
•
asked Mar 4, 2024
doris数据备份的时候如何备份全库
BACKUP SNAPSHOT demo.example_tbl6 TO aliyun_repo ON (test) PROPERTIES ("type" = "full","timeout" = "600"); 执行上述命令的时候备份demo数据库下的test表,请问备份demo数据库下的所有表命令是什么呢?
cluster
2.0
backup
0
votes
1
answers
135
views
ZhaoQianGong
7
•
asked Mar 1, 2024
【已解决】文件分析时报错
最近在研究文件分析的东西,通过官方案例导出parquet数据到minio中,导出成功了。 但是再验证文件分析功能时,执行报错了,暂时还没有解决办法 我使用的doris版本2.0.5
ingestion
2.0
0
votes
2
answers
127
views
蜂蜜烤鸡翅
17
•
asked Mar 1, 2024
如何修复或清理错误Tablet
我建了张表 然后导入数据后 发现某个BE有问题 将这个BE下掉了,换了个新的BE。 但是 我发现这张表中的一些的 tablet 的backendID 还是之前下掉的BE。 这时候有办法清理掉或者修复这些tablet嘛?
2.0
0
votes
1
answers
59
views
SoupeDog
21
•
asked Mar 1, 2024
【已记录】关于 Doris 建表语句 Key 列字段顺序要求、前缀索引外显明确标识的需求
建表语句 Key 列字段顺序要求 在 Doris 中,Key 列字段要求放在 Value 列之上,这会导致其他数据库迁移过来的相关的建表 SQL 中字段顺序不一致,对于开发人员来说对比差异会变得复杂更容易出错。希望以后能去掉 Key 列 Value 列在建表语句中的顺序要求 常见的情景:编写好 Doris 的建表语句后,要数一遍字段数量是否与数据源表一致,然后逐一对比数据源表字段是否都存在于 Doris 表中,顺序错位会让检查变得更容易出错。 前缀索引外显明确标识 在 Dor...
manager
demand
0
votes
1
answers
264
views
SoupeDog
21
•
asked Mar 1, 2024
【已解决】Doris Docs 中数据类型对应的字节数不明确,未来能否补全各类型占用字节数?
数字类型基本都有描述占用的字节数,而图中红框内的数据类型却未描述,迫切想知道 Boolean 、Date 、Datetime 等各种类型在 Doris 中占用的字节数
docs
0
votes
3
answers
163
views
奥胖子001
1
•
asked Mar 1, 2024
【已解决】flink-doris-connector 1.5.2 flink1.8 采集kafka写入doris 不成功,[INTERNAL_ERROR]too many filtered rows
Properties pro = new Properties(); pro.setProperty("format", "json"); pro.setProperty("read_json_by_line", "true"); pro.setProperty("strip_outer_array", "true"); DorisExecutionOptions.Builder ...
ingestion
2.0
0
votes
2
answers
195
views
一只龙猫呀
1
•
asked Mar 1, 2024
RoutineLoad异常,数据源是Kafka,提示获取不到Topic所有的Partition
使用Kafka数据源进行Routine Load,状态变成了PAUSE,提示获取Partition失败,但是实际上是可以获取到Partition的
1.2
0
votes
3
answers
196
views
盛夏
18
•
asked Mar 1, 2024
【已解决】X2Doris提交任务后,Spark报错数据库不存在
详细报错信息如下: {code...} 确认我们的 hive/spark 集群都是没有问题,且自建spark作业提交能正常读取到 hive 数据 X2Doris 版本是selectdb-x2doris-1.0.1
x2doris
cluster
0
votes
4
answers
175
views
MarinH
5
•
asked Mar 1, 2024
【已解决】Doris2.0.4select count(1) from (一个复杂的子查询) 出现如下报错,请问是什么原因呢
2.0
0
votes
2
answers
154
views
耳东
11
•
asked Feb 29, 2024
数值字段丢数据
表结构: create_date(Datetime),product_id(String),product_name(String),cpu(smallint),mem(smallint),disk(smallint),band(smallint),cnt(smallint) doris当前版本2.0.4 表为unique key表(create_date,product_id),按月进行分区 该表经历从1.2.4升级到2.0.4 现象: 整个表只有cpu,mem两列的少量行...
2.0
0
votes
1
answers
87
views
Prev
Prev
438
439
440
441
442
Next
Next
Hot Questions
Workload Group 不生效
读取paimon外表,表中同时存在array<double>和bigint类型字段时,会使 ”bigint字段的比较过滤条件“失效
1 answers
跨k8s集群访问 doris,streamload 返回 be 地址,服务无法解析
IF 函数缺失短路求值导致 from_unixtime 异常及性能担忧 、兼容性问题
Doris 2.1 倒排索引(不分词) 使用 in方式 查询1000个id 速度慢
flink-doris-connector-1.20.24.0.0 2pc ,checkpoint处恢复数据重复