Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
椰子Echo@SelectDB
1061
•
asked Aug 29, 2024
【回顾&资料获取】Apache Doris x 字节跳动开源联合 Meetup @北京站
8月31日,Apache Doris x 字节跳动开源联合发起的城市行 Meetup 北京站圆满落幕! 活动当天,由飞轮科技带来关于 Apache Doris 3.0 版本存算分离、湖仓一体能力深度解读,此外还有来自抖音集团、爱玛科技、中国电信、天翼云等资深技术专家,为参会者分享电商、通信、制造业等领域基于高性能、实时分析型数据库 Apache Doris 的最佳实践与调优经验分享。 以下为本次活动的全程回顾及内容材料,欢迎下载查阅。
community
0
votes
1
answers
1014
views
七彩黑虫
7
•
asked Aug 29, 2024
doris2.14 select查询结果异常
我有一个查询sql如下(SQL1) {code...}
2.1
0
votes
2
answers
109
views
某某某某
54
•
asked Aug 28, 2024
使用 DECIMAL 查询出错
版本 2.1.5 建表语句: CREATE TABLE test ( a TINYINT NULL DEFAULT "0", t DATETIME NOT NULL COMMENT '', c DECIMAL(18, 2) SUM NULL DEFAULT "0" )ENGINE = OLAP AGGREGATE KEY (a,t) PARTITION BY RANGE(t) () DISTRIBUTED BY random b...
2.1
0
votes
1
answers
46
views
iker
1
•
asked Aug 28, 2024
Doris1.2.8版本可以不停机滚动升级到2.0版本吗?
生产环境Doris已升级到1.2.8版本,能否在不停机,不停读写的前提下,滚动升级到2.0版本
2.0
1.2
0
votes
1
answers
47
views
leoleo
17
•
asked Aug 28, 2024
arrow-flight-sql支持PreparedStatement问题
看git说15.0都已经支持PreparedStatement [https://github.com/apache/arrow/issues/40118] 但是现在用17.0的版本还是会报错,求解
2.1
0
votes
1
answers
52
views
qkaiwei
3
•
asked Aug 28, 2024
请问如何将Doris的数据准实时同步给mysql?
一直没有查到怎么做,请教一下大佬。而mysql->doris有好多种方法。
2.1
0
votes
2
answers
89
views
搬砖工人
17
•
asked Aug 28, 2024
Doris 有没有Text 类型
我看官网上没有text 数据类型,但是建表时,可以写成 text类型,并且建表也能成功。所以有几个疑问 1、text类型是否是一个正常的数据类型 2、和传统类型的数据库text类型是否一致,有没有长度限制。 3、大文本能否使用text类型,还是说推荐使用String类型,
2.1
0
votes
1
answers
166
views
____
3
•
asked Aug 28, 2024
Doris每次查询数据不一致
内容同 Issue:https://github.com/apache/doris/issues/29778 建表语句 {code...} 查询语句: SELECT count(*) FROM origin_aiot_narwal_bury_robot_stats_mem_event where dt='2024-08-26'; 查询结果每次都不一致
2.1
0
votes
4
answers
381
views
zoro
11
•
asked Aug 28, 2024
tablet 分布不均匀
背景:测试环境(三台机器)上Doris各个项目建的表有点多,导致tablet分布不均匀,各个节点的内存使用量和负责差别很大 查看tablet总数 {code...} 大概120w左右,我们的表都是两副本tag.location.default: 2,因此总tablet数量大概240w 查看监控be上tablet分布 从监控来看是因为tablet分布不均导致内存使用不同,而且从监控来看tablet数量达到了330w,这与上文命令统计的差别有点大 尝试配置副本均衡策略让副本均衡t...
2.1
0
votes
1
answers
61
views
wanxiaohun
41
•
asked Aug 28, 2024
failed to get tablet. tabletId=xxxx
doris版本:2.1.5 fe错误日志如下: {code...} 请问下怎么定位这个问题呢
2.1
0
votes
2
answers
36
views
Prev
Prev
192
193
194
(current)
195
196
Next
Next
Hot Questions
【直播预告】7/3「可观测性能力」人工智能与大模型专场,欢迎预约观看!
1 answers
Doris 版本 2.1.0, 使用 selectDB Studio 查看表信息时一直提示错误 ParseException
1 answers
doris多次查询结果不一致。
doris 2.1 TTransportException: Socket is closed by peer
Doris3.0.5,执行一个耗时SQL,其他所有会话效率显著降低
doris自增列重复