database buffer cache的意思|示意

美 / / 英 / /

数据库缓冲缓存


database buffer cache的网络常见释义

数据库高速缓冲区 ...待磁盘I/O,因为磁盘I/O是计算机系统运行中最慢的一个部分,所以,所执行的I/O越少越好数据库高速缓冲区(Database Buffer Cache)即是应此概念而规划出来的。

数据库缓冲区 要获得数据库缓冲区(Database Buffer Cache)的一些参数,可以执行如下SQL语句:

数据缓冲区 数据缓冲区(DataBase Buffer Cache):如果每次执行一个操作,Oracle都必须从磁盘读取所有数据块并在改变它之后又必须把每一块写入磁盘,显然效率会非常低。

块缓冲区高速缓存 块缓冲区高速缓存(Database Buffer Cache): 这 些缓冲是对应所有数据文件中的一些被使用到的数据块。让他们能够在内存中进行操作。

database buffer cache相关短语

1、 the database buffer cache 数据库高速缓存 ; 库高速缓存

database buffer cache相关例句

When you create a table space, you can associate it with a specific buffer pool (database cache) as well as to specific containers.

当创建表空间时,可以将它与特定的缓冲区池(数据库缓存)关联起来,并关联到特定的容器。

Memory impacts the number of client connections and the size of the buffer pool and database cache allocated by the server.

内存影响客户端连接的数量、缓冲池的大小,以及服务器分配的数据库缓存的大小。

This difference in performance gain is predictable because the pressure on the TLB cache increases as the size of the database and the memory assigned to the DB2 buffer pools increases.

这两组测试得到的性能结果的不同是可以预测的,因为随着数据库和分配给db2缓冲池的内存的增加,TLB缓存上的压力也随之增加。

The loss of this data might cause the database to become overloaded, as the cache is no longer acting as a buffer for that subset of the data.

数据的丢失可能造成数据库负荷过多,因为缓存不再充当数据子集的缓冲区。

Now, for normal database operation you do not really have to worry about the file system cache because DB2 implements buffer pools that do the necessary caching already.

现在,对于一般的数据库操作,不必考虑文件系统缓存,因为DB 2实现了缓冲池,这些缓冲池已经做了必要的缓存。