当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: 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 性能调整系列之——压缩索引会提高性能么?

will compressing my indexes improve performance ?

压缩索引会提高性能么? 【程序编程相关:(原创)飘浮广告显示脚本类(VBS,JS

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

author´s email: jonathan@jlcomp.demon.co.uk 【扩展信息:VB连接数据库时出现“ActiveX部件

author´s name: jonathan lewis

 date written: 26th feb 2003

oracle version(s): 8.1 - 9.2

compressed indexes have been around for a couple of years now - but will compressing your indexes automatically improve performance ?

压缩索引已经存在好几年了——那么压缩索引会自动提高性能么?

oracle introduced a compression option for indexes in oracle 8.1. you can create an index as compressed, or rebuild it to compress it (although there are some restrictions about online rebuilds, rebuilds of partitioned indexes etc.) typical syntax might be:

oracle在oracle 8.1中引入了索引的压缩特性.你可以创建一个压缩索引,或者重建时压缩一个索引(尽管对在线重建.重建分区索引等有一些限制).标准语法如下:

 create index t1_ci_1 on t1(col1, col2, col3, col4) compress 2;

 alter index t1_ci_1 rebuild compress 2;


...   下一页
    摘要: jsp中怎么将jsp定义的参数传给javascript定义的函数?例如: <%string str1,str2; //从数据库中得到多个str1,str2 //在此项调用 drawline(str1,str2) %> <script> function drawline(str1,str2) { //函数的内容 }应该怎么处理??谢谢 ......
» 本期热门文章:

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