码迷,mamicode.com
首页 >  
搜索关键字:statistics    ( 906个结果
11g上如何收集优化器(optimizer)统计信息
注:本文参见MOS(my oracle support)英文文档Document:749227.1 - How to Gather Optimizer Statistics on 11g 本文概述了在Oracle 11g中收集CBO(Cost Based Optimizer)统计信息的推荐方法。 本
分类:其他好文   时间:2016-02-14 12:52:25    阅读次数:168
SUN JDK监控和故障处理工具
名称 主要作用 jps jvm process status tool,显示指定系统内所有的hotspot虚拟机进程 jstat jvm statistics monitoring tool,用于收集hotspot虚拟机各方面的运行数据 jinfo configuration info for ja
分类:其他好文   时间:2016-02-12 20:56:30    阅读次数:283
什么是 db time
AWR中有 DB time这个术语,那么什么是DB time呢? Oracle10gR2 官方文档 给出了详细解释(Oracle10gPerformance Tuning Guide 5.1.1.2 Time Model Statistics) The most important of the t
分类:数据库   时间:2016-02-02 16:45:50    阅读次数:315
netstat
简介Netstat 命令用于显示各种网络相关信息,如网络连接,路由表,接口状态 (Interface Statistics),masquerade 连接,多播成员 (Multicast Memberships) 等等。输出信息含义执行netstat后,其输出结果为Active Internet co...
分类:Web程序   时间:2016-01-26 23:30:40    阅读次数:329
Maintenance Plan Usage3:Task Usage (Maintain Index)
Maintenance Plan用于维护Index Fragmentation 和 Statistics的Task 共有三个,后台是使用相应的TSQL来进行data维护。Reorganize Index TaskMove index pages into a more efficient searc...
分类:其他好文   时间:2016-01-25 19:23:30    阅读次数:340
Logical read, Physical read (SET STATISTICS IO)
在查询性能优化时,Logical Read非常重要,它的计数一般与查询出来的结果集数量成正比,与数据读取的速度也成正比。1,SET STATISTICS IO显式DiskIO的信息SyntaxSET STATISTICS IO { ON | OFF }Output item MeaningTable...
分类:其他好文   时间:2016-01-21 13:42:37    阅读次数:155
SQL执行效率和性能测试方法总结
对于做管理系统和分析系统的程序员,复杂SQL语句是不可避免的,面对海量数据,有时候经过优化的某一条语句,可以提高执行效率和整体运行性能。如何选择SQL语句,本文提供了两种方法,分别对多条SQL进行量化的分析。在测试SQL性能的过程中。一是通过设置STATISTICS查看执行SQL时的系统情况。选项有...
分类:数据库   时间:2016-01-15 17:42:00    阅读次数:232
查询无效对象 及 重新编译
-- invalid object statistics: select owner, object_type, status, count(*) from dba_objects where status='INVALID' group by owner, object_type, status ...
分类:其他好文   时间:2016-01-13 12:26:13    阅读次数:171
SQL SERVER FOR XML PATH合并字符串
两种方式,效率立竿见影------------------------------------------------SET STATISTICS TIME ONDECLARE @OrderStr NVARCHAR(max) = '';SELECT @OrderStr += a.SerialNu.....
分类:数据库   时间:2016-01-11 18:09:53    阅读次数:176
Linux下使用iostat 监视I/O状态
我们可以使用sar(1), pidstat(1), mpstat(1), vmstat(8) 来监控一、安装yum install sysstat二、参数解释FILES/proc/stat contains system statistics./proc/uptime contains system...
分类:移动开发   时间:2016-01-08 23:23:34    阅读次数:374
906条   上一页 1 ... 53 54 55 56 57 ... 91 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!