Download for Windows Premium
Publicitate
database buffer cache

Traducere "database buffer cache" în japoneză

Nu am putut găsi această intrare. Se afișează rezultate aproximative. Verificați ortografia sau propuneți adăugarea acestui termen în dicționar.
データベース・バッファ・キャッシュ
The first time an Oracle user process requires a particular piece of data, it searches for the data in the database buffer cache. If the process finds the data already in the cache (a cache hit), it can read the data directly from memory. If the process cannot find the data in the cache (a cache miss), it must copy the data block from a datafile on disk into a buffer in the cache before accessing the data. Accessing data through a cache hit is faster than data accessed through a cache miss.
Oracleのユーザー・プロセスで初めて特定のデータが必要になったときには、データベース・バッファ・キャッシュにデータがないかどうかを検索します。すでにキャッシュ内にあるデータが見つかった場合(キャッシュ・ヒット)、メモリーからそのデータを直接読み込みます。キャッシュ内にデータが見つからない場合(キャッシュ・ミス)、データにアクセスする前に、ディスク上のデータ・ファイルからキャッシュ内のバッファへ、データ・ブロックをコピーする必要があります。キャッシュ・ヒットの場合のデータ・アクセスは、キャッシュ・ミスの場合のデータ・アクセスよりも高速です。
When a buffer in the database buffer cache is modified, it is marked dirty. The primary job of the DBWn process is to keep the buffer cache clean by writing dirty buffers to disk. As user processes dirty buffers, the number of free buffers diminishes. If the number of free buffers drops too low, user processes that must read blocks from disk into the cache are not able to find free buffers. DBWn manages the buffer cache so that user processes can always find free buffers.
データベース・バッファ・キャッシュ内のバッファが変更されると、そのバッファは使用済としてマークされます。DBWnプロセスでは、プライマリ・ジョブとして、使用済バッファをディスクに書き込み、バッファ・キャッシュをクリーンに保ちます。バッファがユーザー・プロセスにより使用されると、使用可能バッファの数が減少します。使用可能バッファの数が減りすぎると、ディスクからキャッシュにブロックを読み込む必要のあるユーザー・プロセスで使用可能バッファを見つけられなくなります。DBWnは、ユーザー・プロセスで使用可能バッファを常に見つけられるようにバッファ・キャッシュを管理します。
Buffer Cache - Holds copies of data blocks read from user processes concurrently connected to the instance share access to the database buffer cache.
バッファ・キャッシュ: データ・ファイルから読み取られたデータ・ブロックのコピーが保持されます。インスタンスに同時に接続されているすべてのユーザー・プロセスは、データベース・バッファ・キャッシュへのアクセスを共有します。
The database writer process (DBWn) writes the contents of buffers to DBWn processes are responsible for writing modified (dirty) buffers in the database buffer cache to disk.
データベース・ライター・プロセス(DBWn)は、バッファの内容をデータ・ファイルに書き込みます。また、DBWnプロセスは、データベース・バッファ・キャッシュの変更済(使用済)バッファをディスクに書き込みます。
This metric represents the number of disk reads per transaction during the sample period. When a user performs a SQL query, Oracle tries to retrieve the data from the database buffer cache (memory) first, then goes to disk if it is not in memory already. Reading data blocks from disk is much more expensive than reading the data blocks from memory. The goal with Oracle should always be to maximize memory utilization.
このメトリックは、サンプル期間中の1トランザクション当たりのディスク読込み回数を表します。ユーザーがSQL問合せを実行すると、Oracleでは、最初にデータベース・バッファ・キャッシュ(メモリー)からのデータの取得を試行し、メモリー内に存在しない場合はディスクを検索します。ディスクからのデータ・ブロックの読込みは、メモリーからのデータ・ブロックの読込みよりもはるかにコストがかかります。Oracleでは、メモリー使用率を常に最大にすることを目標としています。
The database writer writes modified blocks from the database buffer cache to the files on disk. Oracle Database allows a maximum of 20 database writer processes.
データベース・ライターはディスクにあるファイルに対してデータベース・バッファ・キャッシュから変更ブロックを書き込みます。Oracle Databaseは最高で20のデータベース・ライター・プロセスを行います。
Enter the size in bytes for the database buffer cache. This is the portion of the SGA that holds copies of data blocks read from data files.The initialization parameter specifies the number of buffers in the database buffer cache.
データベース・バッファ・キャッシュのサイズを、バイト単位で入力します。これは、データファイルから読み取ったデータ・ブロックのコピーを保持するSGAの一部です。初期化パラメータには、データベース・バッファ・キャッシュのバッファ数を指定します。
Nici un rezultat pentru acest sens.

Sinonime și analogii pentru "database buffer cache" în limba Română

Cuvântul și expresia zilei
Imaginea zilei
needle: thin, pointed metal tool used for sewing
Află cuvântul
Publicitate

Rezultate: 7. Exacte: 7. Timp de răspuns: 16 ms.