码迷,mamicode.com
首页 >  
搜索关键字:performance tunning    ( 1793个结果
[待续]一些知识点的杂记
1. SQL Server的Data和Log文件的读写特性有区别, Data一般是随机存取, 而Log一般是顺序写. 2. Performance Counter LogicalDisk|PhysicalDisk \Avg. Disk Queue Length 指示着某磁盘在采样时间间隙中进入队列并...
分类:其他好文   时间:2014-06-28 23:44:42    阅读次数:370
MYSQL5.5和5.6参数的差异
performance_schema在 MySQL 5.6 中默认是开启的,但相关的很多参数相比 MySQL 5.5 却是降低了,例如 performance_schema 自动调整到 445 个表和 224 线程,比 MySQL 5.5 低。尽管默认 max_connections 只是 150 ...
分类:数据库   时间:2014-06-28 11:59:15    阅读次数:361
performance of crusher machines
Impact crusher is a new crushing equipment taking advantages of impact effect to crush materials, which has such features as big reduction ratio, high...
分类:其他好文   时间:2014-06-25 23:12:07    阅读次数:258
Oracle Performance Tuning Overview 翻译(Oracle性能优化概述 自己的中英文比对翻译)
Oracle® Database Performance Tuning Guide 10g Release 2 (10.2) B14211-03 Home Book List Contents Index Master Index Contact Us ...
分类:数据库   时间:2014-06-24 18:14:03    阅读次数:665
MongoNote01.Start
原文首发在github上 MongoNote01.Start MongoDB is an open-source document database that provides high performance, high availability, and automatic scaling. 这是mongo官方给出的定义。定义里的几个关键点体现了mongo的几个突出的优点: do...
分类:其他好文   时间:2014-06-22 15:31:57    阅读次数:280
如何优化app,看Facebook如何做
周四,Facebook Engineering blog 发表了一篇名为《Improving Facebook on Android》博文。博文从四个方面(Performance,Data Efficiency, Networking,Application Size)讲述了Facebook是如何优化app保证其在不同国家不同类型Android设备上都能表现出良好性能的。由于原文内容比较 容易理解,这里就直接给出原文,以使上边链接打不开的同学也能看到。《菜鸟成长史:http://blog.csdn.net/...
分类:移动开发   时间:2014-06-22 06:59:15    阅读次数:232
rtyeer
/* Expands 'hmap', if necessary, to optimize the performance of searches. */voidhmap_expand(struct hmap *hmap){ size_t new_mask = calc_mask(hmap->n...
分类:其他好文   时间:2014-06-21 08:27:00    阅读次数:223
Designing for iOS: Graphics & Performance
http://robots.thoughtbot.com/designing-for-ios-graphics-performance 【原文】In the previous article, we exploreddifferent techniques to customize the loo....
分类:移动开发   时间:2014-06-21 00:41:16    阅读次数:387
PatentTips - Control register access virtualization performance improvement
BACKGROUND OF THE INVENTIONA conventional virtual-machine monitor (VMM) typically runs on a computer and presents to other software the abstraction of...
分类:数据库   时间:2014-06-21 00:36:46    阅读次数:377
HTML5的学习--performance
HTML5提供的performance接口精确的告诉我们当访问一个网站页面时当前网页每个处理阶段的精确时间(timestamp),以方便我们进行前端分析。它是浏览器的直接实现,比在网页中用js设置Date.time或者cookie来分析网页时间上要精确很多。支持浏览器: IE9+,Chrome11+...
分类:Web程序   时间:2014-06-20 20:44:29    阅读次数:269
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!