Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
xierujian
18
•
asked Jun 20, 2024
【已解决】doris2.0.3 jdbc catalog postgresql
postgresql 源表中有无精度的numeric字段,在执行select 该字段报精度错误,如下 Create Expr failed because [E3] Wrong precision 0, min: 1, max: 38
catalog
2.0
0
votes
1
answers
47
views
caolei
45
•
asked Jun 20, 2024
【已解决】N-Gram索引性能优化问题
导入2000w数据,进行模糊匹配,查询速度要接近3s,请问是什么原因,是我设置N-Gram索引参数问题?还是我同时给alarm_text设置了倒排索引和N-Gram索引的原因?还是N-Gram索引查询速度就这样慢,是否可以优化查询? 建表语句如下: {code...}
2.0
0
votes
1
answers
77
views
图图
17
•
asked Jun 20, 2024
【已解决】Doris 2.0 使用Catalog方式连接PG,是否支持回写?
在Doris中通过Catalogs方式连接PG13.0,是否支持insert和update语句?
catalog
2.0
0
votes
1
answers
55
views
mgua
1
•
asked Jun 20, 2024
【求助】执行insert into select xx from table 时报错[INTERNAL ERROR]failed to initialize storage reader.
偶发性的,第二次执行又可以执行了,但是由于调度任务有很多,不是同一段sql报错,任意sql偶发性的报这个错,版本是2.0.2-rc05
2.0
0
votes
1
answers
38
views
一只小蜜蜂
15
•
asked Jun 20, 2024
flink1.13 doris connector DorisOutPutFormatExample报错
补充信息 doris2.1 flink1.13 connect 1.0.3
2.1
0
votes
1
answers
41
views
azeng
1
•
asked Jun 20, 2024
doris数据写入后丢失
Doris version doris-2.1.0-rc11-91efb6a43d 按照https://doris.apache.org/zh-CN/docs/ecosystem/beats?_highlight=filebeat#%E9%85%8D%E7%BD%AE-filebeat 官方文档编译filebeat filebeat.yml配置文件如下: cat filebeat.yml filebeat.inputs: type: log enabled: true pat...
2.1
0
votes
2
answers
75
views
xxww
9
•
asked Jun 20, 2024
doris2.1.3 查询华为hudi库慢问题
3个fe节点 每个节点 32G内存 3个be节点 每个节点40G内存 同样的sql。spark执行98秒 doris创建catalog去执行花费600-900秒 不知道哪里的问题,还是有什么参数没优化好 附explain、profile [profile和explain文件]
2.1
catalog
0
votes
1
answers
79
views
zzxiaoma
33
•
asked Jun 20, 2024
【已解决】JDBC 接口连接 Oracle 数据库问题
网络和端口都是通的,在另外的window机器上使用客户端工具可以连上oracle。 oracle11g,下载的包ojdbc8-23.4.0.24.05.jar。 CREATE CATALOG oracle_test PROPERTIES ( "type"="jdbc", "user"="cdc", "password"="cdc", "jdbc_url" = ...
2.1
catalog
0
votes
1
answers
79
views
丽丽哥哥
11
•
asked Jun 20, 2024
【已解决】倒排索引的分词器可以选择多个吗
是否可以实现指定两个属性,比如同一个字段指定english和unicode 示例:host字段,有127.0.0.1:80 和www.xxx.com两种数据,分词效果我想达到127.0.0.1,80,www,xxx,com
2.0
0
votes
1
answers
47
views
____
3
•
asked Jun 20, 2024
【已解决】doris auto_increment id 怎么获取最新插入的id呢?
doris auto_increment id 怎么获取最新插入的id呢? INSERT INTO student_audit(address) VALUES ('888'); 在mysql 是用 select LAST_INSERT_ID() 获取 , doris 有什么方式获取刚刚插入的ID呢?
2.1
0
votes
1
answers
86
views
Prev
Prev
255
256
257
(current)
258
259
Next
Next
Hot Questions
【直播预告】7/3「可观测性能力」人工智能与大模型专场,欢迎预约观看!
1 answers
2.1.7-集成了ranger后,设置排除(Deny)权限不生效
duplicate 模型
索引使用疑问
如何查询数据库中指定表的表模型
3.0.5 doris be curl 8040/metrics 失败