流模式将事件写入循环的缓冲文件stream.out 中。
Stream mode writes to a circular buffering file, called stream.out.
并且要使用Expires或者Cache - Controlheader来主动缓冲文件。
You should aggressively cache files using Expires or Cache-Control headers.
日志文件系统是使用日志来缓冲文件系统的修改(同时也可以应用于紧急故障恢复)的,但可以根据记录的时间与内容采取不同的策略。
Journaling file systems use a journal to buffer changes to the file system (which is also used in crash recovery) but can use different strategies for when and what is journaled.
如果排序的性能在您的环境中很重要,那么需要为工作文件创建一个单独的缓冲池。
If the performance of sorts is important in your environment, then create a separate buffer pool for work files.
现在,对于一般的数据库操作,不必考虑文件系统缓存,因为DB 2实现了缓冲池,这些缓冲池已经做了必要的缓存。
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.
通常,熟文件更慢,因为存在附加的开销和文件系统提供的缓冲。
In general, cooked files are slower because of the additional overhead and buffering provided by the file system.
此外,每一个数据库可拥有自己的数据库配置文件、目录表、日志、保留的缓冲池区域和表空间。
In addition, each database has its own database configuration file, catalog tables, logs, reserved buffer pool area, and table Spaces.
监视过程完成之后,您刷新审计缓冲区,将审计记录提取到定界ASCII文件,然后将这些文件装载到db2表中。
After the monitoring period finished, you flushed the audit buffer, extracted the audit records into delimited ASCII files, then loaded the files into DB2 tables.
它将整个文件读入自己的缓冲区,对该副本执行指定的操作,并可选地将缓冲区写到磁盘。
It reads entire files into its own buffer, makes the specified operations on that copy, and optionally writes the buffer to disk.
日志记录首先被写到内存中的日志缓冲池,然后再写到日志文件,通常是在日志缓冲池已满或者发生了一次提交时写到日志文件的。
Log records are written first to the log buffer in memory, and then to the log file, most commonly when the log buffer is full or a commit occurs.
写操作完成之后,它刷新文件缓冲区并解除文件锁。
On completion of the writing, it flushes the file buffers and unlocks the file.
该方法依靠FileStream类来适当地缓冲输入和输出文件,以便代码可以逐个字节地执行必要的处理。
This method relies on the FileStream class to buffer the input and output files appropriately, so that the code can work byte by byte to perform the necessary processing.
将磁盘的数据复制到缓冲区缓存,然后再复制文件数据时会出现多余的副本。
This copy occurs when the disk is copied to the buffer cache and then again from the file.
清单4和清单5显示了对循环缓冲区写入数据并且将其内容转储到文件的示例。
Listing 4 and Listing 5 show samples of writing the data to a ring buffer and dumping its contents to file.
更复杂的方法可能涉及更多资源,而不仅仅是两个文件和一个缓冲区,这使得问题变得更加复杂。
And with a more substantial method, which might involve more resources than just two files and a buffer, it gets even more complicated.
大多数文件系统都通过缓冲区缓存来相互通信,这种缓存通过缓存最近使用的数据来优化对物理设备的访问。
Most of the file systems communicate through a buffer cache, which is a cache that optimizes access to the physical devices by caching recently touched data.
用户可以使这些输出数据流入字符串、内部缓冲区、标准输出或文件。
Users can stream the output data into a string, an internal buffer, the standard output, or a file.
如果是在跟踪共享内存,跟踪缓冲区的大小将控制转储文件的大小。
If you are tracing to Shared memory, the size of the trace buffer controls the size of the dump file.
它会在当前正在编辑的文件下的缓冲区中显示验证结果。
It displays the results of the validation in a buffer below the file you are currently editing.
您可以非常简单地将它指向另外一个文件;从缓冲区中进行读取稍微有些困难。
You can point it at another file quite easily; it's a bit harder to, for instance, read from a buffer.
缓冲区缓存会缓存文件系统和相关块设备之间的请求。
The buffer cache buffers requests between the file systems and the block devices that they manipulate.
通过使用内存操作代替文件操作,循环缓冲区使得日志记录的效率更高。
A ring buffer makes logging efficient by using memory operations in place of file operations.
与传统的文件日志记录机制相比,循环缓冲区提供了下列优势。
A ring buffer provides the following advantages over the traditional file logging mechanism.
换句话说,将把数据缓冲区的所有脏位刷新到数据文件。
In other words, all dirty bits of the data buffer will be flushed to the data files.
缓存中缓存最近使用的缓冲区(页面),这些缓冲区可以快速提供给各个文件系统。
Instead, the most-recently used buffers (pages) are cached here and can be quickly provided back to the individual file systems.
文件系统层之下是缓冲区缓存,它为文件系统层提供了一个通用函数集(与具体文件系统无关)。
Below the file system layer is the buffer cache, which provides a common set of functions to the file system layer (independent of any particular file system).
缓冲区缓存——为存储从物理数据文件读取的数据块而分配的内存。
Buffer Cache - Memory allocated for storing data blocks read from physical data files.
缓冲区缓存——为存储从物理数据文件读取的数据块而分配的内存。
Buffer Cache - Memory allocated for storing data blocks read from physical data files.
应用推荐