Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
zhao_shi
11
•
asked Nov 16, 2024
Doris全文检索倒排索引会实现相关度打分功能吗?
看过从ES迁移至Doris的文章,好像目前是不支持相关度算分算法的,结果是无序状态,是不是专注于MPP而选择永久的放弃这个部分? 不知道业界是怎么实现类似BM25的功能的,排序键手动排序?或者说可以开发插件?还是在业务中自行排序?
query
1
votes
1
answers
88
views
tebby
3
•
asked Nov 15, 2024
咨询Beats Doris Output Plugin 插件支持动态获得表名字段吗?
output.doris: fenodes: [ "http://fehost1:http_port", "http://fehost2:http_port", "http://fehost3:http_port" ] user: "your_username" password: "your_password" database: "your_db" table: "%{...
ingestion
0
votes
1
answers
40
views
binyi
1
•
asked Nov 15, 2024
创建分区异步物化视图失败
创建分区异步物化视图,使用官网的例子 为什么会提示 Unable to find a suitable base table for partitioning 把group by 中的 date_trunc函数去掉 直接用l_ordertime 字段做分区又可以成功创建了,但是文档说是支持使用date_trunc函数去做分区的 官网例子建表语句: {code...}
mtmv
2.1
0
votes
1
answers
111
views
____
27
•
asked Nov 15, 2024
doris查询date类型数据返回错误数据
在2.1.3版本建表: {code...} 随意插入两条数据,查询结果在不符合常规,如下图
2.1
0
votes
1
answers
59
views
阳仔
1
•
asked Nov 15, 2024
[INTERNAL_ERROR][INTERNAL_ERROR]close wait failed coz rpc error. [INTERNAL_ERROR]tablet error: [DATA_QUALITY_ERROR]Reached max column size limit 4096
各位社区大佬们好,在基于Doris 做日志分析平台时遇到以下问题;通过stream load 写入数据报错 doris streamload 报错 [INTERNAL_ERROR][INTERNAL_ERROR]close wait failed coz rpc error. [INTERNAL_ERROR]tablet error: [DATA_QUALITY_ERROR]Reached max column size limit 4096 doris 版本 3.0 建表语...
3.0
ingestion
faq
0
votes
1
answers
121
views
Doris9
7
•
asked Nov 15, 2024
Doris be mem_limit 参数问题
Doris版本:2.1.5 问题描述: Doris be设置mem_limit后不生效,设置了20%,机器内存32G,但是实际使用了12G多。如图:
2.1
0
votes
2
answers
168
views
Henray0607
5
•
asked Nov 15, 2024
有ZoneMap 索引相关建表示例吗?
有ZoneMap索引相关建表示例吗?或者ZoneMap索引相关介绍。 [https://doris.incubator.apache.org/zh-CN/docs/table-design/index/index-overview]
2.1
0
votes
2
answers
49
views
holger.wang
11
•
asked Nov 15, 2024
官方文档中描述的enable_auto_create_when_overwrite变量在升级2.1.6后无法找到
我现在有个业务场景需要使用自动分区的覆盖写入,查看到官方文档中有描述可以设置会话变量enable_auto_create_when_overwrite来使Doris支持insert-overwrite时不存在分区的自动创建,文档中描述是从2.1.6版本引入,但是升级后还是提示没有这个变量 提示如下:
2.1
upgrade
docs
1
votes
2
answers
109
views
zhuixun_yudi
1
•
asked Nov 15, 2024
doris中distinct的应用
doris在unique模式下,使用insert into导入数据时,为什么不能使用distinct on按照主键去重?除了开窗函数,还有什么好的方法可以代替?
2.1
0
votes
1
answers
67
views
____
23
•
asked Nov 15, 2024
Kettle Doris Plugin
Kettle Doris Plugin中的文档按照操作,第一步就很难操作,很多pom依赖中央仓库都没有,请问能优化一下文档吗,或者直接提供一个已经打包好的插件包。 就那个编译Kettle Doris Plugin cd doris/extension/kettle mvn clean package -DskipTests 编译完成后,将插件包解压后拷贝到kettle的plugins目录下 cd assemblies/plugin/target unzip doris-str...
3.0
0
votes
3
answers
501
views
Prev
Prev
217
218
219
(current)
220
221
Next
Next
Hot Questions
能使用ROUTINE LOAD将kafka数据批量同步到doris中吗
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