Know more about checkpoint

Know more about checkpoint checkpoint 分成很多种 full 、file、thread、parallel query、 object 、incremental 、logfile switch

每一种checkpoint 都有其自身的特性,例如Incremental Checkpoint会要求ckpt 每3s 更新一次controlfile 但是不更新datafile header, 而FULL CHECKPOINT要求立即完成(同步的) 且会同时更新 controlfile 和 datafile header。

各种checkpoint 的特点见下表:

<wbr>Full Checkpoint<br><br> Writes block images to the database for all dirty buffers from all instances<br><br> Statistics updated:<br> DBWR checkpoints<br> DBWR checkpoint buffers written<br> DBWR thread checkpoint buffers written<br><br> Caused by:<br> Alter system checkpoint [global]<br> Alter database begin backup<br> Alter database close<br> Shutdown<br><br> Controlfile and datafile headers are updated<br> CHECKPOINT_CHANGE#<br><br> Thread Checkpoint<br><br> Writes block images to the database for all dirty buffers from one instance<br><br> Statistics updated:<br> DBWR checkpoints<br> DBWR checkpoint buffers written<br> DBWR thread checkpoint buffers written<br><br> Caused by:<br> Alter system checkpoint local<br><br> Controlfile and datafile headers are updated<br> CHECKPOINT_CHANGE#<br><br><br> File Checkpoint<br><br> Writes block images to the database for all dirty buffers for all files of a tablespace from all instances<br> Statistics updated:<br><br> DBWR tablespace checkpoint buffers written<br> DBWR checkpoint buffers written<br> DBWR checkpoints<br><br> Caused by:<br><br> Alter tablespace XXX offline<br> Alter tablespace XXX begin backup<br> Alter tablespace XXX read only<br><br> Controlfile and datafile headers are updated<br> CHECKPOINT_CHANGE#<br><br><br> Parallel Query Checkpoint<br><br> Writes block images to the database for all dirty buffers belonging to objects accessed by the query from all instances<br><br> Statistics updated:<br> DBWR checkpoint buffers written<br> DBWR checkpoints<br><br> Caused by:<br> Parallel Query<br> Parallel Query component of PDML or PDDL<br> Mandatory for consistency<br><br><br> Object “Checkpoint”<br><br> Writes block images to the database for all dirty buffers belonging to an object from all instances<br><br> Statistics updated:<br><br> DBWR object drop buffers written<br> DBWR checkpoints<br><br> Caused by:<br> Drop table XXX<br> Drop table XXX purge<br> Truncate table XXX<br> Mandatory for media recovery purposes<br><br><br> Incremental Checkpoint<br><br> Writes the contents of “some” dirty buffers to the database from CKPT-Q<br> Block images written in SCN order<br> Checkpoint RBA updated in SGA<br><br> Statistics updated:<br> DBWR checkpoint buffers written<br><br> Controlfile is updated every 3 seconds by CKPT<br> Checkpoint progress record<br><br><br> Log Switch Checkpoint(8i 以前 LOG switch checkpoint是FULL CHECKPOINT)<br><br> Writes the contents of “some” dirty buffers to the database<br><br> Statistics updated:<br><br> DBWR checkpoints<br> DBWR checkpoint buffers written<br> background checkpoints started<br> background checkpoints completed<br><br> Controlfile and datafile headers are updated<br> CHECKPOINT_CHANGE#</wbr>

<wbr></wbr>

无论是什么类型的checkpoint 检查点 ,所有的本地检查点(CKPT)已类似的本地化方法处理。 每一个实例中所有本地的活跃检查点请求(active local checkpoint request)都保存在一个队列(queue)中,这个队列叫做 Active Checkpoint Queue。 在这个队列(queue)中的每一条记录代表一个本地检查点(local checkpoint request)。 当某一个进程( 可能是前台进程 foreground process --例如前台进程执行“alter tablespace users begin/end backup", 也可能是CKPT 或者其他后台进程) , 这个进程都会将新的 request 记录放到这个Active Checkpoint Queue中。 典型的一个checkpoint request 由 检查点类型checkpoint request type,优先级priority , 以及与该checkpoint request 关联的checkpoint structure, 等待进程 waiter process, 还有其余一些相关的属性如 FILE Checkpoint 的tablespace id、FILE NUMBER、 Object checkpoint的object id 等。

DBWR进程会不断地扫描这个Active Checkpoint Queue, 并服务于这个Queue上的checkpoint request 检查点请求。 一旦某个request 被完成了,DBWR 将这个request标记为completed 。 CKPT 进程也会不断监控这个 Active Checkpoint Queue 查看是否所有request都被完成了。 当CKPT发觉一个checkpoint request完成了, CKPT会将这个request从 Active Checkpoint Queue中移除。 取决于不同的检查点种类和目的, 当一个本地检查点(local checkpoint)完成,这意味着 某些特定的磁盘上的数据结构被更新,以反映这个检查点完成的物理表现。 这个操作 或者由 直接CKPT完成, 或者由提交checkpoint request的 等待进程直接完成, 或者由CKPT唤醒这个提交checkpoint request的等待进程间接地完成,以上具体由谁来完成操作 取决于检查点种类和目的。

<wbr></wbr>

<wbr></wbr>

<wbr></wbr>

<wbr></wbr>

<wbr></wbr>

<wbr></wbr>

<wbr></wbr>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值