Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
耳东
11
•
asked Dec 19, 2024
高效写bitmap列
doris表有个bitmap BITMAP_UNION 字段,flink 离线计算得到大批量的int数据,需要将批量的int往bitmap写,有什么高效的方法,想法是离线计算时将int集合生成BitmapValue再转成base64,然后通过bitmap_from_base64写入到bitmap字段,如果是int达到百万级别会不会很吃内存
2.0
0
votes
1
answers
82
views
fynn
1
•
asked Dec 19, 2024
doris 副本均衡报错 no proper tag is chose for tablet
我们有三台主机,每台主机都部署了3个doris的be节点,总共9个节点,我们数据是3副本的,之前有打开过allow_replica_on_same_host = true 使的某些tablet的副本数据在同一台主机上,现在我们将allow_replica_on_same_host改成了false,使得同一台主机上的副本数据开始迁移到其他主机上,但是迁移过程中报错no proper tag is chose for tablet,这个是什么原因呀
2.1
0
votes
1
answers
35
views
bw-chuxin
33
•
asked Dec 19, 2024
聚合模型支持collect方法
类似paimon里面的聚合模型的collect聚合方法 我们有个给工单打标签的业务,我们需要实时的把这些打标数组根据工单编号聚合成一个数组,然后业务要根据标签去检索工单信息,每次工单有新标签时得把这个工单的所有达标数据重新算一次,比较费资源,我想问一下咱们的聚合模型能实现我只管往表里面写数据,然后聚合模型自动聚合成一个标签数组
demand
0
votes
1
answers
45
views
tttt
1
•
asked Dec 19, 2024
datax根据主键更新导入redis报错illegal partial update block columns: 2, num key columns: 2, total schema columns: 23
loadProps设置: 报错内容: doris表data_x中的主键只有METER_ID和TV
storage
ingestion
0
votes
2
answers
80
views
zlzk_liuxin
1
•
asked Dec 19, 2024
同一个sql, 有时候执行较慢,想分析下sql执行时的性能瓶颈和集群状态
版本: 2.1.4 sql: select datatime as date ,ROUND(tem_acc,1) as accTemperature ,ROUND(pre_acc,1) as accRainfall from doris_dm_db.dm_zlsa_iot_qx_history_GOSO_DAY_tem_pre_acc_v2_ds -- doris_da_db.da_zlsa_iot_qx_history_tem_pre_acc_farm_ds where D...
2.1
0
votes
1
answers
80
views
liuyz
7
•
asked Dec 19, 2024
联邦查询字段出现异常Nullable(UInt8)
Function eq get failed, expr is VectorizedFnCall[eq](arguments=org_name, String,return=Nullable(UInt8)) and return type is Nullable(UInt8). 什么意思? 这个org_name参数是有值的,但是where org_name in('pacs医院')后出现异常???
2.1
0
votes
2
answers
67
views
lxdyycg
3
•
asked Dec 19, 2024
doris中表的分区
doris中单个表的分区数量有上限吗?
3.0
0
votes
1
answers
73
views
Pumbaa
9
•
asked Dec 19, 2024
FE调试问题
在IDEA里编译完FE启动,有几个问题比较疑惑: 1、在本地调试FE时必须启动BE吗? 2、查看官方文档FE是可以单独部署的,通过mysql -uroot -P<fe_query_port> -h<fe_ip_address>可以连接上的,本地启动显示Open mysql server success on 9030但是却连接不上 日志如下: {code...}
2.1
0
votes
1
answers
90
views
fynn
1
•
asked Dec 18, 2024
2.1.6 版本中节点均衡报错
移除be节点时报错如下: 变更副本位置报错如下:
2.1
0
votes
1
answers
63
views
Samuel
4
•
asked Dec 18, 2024
Doris be failed to register task|type=PUBLISH_VERSION
版本:1.2.5 be报错,导致fe task中PUBLISH_VERSION任务达到2万+,fe内存持续上升
faq
0
votes
1
answers
52
views
Prev
Prev
190
191
192
(current)
193
194
Next
Next
Hot Questions
ARM 环境部署 3.1.x 存算分离架构通过doris-operator部署时FoundationDB 镜像问题
doris 2.1 stream load 使用group commit 有2个报错
【倒排索引存储格式】修改表属性里的 inverted_index_storage_format
1 answers
请问当前推荐的生产环境最新稳定版本是多少呢?
1 answers
get_json_string/json_extract 在不同的Doris版本中结果不一致
1 answers
doris 4.x版本是不会出selectdb版本吗,还是现在的版本不稳定?
1 answers