Home > Database > Mysql Tutorial > ORACLE 中几个难以理解的概念说明

ORACLE 中几个难以理解的概念说明

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-07 16:51:24
Original
1019 people have browsed it

latch 闩锁,表示oracle数据库运行进程之间在处理一些数据的时候发生的锁定机制。lock 锁,表示oracle数据库中具体对象之间发生并发的时候,

latch 闩锁,,表示Oracle数据库运行进程之间在处理一些数据的时候发生的锁定机制。

lock 锁,表示oracle数据库中具体对象之间发生并发的时候,差生的锁定机制,一般包括表锁定,记录锁定等等

逻辑I/O 表示在数据从缓存中读取的过程中发生的读取和写入操作。只计算在内存中数据处理的时候。

物理I/O 表示数据从磁盘或磁带等设备中读取,写入的操作。例如重做日志文件的读写,数据文件的读写,脏数据从高速缓存写入到数据文件中等等。

linux

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template