Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
magic-f
1
•
asked Oct 12, 2024
Doris查询,批量返回检索记录过程中jdbc超时
jdbc:mysql://selectdb-xxx.xxx.xxx:9030/dwd?serverTimezone=Asia/Shanghai&characterEncoding=UTF-8&useSSL=false&zeroDateTimeBehavior=convertToNull&useCursorFetch=true&fetchSize=10000&rewriteBatchedStatements=true&al...
2.1
0
votes
1
answers
70
views
Terrance
1
•
asked Oct 12, 2024
公司要做数据中台,想用doris做数据存储,初期部署在一台服务器上可以吗?
本人doris小白,是按照mysql来理解doris的。不知道这样能不能行。
3.0
0
votes
1
answers
78
views
ice0302
1
•
asked Oct 12, 2024
采用stream load方式导入数据39W条记录导入了41s是快还是慢
8be节点,3fe节点,doris版本:2.1.6 ssd磁盘 建表语句: CREATE TABLE IF NOT EXISTS access_log_test003 ( date DATETIME, http_host VARCHAR(65533), status INT, request_uri VARCHAR(65533), url VARCHAR(65533), method VARCHAR(20), timestamp BIGINT, ip VARCHAR(6553...
2.1
0
votes
1
answers
53
views
张涛
37
•
asked Oct 12, 2024
Doris运行期间报错unexpected exception org.eclipse.jetty.io.EofException: null
版本:2.1.6 warn日志有报错: [RestApiExceptionHandler.unexpectedExceptionHandler():61] unexpected exception org.eclipse.jetty.io.EofException: null at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:280) ~[jetty-io-9.4.55.v20240627.j...
2.1
0
votes
1
answers
49
views
wangyjx
3
•
asked Oct 12, 2024
Doris是否有计划增加向量数据的查询分析或者支持通过JDBC Catalog方式接入向量数据库进行查询
Doris是否有计划增加向量数据的查询分析或者支持通过JDBC Catalog方式接入向量数据库进行查询
3.0
0
votes
1
answers
48
views
tlzmkm
17
•
asked Oct 12, 2024
Trino有通过引入外部插件来支持数据血缘,Doris目前有这个方面的考虑吗?
油管视频 [https://www.youtube.com/watch?v=A7hj1M7IYj8 PR https://github.com/trinodb/trino/issues/21599 主要是用这个玩意儿 https://github.com/MarquezProject/marquez]
1.2
0
votes
1
answers
93
views
haoyoua
5
•
asked Oct 12, 2024
doris安装失败....
操作系统.. fe日志
2.0
0
votes
1
answers
23
views
我有一剑
1
•
asked Oct 12, 2024
用flink-doris-connector-1.14 写doris2.1时出现异常
集群有8个be节点,当一个be节点挂了后,flink写入出现commit异常,flink的taskmanager进入重启后尝试后,依然不能恢复。失败后重新运行,依然会出现相同问题 堆栈如下: org.apache.flink.streaming.runtime.tasks.AsynchronousException: Caught exception while processing timer. at org.apache.flink.streaming.runtime.t...
2.1
0
votes
2
answers
231
views
Kain
1
•
asked Oct 12, 2024
match_phrase 查询条件分词问题。
在使用match_phrase替代 like 做查询的时候,默认对查询条件做了分词,期望能够支持不分词。 例如查询 match_phrase '分词问题' 时期望返回完整包含:分词问题 的记录。而不是内容包含了'分词'+'问题'的记录都返回。期望能够得到和 like 一样的效果。 当前版本 apache-doris-2.0.3-bin-x64
2.0
0
votes
1
answers
58
views
swiftlei
3
•
asked Oct 12, 2024
请问 doris 的 N-GRAM 索引的创建性能以及对数据写入的影响如何?
DORIS 2.1.6: 我在一个约有10多亿条数据,30个字段,单副本的表上的某个字段上创建N-GRAM索引,感觉创建时间非常漫长,大概需要几个小时,在这期间,该表的schema 状态为非normal,不能再进行任何schema操作。 硬盘为RAID5的机械硬盘(5x2.4T),RAID卡配了2GB的电容缓存; 请问: 1、就以上数据量和存储配置,N-GRAM索引创建需要这么长时间,且锁定表SCHEMA不能修改是正常的么? 2、除了新建索引时比较耗费时间,N-GRAM索引对...
2.1
0
votes
1
answers
18
views
Prev
Prev
190
191
192
(current)
193
194
Next
Next
Hot Questions
【用户案例】Apache Doris 在菜鸟的大规模业务场景落地实践
1 answers
doris2.1.4 Java服务实时查询超时[E1008]Reached timeout=30000ms @XX.XX.15.96:8060
doris-manager-25.0.0,selectdb-doris-2.1.10- 。BE节点一直启动失败,报错信息如下,求助。
1 answers
使用flink-cdc全库同步,MySQL到doris,MySQL新加了表,不重启任务,能增量同步表到doris吗?
关于高并发点查测试
Doris manager配置问题