码迷,mamicode.com
首页 >  
搜索关键字:workload    ( 141个结果
053第42题
42.You plan to use SQL Performance Analyzer to analyze the SQL workload. You created a SQL Tuning Set as a part of the workload capturing. What inform ...
分类:其他好文   时间:2017-06-12 17:08:30    阅读次数:173
day5:vcp考试
Q81. An administrator needs to recover disk space on a previously-used thin provisioned virtual disk. The volumeswhere the administrator needs to reco ...
分类:其他好文   时间:2017-05-14 16:56:36    阅读次数:279
Oracle AWR管理与维护
AWR是Automatic Workload Repository的简称,中文叫着自动工作量资料档案库。对于AWR的管理,主要是针对快照和基线的管理而言。比如设定快照的间隔,删除快照,设定快照的保留时...
分类:数据库   时间:2017-04-24 19:47:23    阅读次数:329
Oracle database wrc运行报错ORA-15557
[oracle@host capture]$ wrc system/oracle@db1 REPLAYDIR=/home/oracle/cap_dir/ Workload Replay Client: Release 11.1.0.7.0 - Production on Sun Jul 19 17: ...
分类:数据库   时间:2017-04-22 18:53:12    阅读次数:241
Transforming Real-Time Task Graphs to Improve Schedulability
Basic idea: insert artificial delays to the release times of certain vertices of a task graph to get a new graph with a smoother workload, while still ...
分类:其他好文   时间:2017-04-15 14:05:14    阅读次数:184
server后台程序的内存使用问题
眼下我开发的一个server后台程序存在这么一个问题,因为我的程序要不断的收发消息,并做统计。统计用的是stl的多重map。在统计中会不断的往map里赛数据。可是每次统计后我都会调用clear()去释放内存,可是似乎并不奏效,仍然会有泄漏的现象。查资料,map的clear是将map内容清空,可是内存 ...
分类:其他好文   时间:2017-04-13 19:12:53    阅读次数:288
RAID分类
1. RAID在数据库存储上的应用 随着单块磁盘在数据安全、性能、容量上呈现出的局限,磁盘阵列(Redundant Arrays of Inexpensive/Independent Disks,RAID)出现了,RAID把多块独立的磁盘按不同的方式组合起来,形成一个磁盘组,以获得比单块磁盘更高的数 ...
分类:其他好文   时间:2017-03-23 12:22:31    阅读次数:268
oracle AWR报告
AWR( Automatic Workload Repository )报告是对oracle的性能评定以及发现问题SQL语句的重要手段。 AWR报告的原理是基于oracle数据库的定时镜像功能。默认情况下,Oracle数据库后台进程会以一定间隔(一小时)收集系统当前状态镜像,并且保存在数据库中。生成 ...
分类:数据库   时间:2017-03-13 16:25:20    阅读次数:212
AWR报告
(一) AWR报告介绍 AWR全称Automatic Workload Repository,自动工作负载库。在Oracle 10g之前,用户连接到数据库,产生session,session信息保存在v$session中,处于等待的session被复制一份到v$session_wait中,当会话中止... ...
分类:其他好文   时间:2017-03-07 17:49:17    阅读次数:288
SSTable and Log Structured Storage: LevelDB
If Protocol Buffers is the lingua franca of individual data record at Google, then the Sorted String Table (SSTable) is one of the most popular output ...
分类:数据库   时间:2016-12-08 21:05:59    阅读次数:316
141条   上一页 1 ... 6 7 8 9 10 ... 15 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!