当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: Will compressing my indexes impr
 

 

 ·sambapdc配置摘要    »显示摘要«
    摘要:作者:georgehu来自:linux知识宝库http://www.douzhe.com/docs/linux/鉴于网络上已有大量文章描述了samba的方方面面,本文不是一个samba的完全使用指南。作者假设您已了解了该组件的许多基本内容。本文只是从实践的角度给出了一个samba pdc配置的各重要事项。  本文参考了samba 的安装文档以及man page。  作为pdc的角色,samba 2......
 ·防火墙之基础篇(iptable)    »显示摘要«
    摘要:我们知道网上的访问通过tcp/ip封包来进入主机系统的。在linux中它一般要同过ip过滤机制来实现第一层防护,如果通过了这层防护还的通过下一关的检查 那就是tcp_wrappers 的功能。封包过滤( ip filter ): 封包过滤是 linux 提供的第一道防火墙呦!但是不同的核心版本会有不一样的封包过滤机制!以 2.2.xx 为核心的 linux 主要以 ipchains 作为过滤机制,......


ORA FAQ 性能调整系列之——压缩索引会提高性能么?
上一页   ...

the benefits of compression come from the fact that a properly compressed index uses a smaller number of leaf blocks - which tends to mean that less i/o is involved when the index is used, there is a reduced amount of buffer cache flushing, and the optimizer is likely to calculate a lower cost for using that index for range scans. (there is a tiny chance that the number of branch blocks, and the index height might be reduced, too, but that is a little unlikely).

压缩的优势来自一个恰当压缩的索引使用更少的叶块——这样当用到索引时涉及更少的i/o,buffer cache清洗量减小,优化器对index range scan代价的计算可能更低.(甚至有机会分支块数与索引高度也会减少,但这不太可能). 【程序编程相关:(原创)飘浮广告显示脚本类(VBS,JS

【推荐阅读:在C#中应用哈希表(Hashtable)

【扩展信息:VB连接数据库时出现“ActiveX部件

but compressing indexes, especially compressing the wrong number of columns, can have negative impact on your performance. if you compress more columns than you should, the ´compressed´ index may be larger than the uncompressed index. use the validate option on the index, and check view index_stats to find out the optimum compression count. how did i know that i should compress just the first two columns of the t1_ci_1 index ? (apart from knowing the data, that is):

但压缩索引,特别是压缩烈数不正确时,会对性能产生负面影响.如果压缩了过多的列,“压缩”了的索引可能比未压缩的索引更大.对索引使用validate选项,然后检查视图index_stats找到最优的压缩数.
...   下一页
    摘要: jsp中怎么将jsp定义的参数传给javascript定义的函数?例如: <%string str1,str2; //从数据库中得到多个str1,str2 //在此项调用 drawline(str1,str2) %> <script> function drawline(str1,str2) { //函数的内容 }应该怎么处理??谢谢 ......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE