cell smart restore from backup等待事件

简介:

This is an Exadata wait event that occurs when doing a restore via RMAN. Exadata automatically offloads RMAN restore activities to the storage cells. Solutions Offloading the RMAN restore activity to the storage cells within an Exadata machine is probably a good thing, so there may no tuning required. If RMAN restores are affecting performance, scheduling them at different times may be appropriate.



本文转自maclean_007 51CTO博客,原文链接:http://blog.51cto.com/maclean/1277896

相关文章
|
4月前
|
数据库 OceanBase
min restore scn of backup set file is greater than restore scn. can't use to restor
min restore scn of backup set file is greater than restore scn. can't use to restor
43 1
|
SQL 弹性计算 关系型数据库
为什么pg_basebackup或pg_start_backup好像hang住确没有开始拷贝文件 - checkpoint 的几种调度(checkpoint_completion_target)
标签 PostgreSQL , checkpoint , 调度 , lazy , immediate , pg_start_backup , pg_basebackup 背景 PostgreSQL支持在线全量备份与增量归档备份。在线全量备份实际上就是拷贝文件,增量备份则分为两种,一种是基于BLOCK lsn变化的BLOCK即增量备份,另一种是基于WAL的持续归档文件备份。 全量备份通常
1575 0
|
Oracle 关系型数据库 数据库