码迷,mamicode.com
首页 >  
搜索关键字:statistics    ( 906个结果
LightOJ 1214 - Large Division (大数取余)
1214 - Large Division PDF (English) Statistics Forum Time Limit: 1 second(s) Memory Limit: 32 MB Given two integers, a and b, you should checkwhether...
分类:其他好文   时间:2015-08-16 13:51:38    阅读次数:188
Light 1078 Integer Divisibility (取模运算)
1078 - Integer Divisibility PDF (English) Statistics Forum Time Limit: 2 second(s) Memory Limit: 32 MB If an integer is not divisible by 2 or 5, some...
分类:其他好文   时间:2015-08-16 12:24:25    阅读次数:118
Light OJ 1116 Ekka Dokka
1116 - Ekka Dokka PDF (English) Statistics Forum Time Limit: 2 second(s) Memory Limit: 32 MB Ekka and his friend Dokka decided to buy a cake. They both love c...
分类:其他好文   时间:2015-08-16 12:17:48    阅读次数:199
SQL Server里等待统计(Wait Statistics)介绍
在今天的文章里我想详细谈下SQL Server里的统计等待(Wait Statistics),还有她们如何帮助你立即为什么你的SQL Server当前很慢。一提到性能调优,对我来说统计等待是SQL Server了最重要的概念。查询为什么等待在SQL Server里每次你执行1个查询,查询总需要等待。...
分类:数据库   时间:2015-08-16 08:13:46    阅读次数:295
11G新特性 -- Statistics Preferences
Statistics Preferences新特性可以实现对指定对象进行信息收集。可以在table、schema、database、global级别设置statistics preference。 在database级别的statistics preference集会应用到数据库中的所有表;在glo...
分类:其他好文   时间:2015-08-13 11:45:24    阅读次数:122
Oracle Mysql 统计信息
我们知道Oracle的统计信息将严重影响CBO对执行计划的选择,针对不同大小的表制定收集规则并且定期执行是非常重要的。Oracle通过如下脚本即可收集统计信息: view plaincopy to clipboardprint? BEGIN DBMS_STATS.GATHER_TABLE_STATS(ownname =>'ZBDBA', tabname =>'TEST...
分类:数据库   时间:2015-08-05 10:34:32    阅读次数:268
HDUOJ 最简单计算器
?? /* Problems Ranklist Status Statistics 最简单的计算机 Time Limit : 2000/1000ms (Java/Other)   Memory Limit : 65536/32768K (Java/Other) Total Submission(s) : 18   Accepted Submission(s) : 4 Font:...
分类:其他好文   时间:2015-08-02 10:19:39    阅读次数:131
数据库优化-基准测试(五)
基准测试工具:DBT2DBT2是一个OLTP事务性能测试工具。它模拟一个批发供应商,多个职员访问数据库,更新客户信息和检查库存。 DBT2是一个TPC’s TPC-C基准测试规范的不错的实现,它是MySQL的最流行的基准测试工具之一,但它的文档很缺乏。DBT2:安装Perl模块DBT2需要的Perl模块:Statistics::Descriptive Test::Parser Test::Repo...
分类:数据库   时间:2015-08-01 20:40:50    阅读次数:159
ubuntu netstat 查看端口占用情况
netstat 用于显示各种网络相关信息,如网络连接,路由表,接口状态 (Interface Statistics),masquerade 连接,多播成员 (Multicast Memberships) 等等grid_hd@hadoop1:~$ netstat -h usage: netstat [...
分类:Web程序   时间:2015-07-28 22:33:10    阅读次数:313
[转] Oracle analyze 命令分析
转自:http://blog.sina.com.cn/s/blog_682841ba0101bncp.html1.analyze table t1 compute statistics for table; -->user_tables(只对表的总体信息进行统计,比如行数多少等,不涉及到表字段)2....
分类:数据库   时间:2015-07-28 20:47:46    阅读次数:152
906条   上一页 1 ... 63 64 65 66 67 ... 91 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!