READ_ONLY_OPEN_DELAYED

了解如何通过READ_ONLY_OPEN_DELAYED参数调整,让只读表空间在实际需求时才访问数据,避免数据库打开时的延迟。特别适用于大量存储于慢速设备的读-only数据,设置为true可提升数据库打开速度。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

READ_ONLY_OPEN_DELAYED determines when datafiles in read-only tablespaces are accessed.

true: The datafiles are accessed for the first time only when an attempt is made to read data stored within them.
false(default): The datafiles are accessed at database open time.

You can use this parameter to speed up some operations (primarily opening the database) for very large databases   when substantial portions of the database are stored in read-only tablespaces. 
Consider setting this parameter to true for such databases, especially if portions of the read-only data are stored on slow-access devices or hierarchical storage.

对于READ ONLY表空间不会在数据库OPEN时进行访问,而是OPEN后用时再访问
对于一些READ ONLY表空间可能数据文件存于slow access devices or hierarchical storage中,设置为true可以加快open速度
另外如果READ ONLY的数据文件不存在(如放在NFS未挂载等)不会影响数据库启动到open

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值