Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
梦白ver
3
•
asked Oct 12, 2024
case when语句中有子查询时,case字段后面的字段报错信息异常Only support subquery in binary predicate in case statement
在查询语句中使用case when语句时,当case when语句中有子查询时,case字段后面的字段,无论发生什么错误,报错信息都会为ERROR 1105 (HY000): errCode = 2, detailMessage = Only support subquery in binary predicate in case statement. 如果将case when语句中有子查询的sql作为子查询关联表时,无论该子查询外的sql有什么错误,报错信息都会为ERROR...
2.1
2.0
0
votes
2
answers
232
views
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
99
views
Terrance
1
•
asked Oct 12, 2024
公司要做数据中台,想用doris做数据存储,初期部署在一台服务器上可以吗?
本人doris小白,是按照mysql来理解doris的。不知道这样能不能行。
3.0
0
votes
1
answers
92
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
73
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
80
views
wangyjx
3
•
asked Oct 12, 2024
Doris是否有计划增加向量数据的查询分析或者支持通过JDBC Catalog方式接入向量数据库进行查询
Doris是否有计划增加向量数据的查询分析或者支持通过JDBC Catalog方式接入向量数据库进行查询
3.0
0
votes
1
answers
80
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
124
views
haoyoua
5
•
asked Oct 12, 2024
doris安装失败....
操作系统.. fe日志
2.0
0
votes
1
answers
39
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
298
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
104
views
Prev
Prev
259
260
261
(current)
262
263
Next
Next
Hot Questions
Doris 4.0.4 视图查询
Doris 4.0.5 ArrowFight 问题
能使用ROUTINE LOAD将kafka数据批量同步到doris中吗
1 answers
【倒排索引存储格式】修改表属性里的 inverted_index_storage_format
1 answers
doris 2.1 stream load 使用group commit 有2个报错
1 answers
请问当前推荐的生产环境最新稳定版本是多少呢?
1 answers