Refer to http://blog.sina.com.cn/s/blog_630d50dc0102vwwh.html 1.UPDATE STATISTICS table with fullscan-->this will update both on index statistics and ...
分类:
其他好文 时间:
2017-10-04 16:18:24
阅读次数:
166
column SQLTEXT format a80 select count(*) from dba_segments where tablespace_name = 'USERS' and segment_type='TABLE';select 'alter table ' || owner || ...
分类:
数据库 时间:
2017-09-17 23:35:47
阅读次数:
253
这道题题意就是给你n对人,一对中编号为x,x+1,给你m对矛盾,表示这两个人不能同时选。 然后就是Two-Sat的模板题了,就是根据对称性,连边,加缩点,最后拓扑排序,求出一组可行解就可以了。 ...
分类:
其他好文 时间:
2017-08-29 20:41:53
阅读次数:
208
After World War X, a lot of cities have been seriously damaged, and we need to rebuild those cities. However, some materials needed can only be produc ...
分类:
其他好文 时间:
2017-08-24 10:31:05
阅读次数:
258
nn pagodas were standing erect in Hong Jue Si between the Niushou Mountain and the Yuntai Mountain, labelled from 11 to nn. However, only two of them ...
分类:
其他好文 时间:
2017-08-19 10:56:00
阅读次数:
179
二次联通门 : LibreOJ #517. 「LibreOJ β Round #2」计算几何瞎暴力 ...
分类:
其他好文 时间:
2017-08-12 15:25:11
阅读次数:
209
Gradle 同步 已经开始 Gradle sync started 作者:韩梦飞沙 Author:han_meng_fei_sha 邮箱:313134555@qq.com E-mail: 313134555 @qq.com E-mail: 313134555 @qq.com 安卓Gradle插件更 ...
分类:
其他好文 时间:
2017-08-07 10:05:04
阅读次数:
646
最近遇到dell 的主机 raid1,坏盘更换后,rebulid 一会,就是白了。重启机器,对应硬盘 状态变成 Unconfigured(good), Spun Up 按照常规首先清理 外来配置 1 /opt/MegaRAID/MegaCli/MegaCli64 -CfgForeign -clear ...
分类:
其他好文 时间:
2017-08-02 13:06:01
阅读次数:
2074
在上一篇文章也谈SQL Server 2008 处理隐式数据类型转换在运行计划中的增强 中,我提到了隐式数据类型转换添加对于数据分布非常不平均的表。评估的数据行数与实际值有非常大出入的问题,进一步測试之后,我发现这种评估不准确性应该确实与推測的一样,它使用了变量的评估方式。通过例如以下測试验证,首先 ...
分类:
数据库 时间:
2017-07-25 15:47:53
阅读次数:
170
在 SQL Server 查询中,不经意思的隐匿数据类型转换可能导致极大的查询性能问题。比方一个看起来没有不论什么问题简单的条件:WHERE c = N’x’ 。假设 c 的数据类型是 varchar。而且表中包括大量的数据,这个查询可能导致极大的性能开销。由于这个操作会导致列 c 的数据类型转换为 ...
分类:
数据库 时间:
2017-07-24 20:24:04
阅读次数:
189