Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
GN
1
•
asked Jun 12
dorid 定时使用STARTS '2025-06-12 07:00:00'刷新不生效
CREATE MATERIALIZED VIEW st_business (tab_name,abbr,data_desc,number_rows,volume_size,data_type,business_order,edit_date,create_date) BUILD IMMEDIATE REFRESH COMPLETE ON SCHEDULE EVERY 1 DAY STARTS '2025-06-12 07:00:00' DISTRIBUTED ...
2.1
0
votes
1
answers
18
views
Da Wan
15
•
asked Jun 11
倒排索引MATCH_PHRASE查询异常
我有一张表A,其中有个字段: title varchar(65533) NULL COMMENT '笔记标题' 我针对这个字段设置了倒排索引: INDEX idx_inv_title (title) USING INVERTED PROPERTIES("support_phrase" = "true", "ignore_above" = "2000", "parser" = ...
3.0
0
votes
0
answers
12
views
____
5
•
asked Jun 11
routine load 订阅kafka阻塞
doris-2.0.6 routine load阻塞,新数据不能入表,pause/resume job会报错,怀疑是特殊脏数据? 跳过2条数据之后才能正常插入,是不是已知bug? {code...}
ingestion
2.0
0
votes
1
answers
10
views
joeeee_h
1
•
asked Jun 11
Doris读取mysql元数据COLUMNS表,无法展示字段值'PRI'关键字的数据,'PRI'会变成‘’
如题 Doris版本:2.1.7 Catalog参数 CREATE CATALOG jdbc_mysql_dim PROPERTIES ( "user" = "rt_admin", "type" = "jdbc", "password" = "xxxxx", "jdbc_url" = "jdbc:mysql://xxxxxxx/dim?useUnicode=...
2.1
query
0
votes
1
answers
18
views
jiang
13
•
asked Jun 11
Spring Framework安全漏洞,期望升级依赖版本
doris(2.1.10) 将 Spring 升级到 5.3.41、6.0.25、6.1.14 及以上版本。 当前fe依赖版本 {code...} doris manager(24.3.1)同样有依赖漏洞问题 将 Spring Boot 升级到 2.5.15、2.6.15、2.7.11、3.0.6 将 Tomcat 升级到 9.0.99、10.1.35、11.0.3 及以上版本 将 Spring 升级到 5.3.41、6.0.25、6.1.14 及以上版本 漏洞名称 漏洞类型...
2.1
manager
demand
1
votes
3
answers
66
views
椰子Echo@SelectDB
1061
•
asked Jun 11
【技术干货】Apache Doris + MCP:Agent 时代的实时数据分析底座
当我们谈论 2025 年时,业界普遍认为这将是"Agent 革命年"(Agentic Revolution)的开端。与传统的人机交互模式不同,AI Agent 作为一个全新的"用户角色"正在重塑整个数据分析领域的使用模式。这些智能代理不再是被动等待指令的工具,而是具备自主决策能力、能够理解上下文、执行复杂任务的智能实体。它们可以是数字助理、自动化工作流引擎、业务监控工具,或者是更复杂的企业级智能应用。这种用户角色的根本性变化,对底层数据基础设施...
doris-ai
0
votes
2
answers
55
views
阿帅
144
•
asked Jun 11
期望有一个计算SQL指纹的函数。
目前有一个需求, 需要统计Mysql慢查询日志的需求, 需要有SQL指纹的逻辑,即相同SQL逻辑,不同字段量返回相同的Hash, SQL指纹在审计日志中采用。 希望直接开放一个SQL函数。
2.1
1
votes
0
answers
22
views
joel
3
•
asked Jun 10
fe前面挂了负载均衡后访问fe web时频繁报错提示登录信息失效,请重新登录
我有3个fe节点,在fe节点前面挂了keepalive+lvs实现的负载均衡,现通过vip:port的方式来访问fe的web,能成功登录到fe的web平台,但是鼠标点2下就会立马提示登录信息已失效,请重新登录,请各位大佬帮我看看这是啥问题引起的,感谢。
doris-webui
2.1
cluster
0
votes
1
answers
16
views
KLUUN
13
•
asked Jun 10
doris的streamloader的导入,为什么要单独设置trim_double_quotes这个参数来处理双引号呢?
请教一下 为什么要有trim_double_quotes这个参数
2.1
ingestion
0
votes
1
answers
24
views
linxq
3
•
asked Jun 10
doris 数据写入失败-can not cast from origin type varchar(65533) to target type=invalid_type
1. 基本信息 doirs版本:2.1.9/2.1.10 flink doris connector版本:25.1.0 flink任务写入doris 问题:flink sink doirs报错,在2.1.9与2.1.10均出现该现象 2. 问题描述 Flink Sink Doris数据写入失败,报错 {code...} 4. 分析 经过分析,上报的数据value字段类型均与表结构字段类型一致,也不存在超字段的value值 报错:can not cast from origin...
2.1
0
votes
1
answers
48
views
Prev
Prev
3
4
5
(current)
6
7
Next
Next
Hot Questions
【直播预告】6/19 本周四「可观测性能力」生态专场,欢迎预约观看!
1 answers
3.0.3 FE 的RPS和QPS 统计不准
doris存储过程
通过官方 SQL-convertor 将 Presto SQL 转换为 Doris SQL 后进行双查校验,发现第二列数据存在差异
webui中,检索分析,表字段带有点号(.),筛选报错
java 频繁操作数据库 一直报pparent connection leak detected怎么解决