• Once a checkpoint occurs, the disk buffer is released.

    出现检查点时,会释放磁盘缓存

    youdao

  • This prevents the server from doing added CPU and disk work if the buffer overflows.

    可防止缓冲区溢出时服务器进行额外CPU磁盘工作

    youdao

  • Increase the size of the log buffer area if there is considerable read activity on a dedicated log disk, or there is high disk utilization.

    如果某个专用日志磁盘存在大量的活动或者具有较高的磁盘利用率,就增加日志缓冲区域大小

    youdao

  • Log Buffer - Memory used to store all changes to database before it is flushed to the logs on disk.

    日志缓冲区——在将所有数据库更改刷新磁盘日志之前用来存储这些更改的内存。

    youdao

  • A ring buffer is a logging technique for applications whereby the relevant data to be logged is kept in memory instead of writing it to a file on a disk every time.

    循环缓冲区一种用于应用程序日志记录技术可以相关数据保存内存中而不是每次都将其写入磁盘文件中

    youdao

  • Virtual segment also contains dictionary cache, stored procedures cache, and big buffer pools used for writing large block of pages to disk at once.

    虚拟内存段包含字典缓存器,存储过程缓存器,以及在向磁盘一次性写入大块页面时使用到的较大缓冲

    youdao

  • When the end of the buffer is reached, some serialisation takes place that reduces the rate of data transfer to disk.

    达到缓冲区尾部后,需要进行某种序列化操作,降低数据传输到磁盘速率

    youdao

  • If the buffer pool is large enough to keep the required data in memory, less disk activity will occur.

    如果缓冲足以内存保存所需数据,就发生较少磁盘活动

    youdao

  • The hit ratios for data and index pages reflect the number of times a page request was handled by the buffer pool directly without requiring disk I/O.

    数据索引页面击中反映缓冲需要磁盘I/O情况下直接处理一个页面请求时间

    youdao

  • Transactions requiring disk I/O, such as flushing dirty pages from the buffer pool or flushing logs from the log buffer, may wait.

    要求磁盘I/O事务例如刷新缓冲中的或者刷新日志缓冲区中的日志可能需要等待

    youdao

  • It reads entire files into its own buffer, makes the specified operations on that copy, and optionally writes the buffer to disk.

    整个文件读入自己的缓冲区副本执行指定操作可选地缓冲区写到磁盘

    youdao

  • Audit records are typically written into a memory buffer before being flushed to disk.

    审计记录通常首先被写入一个内存缓冲区然后才刷新磁盘

    youdao

  • This setting controls the size of the NSF buffer pool, a section of memory dedicated to buffering I/O transfers between the NIF indexing functions and disk storage.

    这个设置控制NSF缓冲大小,后者是用于缓冲NIF索引函数磁盘存储之间I/O传输一部分内存

    youdao

  • These page cleaners write changed pages from the buffer pool to disk before the space in the buffer pool is required by a database agent.

    数据库代理程序需要缓冲中的空间之前这些清除程序将缓冲池中已更改写到磁盘

    youdao

  • But the small buffer size makes it unsuitable for larger quantities of log information, and the logged information isn't stored to disk so it's hard to analyze over a period of time.

    但是缓冲区尺寸造成适合更大数量日志信息而且记录的信息不能保存磁盘也使得难以分析段时间内的性能。

    youdao

  • The data gets copied multiple times among the disk, kernel buffer, and user buffer before it is finally delivered to the application.

    数据最终传入应用程序,在磁盘内核缓冲区用户缓冲区中被拷贝多次

    youdao

  • In Listing 2, the image is already in the image buffer and all we have to do is save it to the file on disk.

    清单2中,图像已经在图像缓冲区中,我们只需将保存磁盘文件中。

    youdao

  • Page cleaners, on the other hand, write changed pages from the buffer pool to disk before the space in the buffer pool is required by a database agent.

    一方面,数据库代理需要缓冲中的空间之前页面清洗器将已修改页面缓冲池写入磁盘

    youdao

  • The log Buffer is the amount of main memory used to accumulate log records that will be written out to disk.

    日志缓冲区用于存放将要写入磁盘中的日志记录存量

    youdao

  • For example, if you had a 2 GB buffer pool, when 60% of changed pages is reached, 1.2 GB (60% of 2 GB) would be written to disk as page cleaners are triggered.

    例如如果具有一个2GB缓冲达到60%修改页面时,触发页面清洗器时就有1.2 GB (2 GB的60%)写入磁盘

    youdao

  • Before extracting audit records from the db2audit.log file, flush any remaining audit records in the buffer out to disk by issuing the following command.

    db2audit. log文件提取审计记录之前发出以下命令将缓冲区中的所有审计记录刷新磁盘

    youdao

  • In Listing 1, I set up libtiff and create a simple buffer that contains an image I can then write out to disk.

    清单1中,设置libtiff创建一个简单缓冲区,使之包含我稍后可以写到磁盘上图像

    youdao

  • The first copy is performed by the DMA engine, which reads file contents from the disk and stores them into a kernel address space buffer.

    DMA模块磁盘读取文件内容存储内核空间缓冲区内,完成第1次复制

    youdao

  • Fortunately, Lucene's IndexWriter class exposes three parameters to let you adjust the size of the buffer and the frequency of the disk writes.

    幸运是,LuceneIndexWriter提供了三个参数用来调整缓冲区大小以及磁盘上索引文件频率

    youdao

  • When MySQL must perform a sort, it allocates a sort buffer to store the rows as they're read from disk.

    MySQL必须要进行排序时,会在磁盘上读取数据时分配一个排序缓冲区存放这些数据行

    youdao

  • Linux, under normal circumstances, USES a system file cache to buffer, read, and write requests from disk.

    一般情况下Linux使用一个文件系统缓存磁盘请求进行缓冲读写

    youdao

  • The first copy (see Figure 1) is performed by the direct memory access (DMA) engine, which reads file contents from the disk and stores them into a kernel address space buffer.

    直接内存存取(direct memory access,DMA)引擎执行第一拷贝(参见1),磁盘中读取文件内容然后它们存储一个内核地址空间缓存区中

    youdao

  • Writes Cache: Parentage of time that a page was written to the buffer pool but not to disk.

    WritesCache页面写到缓冲区池(不是磁盘)次数百分比。

    youdao

  • Db2 page Cleaner (db2pclnr) : Equivalent to DBWR process in Oracle, this process cleans the buffer pool before pages from the disk are moved into the BP.

    db 2PageCleaner (db2pclnr):相当于Oracle中的DBWR进程进程磁盘上转移BP之前清理缓冲

    youdao

  • The log buffer holds log records in storage until they are written to hard disk drive. Log records are written to the hard disk drive when one of the following occurs.

    日志缓冲区将容纳存储器中的日志记录直到它们回硬盘驱动器

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定