Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
CookingBoy
5
•
asked Oct 12, 2024
unix_timestamp函数报错
国庆期间unix_timestamp函数运行突然报错,详细说明如下: 1.官方示例:select unix_timestamp('2007-11-30 10:30:19');执行报错,重启所有FE后恢复,测试环境同样的版本可以正常执行,报错截图: 2.重启所有FE后,问题1恢复,但是另一个示例返回的数值位数有问题,但测试环境相同版本执行结果与官方示例相同,官方示例:select unix_timestamp('2007-11-30 10:30-19&#...
2.1
0
votes
1
answers
27
views
xhuang
5
•
asked Oct 12, 2024
通过Manager升级Doris过程报权限不足
目的:在测试环境通过manager24.0.2将doris2.1.2升级到2.1.6。 现状:服务器有如下4层目录结构,空间足够: / 根目录 /app 应用软件安装目录 /app/doris doris用户的home目录 /app/doris/doris-2.1.2 doris软件安装目录,启停操作使用doris用户 /app/doris/doris-manager-24.0.2-x64-bin manager软件安装目录,启停操作使用root用户 /meta_data b...
2.1
0
votes
2
answers
44
views
梦白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
164
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
63
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
50
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
47
views
wangyjx
3
•
asked Oct 12, 2024
Doris是否有计划增加向量数据的查询分析或者支持通过JDBC Catalog方式接入向量数据库进行查询
Doris是否有计划增加向量数据的查询分析或者支持通过JDBC Catalog方式接入向量数据库进行查询
3.0
0
votes
1
answers
44
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
72
views
haoyoua
5
•
asked Oct 12, 2024
doris安装失败....
操作系统.. fe日志
2.0
0
votes
1
answers
22
views
Prev
Prev
158
159
160
(current)
161
162
Next
Next
Hot Questions
【直播预告】7/3「可观测性能力」人工智能与大模型专场,欢迎预约观看!
1 answers
stream load 的返回值字段解释,Doris2.1.8版本,receiveDataTimeMs是什么意思
2 answers
insert into 后,查询有时候查不到数据
表副本问题,突然有一个表访问报错
1 answers
查询一张Aggregate模型的表,每次执行的结果都不一致
1 answers
基表是日期分区,如何创建月分区增量物化视图