Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
zlhxxx
158
•
asked Nov 7
Doris 3.1 存算分离模式清理缓存
不能针对表级进行主动清理吗 不知道是清理不干净还是有查询缓存。 第一次查询耗时1.7s。 我执行了很多次清理,再次查询还是0.08s 但我看了show VARIABLES ,并没有开启查询缓存 难道是因为:enable_inverted_index_cache_on_cooldown ?? 缓存一次至少要加载一个桶的数据吗
decoupled
3.0
0
votes
1
answers
32
views
zxy
1
•
asked Nov 6
无法生成image文件
刚搭建的doris3.0.8 3fe 3be集群架构所有节点都无法生成image文件,导致每次重启服务器后再启动的时候9030端口无法启动,因此也无法看到集群的状态,麻烦大家帮忙看看。 [root@node1 doris-meta]# ls -lrt total 0 -rw-r--r-- 1 root root 0 Nov 6 20:22 process.lock drwxr-xr-x 2 root root 52 Nov 6 20:22 image drwxr-xr-x 2...
3.0
cluster
0
votes
2
answers
34
views
zoro3000
1
•
asked Nov 6
doris 2.1.7 是否可以在申威的sw_64架构上安装运行?
公司新购3台申威的sw_64架构服务器,看到doris官网上只推荐arm架构和x86架构,不知道doris是否可以在sw_64架构上正常运行,或者是有哪些坑要解决?
2.1
0
votes
1
answers
30
views
zcs
1
•
asked Nov 6
variant
请教个问题 ,我们字段使用的variant 类型 。使用过程中发现 ,非json 的数据也可以写入 , 这个有啥办法不 ,非josn的 禁止写入 。Doris支持这个功能吗
2.1
0
votes
1
answers
17
views
cloudinamoy
1
•
asked Nov 6
[Doris2.1.7]开启SSL后,powerbi直连报错:SSL connection error: protocol version mismatch
Doris版本2.1.7,Mysql odbc 为 5.3.10,powerbi 通过custom doris连接器 Direct mode连接doris报以下错误
2.1
0
votes
2
answers
18
views
____
5
•
asked Nov 6
[2.1.10] be运行一段时间后重启
be不断有节点重启,查看be.out日志为,这是什么原因 {code...}
2.1
0
votes
1
answers
37
views
shuidai
3
•
asked Nov 6
doris-manager 25.11 版本在单节点部署多be时会造成arrow_flight_sql_port端口冲突
doris-manager部署节点的时候,web界面修改端口只有主要的8个端口,其他端口没有可配置项。
manager
0
votes
2
answers
21
views
fengxiaoping
1
•
asked Nov 6
Doris ROUTINE LOAD 模式 tcp连接数应该如何计算和控制
16个routine load 任务读取kafka数据,kafka分区数为12,tcp连接数过多,需要控制连接数,测试调整了routine_load_consumer_pool_size、desired_concurrent_number等参数,没有明显效果,实际连接数远超与min(aliveBeNum, partitionNum, desired_concurrent_number, max_routine_load_task_concurrent_num)的结果 调整ro...
2.1
performance
0
votes
1
answers
24
views
zlhxxx
158
•
asked Nov 6
Doris 3.1 Jmeter 测试
3个 FE,一个Master ,两个Follower, 这样配置并不能负载均衡 全请求到第一个上面去了
3.0
performance
0
votes
1
answers
22
views
shuang
1
•
asked Nov 5
Routine Load如何支持partial update
CREATE TABLE test_user ( id INT, name VARCHAR(255), nick_name VARCHAR(255), age INT ) ENGINE = OLAP UNIQUE KEY (id) DISTRIBUTED BY HASH(id) BUCKETS 10 PROPERTIES ( "replication_num" = "1", "enable_unique_key_merge_on_wri...
partial-update
ingestion
0
votes
2
answers
33
views
Prev
Prev
3
4
5
(current)
6
7
Next
Next
Hot Questions
3个并发任务写入同一张表,报错 get tableList write lock timeout
使用flink-doris-connector-1.17 25.1.0同步数据,新增更新操作能成功同步,删除操作不生效
Doris 2.1.6 SQL_BLOCK_RULE 命中后错误信息不正确,显示为未知列错误而非规则拦截提示
selectdb3.0.9版本be崩溃
routine_load失败
Doris 3.0 版本Json 类型查询问题
1 answers