• Buffer Write: Number of pages modified and sent back to the buffer pool.

    Buffer Write修改并发送回缓冲区页面数量

    youdao

  • You could even just use a single pointer and write data back into the buffer you got it from, although this might be a nuisance to program for on the other end.

    甚至只需要使用一个指针数据回到读取数据所使用的缓冲区中即可,不过对于另外一端的编程来说可能有些麻烦。

    youdao

  • Use the database system monitor to help you tune this configuration parameter using information from the snapshot data (or event monitor) about write activity from a buffer pool.

    使用数据库系统监视器利用有关缓冲进行操作快照数据(事件监视器)信息帮助调优配置参数

    youdao

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

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

    youdao

  • You can write trace data to a file continuously as an extension to the in-storage trace, but instead of one buffer per thread, at least two buffers per thread are allocated.

    可以连续地跟踪数据写到文件中作为存储内跟踪的扩展但是在这种情况下不是为每个线程分配一个缓冲区,而是至少分配两个

    youdao

  • After writing the first log entry, shown in blue, when the process tries to write the second one, shown in red, the buffer doesn't have enough space left.

    写入第一个日志条目(蓝色表示)之后,进程尝试写入第二条目(用红色表示)时,该缓冲区中已经没有足够剩余空间

    youdao

  • The intermediate buffer on the write side allows the write to complete asynchronously.

    写入方面中间缓冲区则可以让写入过程异步完成

    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

  • 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

  • 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

  • Because the buffer that I'll write to (page) is already in kernel space, I can manipulate it directly and use sprintf to write the next fortune.

    由于我们刚才写入数据缓冲区(page)已经内核空间中了,因此可以直接进行操作使用sprintf写入一个fortune。

    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

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

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

    youdao

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

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

    youdao

  • First, we create need a buffer to write to for the sprintf call using the malloc function.

    首先我们使用malloc函数中的sprintf调用需要创建一个缓冲器(buffer)。

    youdao

  • The log buffer acts as a staging area in memory to hold log records instead of having the DB2 UDB engine write each log record directly to disk.

    日志缓冲区作为内存中的分级区域(staging area)保存日志记录而不是DB2UDB引擎直接条日志记录写入磁盘中。

    youdao

  • There might not be enough disk space to complete the file write operation, or allocating the buffer could fail if not enough memory is available.

    可能没有足够磁盘空间完成文件操作或者由于没有足够的内存可用分配缓冲区可能失败

    youdao

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

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

    youdao

  • Each thread can read and write only to its own slot, rather than to the complete buffer.

    每个线程能够读写自己的槽位不是整个缓冲区。

    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

  • In doing so, it triggers a series of buffer overflows allowing it to write various pieces of data and code to the stack.

    这样做,触发出一系列缓存溢出,以允许自己写入许多数据代码

    youdao

  • So the buffer is used to accumulate more characters and write them all in one write operation.

    所以缓冲区用于积累更多人物一个操作

    youdao

  • Why do most systems take a significant amount of time to write characters to an output device? What is this buffer and why do we require it? Why do we require flushing buffers?

    为什么大多数系统需要大量时间字符输出设备?什么缓冲我们为什么需要?为什么我们需要冲洗缓冲?。

    youdao

  • What is the best way to read and write data to a buffer for my bar code reader?

    数据条形码阅读器缓冲最好方法什么

    youdao

  • The logical layer allocates a buffer to use to write data to a storage device. The physical layer manages access to the storage device.

    逻辑分配了一个用来数据存储设备缓冲区物理层管理存储设备的访问

    youdao

  • Since the XML infoset will normally be small compared to the streamed contents, it makes sense to buffer the infoset, write it out, and then write the contents in a streamed way.

    由于XML 信息通常处理的内容因此必要缓冲信息集,其写出然后流处理方式写入内容。

    youdao

  • How to write pass-through vertex and fragment shaders for a frame buffer with attached texture?

    如何通过一个附加纹理顶点片段着色器

    youdao

  • Unless the redo log buffer is particularly full, only one synchronous writes is required per transaction. if piggybacking occurs, there can be less than one synchronous write per transaction.

    除非日志缓冲区特别否则每个事务处理需要一个同步写入

    youdao

  • All versions are equipped with 8 MB buffer and they're rated with 3.5 ms average read and 4.0 ms average write seek time.

    所有版本配备8MB缓冲他们正在3.5毫秒,4.0毫秒的平均读取寻道时间额定平均

    youdao

  • All versions are equipped with 8 MB buffer and they're rated with 3.5 ms average read and 4.0 ms average write seek time.

    所有版本配备8MB缓冲他们正在3.5毫秒,4.0毫秒的平均读取寻道时间额定平均

    youdao

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

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

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