码迷,mamicode.com
首页 >  
搜索关键字:cache group    ( 21338个结果
apt-cache madison package-name
apt-cache madison package-name搜索软件有那些可用版本,
分类:其他好文   时间:2014-05-17 01:41:39    阅读次数:1017
调优3(share pool 调整)
第三章 share pool 调整1、sga 组成部分1)database buffer2)redolog buffer3)share pool :共享池,存放最近最常使用的sql和plsql语句及解析计划和数据字典信息---library cache: 存放最近最常使用的sql及plsql 语句....
分类:其他好文   时间:2014-05-16 19:08:16    阅读次数:489
数据库中对重复数据行的查询删除操作
oracle中对重复数据的查询和删除操作--1.查询表中username=‘lingjie’的重复记录select userid,username from nmb where username in(select username from nmb group by username having...
分类:数据库   时间:2014-05-16 06:59:01    阅读次数:266
memcache 缓存失效问题(转)
在大并发的场合,当cache失效时,大量并发同时取不到cache,会同一瞬间去访问db并回设cache,可能会给系统带来潜在的超负荷风险。解决方法方法一在load db之前先add一个mutex key, mutex key add成功之后再去做加载db, 如果add失败则sleep之后重试读取原c...
分类:其他好文   时间:2014-05-16 05:51:05    阅读次数:343
LeetCode OJ - LRU Cache
题目: Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations:getandset. get(key)- Get ...
分类:其他好文   时间:2014-05-16 05:42:29    阅读次数:280
hdu4460之BFS
Friend Chains Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 2882    Accepted Submission(s): 970 Problem Description For a group o...
分类:其他好文   时间:2014-05-15 11:21:04    阅读次数:438
php Cannot modify header information 和 Cannot send session cache limiter
在php开发中遇到两个问题 (1)Cannot send session cache limiter        解决方式  找到 php.ini        修改php.ini中的 session.auto_start = 0 为 session.auto_start = 1 (2)Cannot modify header information    解决方式  找...
分类:Web程序   时间:2014-05-14 14:28:55    阅读次数:396
调优4(buffer cache 调整)
第四章、 buffer cache 调整1、buffer cache 功能buffer cache: 用于存放从datafile 里读出的数据块的镜像,并共享这些数据块,采用LRU算法buffer cache 数据块状态:pending:数据块正在使用,状态未决dirty: 被修改过的块,还未写入到...
分类:其他好文   时间:2014-05-14 10:08:16    阅读次数:341
调优5(SGA其他缓存区调整)
第五章 SGA其他缓存区调整一、redo log buffer1、redo log 的功能1)Sever 进程在buffer cache修改数据块后,Oracle提倡‘先记后写’,对修改的数据块的改变生成log entries(日志条目),将日志条目按顺序写入log buffer;而对于脏块 先.....
分类:其他好文   时间:2014-05-14 09:52:54    阅读次数:276
sticky bit
?Sticky Bit这个Sticky Bit当前只针对目录有效,对文件没有效果。SBit对目录的作用是:“在具有SBit的目录下,用户若在该目录下具有w及x权限,则当用户在该目录下建立文件或目录时,只有文件拥有者与root才有权力删除”。换句话说:当甲用户在A目录下拥有group或other的项目...
分类:其他好文   时间:2014-05-13 16:57:50    阅读次数:288
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!