码迷,mamicode.com
首页 >  
搜索关键字:records    ( 487个结果
Efficiently traversing InnoDB B+Trees with the page directory--slot
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
Kettle数据同步速度调优记录
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
Centos 检查磁盘读写性能
启动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
Crimson Tomato
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
【ADB命令行】adb shell screenrecord命令行使用说明
一、查看帮助命令,参数 --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
[LeetCode] Min Stack
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
Graph database_neo4j 底层存储结构分析(1)
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
487条   上一页 1 ... 38 39 40 41 42 ... 49 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!