上一页 1 2 3 4 5 6 ··· 11 下一页

2021年11月8日

doris-根据车辆随机获取该车的所有数据并排序-高并发压测

摘要: select * from tj23 where vin='"+rand.nextInt(1000000)+"' order by inday desc limit 10 50并发:Thread[Thread-28,5,main] >Mon Nov 08 14:24:50 CST 2021 Mon 阅读全文

posted @ 2021-11-08 14:30 李雷 阅读(446) 评论(0) 推荐(0)

doris-10亿数据和100万表join高并发测试

摘要: select count(*), sum(p1),vin from tj23 as a where EXISTS(select null from bak1 as b where a.vin = b.vin ) and inday between '2023-09-01' and '2023-12- 阅读全文

posted @ 2021-11-08 14:14 李雷 阅读(955) 评论(0) 推荐(0)

doris-基于10亿数据量随机取3000万-700万高并发压测

摘要: select type1,sum(p1),count(*) from tj23 where inday between '2023-09-01' and '2023-09-07' group by type1 ;从10亿条随机获取3000万数据(一个月):50个并发:Thread[Thread-18 阅读全文

posted @ 2021-11-08 12:49 李雷 阅读(833) 评论(0) 推荐(0)

doris-10亿数据随机对30万数据查询高并发压测

摘要: SQL:select count(*),sum(p3),sum(p1),vin from tj23 where inday between '"+sstart+"' and '"+send+"' and type1="+rand.nextInt(100)+" group by vin order b 阅读全文

posted @ 2021-11-08 10:11 李雷 阅读(585) 评论(0) 推荐(0)

基于10亿条数据的doris性能压测

摘要: 硬件环境,三台服务器: 表结构: CREATE TABLE IF NOT EXISTS tj23 ( vin varchar (30) not null, inday date not null, type1 int not null, type2 int not null, type3 int n 阅读全文

posted @ 2021-11-08 08:44 李雷 阅读(2010) 评论(1) 推荐(0)

2021年11月6日

引用-各类数据库整体架构图汇总

摘要: 采集并汇总GBase 8a,oceanbase,tidb,polardb-O,gaussdb200,clickhouse,flink,spark等数据库的整体架构图和对应说明,方便从整体上看数据库之间的差异。 新搜集到的数据库材料,我放到了最前面。 目录导航 星环TDH 易鲸捷 EsgynDB 中兴 阅读全文

posted @ 2021-11-06 12:16 李雷 阅读(1297) 评论(0) 推荐(0)

百度数仓Palo-Doris并发压测性能

摘要: 硬件环境 表结构 CREATE TABLE IF NOT EXISTS tj9 ( vin varchar (30) not null, inday date not null, type1 int not null, type2 int not null, type3 int not null, 阅读全文

posted @ 2021-11-06 12:09 李雷 阅读(965) 评论(0) 推荐(1)

引用-Phoenix介绍

摘要: 1.简介 Phoenix是一个HBase框架,可以通过SQL的方式来操作HBase。 Phoenix是构建在HBase上的一个SQL层,是内嵌在HBase中的JDBC驱动,能够让用户使用标准的JDBC来操作HBase。 Phoenix使用JAVA语言进行编写,其查询引擎会将SQL查询语句转换成一个或 阅读全文

posted @ 2021-11-06 10:39 李雷 阅读(570) 评论(0) 推荐(0)

2021年11月5日

由于服务器不支持avx2指令集导致dorisdb部署运行be失败

摘要: 表现的现象 运行start_be.sh,没有任何响应,日志目录也没有数据 进一步验证 进入lib目录,运行./starrocks_be,报Illegal instruction (core dumped) 原因:服务器环境不支持avx2指令集 通过“cat /proc/cpuinfo|grep av 阅读全文

posted @ 2021-11-05 11:38 李雷 阅读(2096) 评论(0) 推荐(0)

2021年11月4日

Kudu+Impala介绍

摘要: 概述 Kudu和Impala均是Cloudera贡献给Apache基金会的顶级项目。Kudu作为底层存储,在支持高并发低延迟kv查询的同时,还保持良好的Scan性能,该特性使得其理论上能够同时兼顾OLTP类和OLAP类查询。Impala作为老牌的SQL解析引擎,其面对即席查询(Ad-Hoc Quer 阅读全文

posted @ 2021-11-04 18:23 李雷 阅读(5218) 评论(0) 推荐(2)

上一页 1 2 3 4 5 6 ··· 11 下一页

导航