• Index buffer read: Number of buffer reads for index pages.

    IndexBuffer Read索引页面缓冲区数量

    youdao

  • Buffer Reads: Number of times a page has been read from the buffer pool and not read from disk.

    Buffer Reads缓冲区池(不是磁盘)读取页面数量

    youdao

  • Database records are read and updated in the buffer pool area of memory.

    数据库记录内存缓冲区域里被读取更新

    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

  • Thus, the read operations compete with log writing and the write operation for data pages from the buffer pool.

    因而操作日志缓冲池中的数据操作之间存在竞争

    youdao

  • You first must create the buffer, fill it, then rewind the position to the beginning so you can read from the start.

    必须首先创建个缓冲区先填充然后位置倒回起始点这样才能从头读。

    youdao

  • Here, reading the bytes is not enough to extract the necessary information; it returns a buffer if the string is read.

    此处读取字节不足以提取必要信息,如果要读取字符串,则返回一个缓冲区

    youdao

  • Buffer Cache - Memory allocated for storing data blocks read from physical data files.

    缓冲区缓存——存储物理数据文件读取的数据而分配内存

    youdao

  • After being read in from DASD, the data and index pages go into these slots and remain there until the DB2 buffer manager determines that those slots should be used for some other data.

    数据索引DASD读出之后,便进入这些插槽留在其中直到DB 2缓冲区管理器确定那些插槽用于其他数据。

    youdao

  • You can point it at another file quite easily; it's a bit harder to, for instance, read from a buffer.

    可以非常简单地指向另外一个文件缓冲区中进行读取稍微有些困难

    youdao

  • The buffer address is actually a user-space buffer, so you won't be able to read it directly.

    缓冲区地址实际上一个用户空间的缓冲区,因此我们不能直接读取

    youdao

  • The consumer of the ATQ operator can read data one row at a time from the ATQ buffer.

    ATQ操作符消费者可以每次 ATQ缓冲区读取数据

    youdao

  • Further, applications that might benefit from having a file system read ahead or high buffer cache hit rates might actually see performance degradation.

    而且,对于那些受益文件系统预读功能或者较高缓冲区缓存命中率应用程序可能会出现性能降低

    youdao

  • The verbose trace will display data from the parameters of system calls (-x all) and the contents of the buffer for both Read (-r all) and Write (-w all) calls.

    详细跟踪显示来自系统调用参数数据(- x all)以及Read (- r all)Write (- w all)调用缓冲区内容

    youdao

  • In a similar fashion, you can read data segments off segment by segment from an abstract buffer with the following function.

    采用类似的方式可以使用以下函数,逐段抽象缓冲区读取数据段。

    youdao

  • Now that you have the unpacked values from the binary buffer that you read, you can use the standard print commands to get the output necessary.

    现在读取二进制缓冲区获得拆包的那么可以使用标准print命令获得必要的输出

    youdao

  • This command USES the klogctl system call to read the kernel ring buffer and emit it to standard output (stdout).

    这个命令使用klogctl系统调用读取内核缓冲区转发标准输出(stdout)。

    youdao

  • Interestingly, Ruby 1.9.0 has the lowest CPU usage, with an implementation that uses readpartial, "no timeout for socket reads" and "pre-allocated String buffer for each read".

    有趣的是,Ruby1.9.0CPU占有率最低,其实现采用了 readpartial:“不对socket读取设置超时”,同时“提前每次读取分配字符串缓存”。

    youdao

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

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

    youdao

  • The transferTo() method causes the file contents to be copied into a read buffer by the DMA engine.

    transferTo()方法引发DMA引擎文件内容拷贝一个读取缓冲区

    youdao

  • You'd have to write a handler to build what amounts to an in-memory buffer to keep up with what's already been read; then you'd need some code to read ahead as well.

    所以,必须编写相当于内存缓冲器处理程序记录内容,也同时需要编写一些代码进行提前读。

    youdao

  • For example, assume that Member 1 in Figure 1 wants to read a data page that isn't in its local buffer pool.

    例如假设1Member 1读取不在本地缓冲池中的数据

    youdao

  • Memcached USES a per-connection buffer to read and write data out over the network.

    memcached为每个链接使用单独缓存进行数据读写

    youdao

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

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

    youdao

  • Once the monitoring application attempts another select or blocking read , those calls will return immediately since there is unread event occurrence data waiting in the buffer.

    监视应用程序试图执行另一次select阻塞read调用时,这些调用立即返回因为缓冲区未读事件发生数据

    youdao

  • Step two: data is copied from the kernel buffer into the user buffer, and the read system call returns. The return from the call caused a context switch from kernel back to user mode.

    步骤数据内核空间缓冲区复制用户空间缓冲区,之后系统调用read返回导致了从内核空间用户空间的上下文切换

    youdao

  • The requested amount of data is copied from the read buffer into the user buffer, and the read call returns.

    所需数据读取缓冲区拷贝用户缓冲区,read调用返回。

    youdao

  • Step two: data is copied from the kernel buffer into the user buffer, and the read system call returns.

    所需数据读取缓冲区拷贝用户缓冲区,read()调用返回。

    youdao

  • For example, read and write requests to the underlying device drivers migrate through the buffer cache.

    例如底层设备驱动程序读写请求通过缓冲区缓存来传递

    youdao

  • A buffer pool is an area of storage in memory into which database pages (containing table rows or index entries) are temporarily read and changed.

    缓冲内存中的一块存储区域,用于临时读入更改数据库(包含索引)。

    youdao

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

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

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