zl程序教程

您现在的位置是:首页 >  数据库

当前栏目

Oracle 视图 V$BT_SCAN_CACHE 官方解释,作用,如何使用详细说明

OracleBT官方 使用 如何 详细 作用 说明
2023-06-13 09:11:18 时间
本站中文解释

V$BT_SCAN_CACHE视图是用来查看Oracle数据库系统中Block Table Scan(BTS)缓存信息的视图,该缓存用来提高查询性能,可以缓存查询操作针对表或者索引的扫描结果,例如聚簇表的全表扫描,索引的全索引扫描、使用索引的范围扫描等等。

使用V$BT_SCAN_CACHE视图,可以查看BTS缓存记录的信息,包括表名称、BTS操作类型、操作参数等内容,可以帮助我们判断是否需要更改优化器参数来调整BTS缓存的使用,从而提高查询性能。

官方英文解释

V$BT_SCAN_CACHE shows the parameters and status of the big table cache section.


Minimum temperature of any object that is allowed to be cached by the big table cache section


0: This value is used for rows containing data that pertain to the entire CDB. This value is also used for rows in non-CDBs.


See Also:

DB_BIG_TABLE_CACHE_PERCENT_TARGET for more information about enabling the big table cache


我想要获取技术服务或软件
服务范围:MySQL、ORACLE、SQLSERVER、MongoDB、PostgreSQL 、程序问题
服务方式:远程服务、电话支持、现场服务,沟通指定方式服务
技术标签:数据恢复、安装配置、数据迁移、集群容灾、异常处理、其它问题

本站部分文章参考或来源于网络,如有侵权请联系站长。
数据库远程运维 Oracle 视图 V$BT_SCAN_CACHE 官方解释,作用,如何使用详细说明