Efficientlytraversing InnoDB B+Trees with the page directory
1、the purpose of the page directory
As described in the posts mentioned above,all records in INDEX pages are linked together in a singl...
分类:
数据库 时间:
2015-07-03 23:27:10
阅读次数:
213
Msyql到Vertica1、mysql中在openshop 数据库中选择其中一个300W左右数据的表create table ip_records_tmp_01ASSELECT * FROM ip_records_tmp tWHERE t.datetime '2015-05-01';删除:dele...
分类:
其他好文 时间:
2015-07-03 12:02:30
阅读次数:
1095
启动Tomcat发现deploy war的速度明显变慢, 怀疑磁盘出问题测试写入[tomcat@localhost ~]$ dd if=/dev/zero of=kwxgd bs=64k count=4k oflag=dsync4096+0 records in4096+0 records out2...
分类:
其他好文 时间:
2015-07-02 20:45:46
阅读次数:
144
一个简单的SELECT COUNT(*) 要6秒select count(*) from tb where status=1
#运行花费6-10秒吞吐能力 阿里云[root@aliyun ~]# cd /tmp && dd if=/dev/zero of=t.img bs=4096 count=10000 conv=
ync
10000+0 records in
10000+0 records ou...
分类:
其他好文 时间:
2015-06-29 14:58:18
阅读次数:
150
XGG Bloghttps://github.com/CyberZHG/CrimsonTomatoThe time management application related to Pomodoro Technique.Features:
Sync periods to local calendar.
Export records to CSV file.
Task management.
Vib...
分类:
其他好文 时间:
2015-06-28 17:39:29
阅读次数:
157
今天这篇文章我想谈下堆表上特有的性能问题:转发记录(Forwarding Records)。首先我们要澄清下什么是堆表:堆表就是没有聚集索引定义的表。它对插入新记录非常快,但当你读取数据时非常慢。读取数据会在你的存储子系统上引入随机存取(random I/O),有时候当你碰到转发记录,它会进一步降低...
分类:
其他好文 时间:
2015-06-24 10:34:05
阅读次数:
162
一、查看帮助命令,参数 --help D:\>adb?shell?screenrecord?--help
Usage:?screenrecord?[options]?<filename>
Android?screenrecord?v1.2.??Records?the?device‘s?display?to?a?.mp4?file.
...
分类:
数据库 时间:
2015-06-22 19:24:39
阅读次数:
201
The idea is to usetwo stacks.Forpush, the first stack records the pushed elements and the second stack recordsallthe minimum (including duplicates) th...
分类:
其他好文 时间:
2015-06-07 06:10:12
阅读次数:
111
1.复制表结构CREATETABLEdns_records1SELECT*FROMdns_recordsWHERE1=2或者CREATETABLEdns_records2LIKEdns_records注意:前者不能复制表的主键和索引2.跨库复制表结构CREATETABLEdbopv1.dns_records3LIKEdbopv2.dns_records或者CREATETABLEdbopv1.dns_records4SELECT*FROMdbopv..
分类:
其他好文 时间:
2015-06-03 19:55:02
阅读次数:
105
1 neo4j 中节点和关系的物理存储模型1.1 neo4j存储模型 The node records contain only a pointer to their first property and their first relationship (in what is oftenterme...
分类:
数据库 时间:
2015-06-02 13:06:49
阅读次数:
148