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
70
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
103
views
图图
17
•
asked Jun 20, 2024
【已解决】Doris 2.0 使用Catalog方式连接PG,是否支持回写?
在Doris中通过Catalogs方式连接PG13.0,是否支持insert和update语句?
catalog
2.0
0
votes
1
answers
56
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
52
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
54
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
89
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
89
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
98
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
69
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
113
views
Prev
Prev
340
341
342
(current)
343
344
Next
Next
Hot Questions
doris fe挂掉,报错(JE 18.3.12) Disk usage is not within je.maxDisk or je.freeDisk
Iceberg Catalog 使用 MinIO 作为存储时, 读写权限报错
文档描述疑问
在 Doris 中自定义 UDF 时,若函数名与内置函数重名,调用时必须加上数据库名才能正确执行。如果不希望每次调用都携带数据库名,该如何解决?
1 answers
使用doris查询paimon 执行show databases 直接报错
1 answers
Doris 4.0.3 DorisManager部署问题
1 answers