Download for Windows Premium
Publiciteit
buffer cache of another instance

Examples with "buffer cache of another instance" and their translation in Japans

We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
If accessing a database block of any class does not locate a buffered copy in the local cache, a global cache operation is initiated. Before reading a block from disk, an attempt is made to find the block in the buffer cache of another instance. If the block is in another instance, a version of the block may be shipped. Two different types of blocks are distinguished: current and consistent read blocks.
ローカル・キャッシュ内にバッファ・コピーがないクラスデータベース・ブロックにアクセスすると、グローバル・キャッシュ操作が開始されます。ディスクからブロックを読み取る前に、別のインスタンスのバッファ・キャッシュでブロックの検索が試行されます。別のインスタンスにそのブロックが存在する場合は、ブロックのバージョンが送信されることがあります。2種類のブロック(現行のブロックおよび読取り一貫性ブロック)が識別されます。
When a process attempts to access a data block, it first tries to locate a copy of the data block in the local buffer cache. If a copy of the data block is not found in the local buffer cache, a global cache operation is initiated. Before reading a data block from disk, the process attempts to find the data block in the buffer cache of another instance. If the data block is in the buffer cache of another instance, Cache Fusion transfers a version of the data block to the local buffer cache, rather than having one database instance write the data block to disk and requiring the other instance to reread the data block from disk. For example, after the sales1 instance loads a data block into its buffer cache, the sales2 instance can more quickly acquire the data block from the sales1 instance by using Cache Fusion rather than by reading the data block from disk.
プロセスは、データ・ブロックへのアクセスを試行する際、まずローカル・バッファ・キャッシュ内でデータ・ブロックコピーを検索しようとします。データ・ブロックコピーがローカル・バッファ・キャッシュ内に見つからない場合、グローバル・キャッシュ操作が開始されます。データ・ブロックをディスクから読み取る前に、プロセスは別のインスタンスバッファ・キャッシュ内でデータ・ブロックを検索しようとします。データブロックが別のインスタンスのバッファ・キャッシュ内にある場合、キャッシュ・フュージョンでは、一方のデータベース・インスタンスにディスクへのデータ・ブロックの書込みを行わせてもう一方のインスタンスにディスクからのデータ・ブロックの再読取りを要求するのではなく、あるバージョンのデータ・ブロックをローカル・バッファ・キャッシュに転送します。たとえば、sales1インスタンスがデータ・ブロックをバッファ・キャッシュにロードした後、sales2インスタンスはキャッシュ・フュージョンを使用して、そのデータ・ブロックをディスクから読み取るかわりに、sales1インスタンスからすばやく取得できます。

Andere resultaten

If a logical read fails to find a copy of the buffer in the local cache, it attempts to find the buffer in the database cache of a remote instance. If the block is present in another database, it is sent to the current instance. This graph shows the amount of blocks received.
論理読取りでローカル・キャッシュバッファのコピーが検出されないと、リモート・インスタンスのデータベース・キャッシュにあるバッファの検索が行われます。別のデータベースにブロックが存在する場合は、現在のインスタンスに送信されます。このグラフは、受信したブロックの量を表します。
Cache Fusion enhances the performance of Oracle RAC by utilizing a high-speed interconnect to send data blocks to another instance's buffer cache. The high-speed interconnect should be a private network with the highest bandwidth to maximize performance.
キャッシュ・フュージョンは、高速インターコネクトを使用してデータ・ブロックを別のインスタンスバッファ・キャッシュに送ることにより、Oracle RACパフォーマンスを強化します。高速インターコネクトは、パフォーマンスを最適化するバンド幅が最も大きいプライベート・ネットワークになります。
The global cache block transfer rate shows the total aggregated number of data blocks received by all instances in the cluster by way of an interconnect. If a logical read fails to find a copy of the buffer in the local cache, it attempts to find the buffer in the database cache of a remote instance. If the block is present in another database, it is sent to the current instance.
≪グローバル・キャッシュ・ブロック転送率|Global Cache Block Transfer Rate|emdw≫は、インターコネクト経由でクラスタ内すべてのインスタンスにより受信されたデータ・ブロック全集計数を示します。論理読取りでローカル・キャッシュ内にバッファのコピーが検出されないと、リモート・インスタンスのデータベース・キャッシュバッファの検索が行われます。そのブロックが別のデータベースに存在する場合は、現在のインスタンスに送信されます。
Each database instance in an Oracle RAC database uses its own memory structures and background processes. Oracle RAC uses Cache Fusion to synchronize the data stored in the buffer cache of each database instance. Cache Fusion moves current data blocks (which reside in memory) between database instances, rather than having one database instance write the data blocks to disk and requiring another database instance to reread the data blocks from disk. When a data block located in the buffer cache of one instance is required by another instance, Cache Fusion transfers the data block directly between the instances using the interconnect, enabling the Oracle RAC database to access and modify data as if the data resided in a single buffer cache.
Oracle RACデータベース内の各データベース・インスタンスは、独自のメモリー構造およびバックグラウンドプロセスを使用します。Oracle RACは、キャッシュ・フュージョンを使用して、各データベース・インスタンスのバッファ・キャッシュに格納されたデータを同期化します。キャッシュ・フュージョンでは、あるデータベース・インスタンスがデータ・ブロックをディスクへ書き込むようにし、さらに別のデータベース・インスタンスにデータブロックをディスクから再読込みするよう要求するではなく、現在のデータ・ブロック(メモリーに常駐)をデータベース・インスタンス間で移動します。あるインスタンスのバッファ・キャッシュに存在するデータ・ブロックが別のインスタンスで必要になると、キャッシュ・フュージョンはインターコネクトを使用してそのデータ・ブロックをインスタンス間で直接転送します。このため、Oracle RACデータベースでは、データへのアクセスやデータの変更を、データが単一のバッファ・キャッシュに存在するかのように行うことができます。
If only manual shared memory management is enabled, you can get advice on sizing the shared pool, buffer cache, and instance PGA.
手動共有メモリー管理のみが有効になっている場合は、共有プール、バッファ・キャッシュおよびインスタンスPGAのサイズ設定に関するアドバイスを取得できます。
Analysis of instance memory structures, including buffer cache, shared pool, and redo buffer
バッファ・キャッシュ、共有プール、REDOバッファなど、インスタンス・メモリ構造の分析
Buffer Cache - Holds copies of data blocks read from user processes concurrently connected to the instance share access to the database buffer cache.
バッファ・キャッシュ: データ・ファイルから読み取られたデータ・ブロックのコピーが保持されます。インスタンスに同時に接続されているすべてのユーザー・プロセスは、データベース・バッファ・キャッシュへのアクセスを共有します。
Alternatively, you can give a pre-filled dictionary (copied from another instance of the same kind of cache) to start cache with some data already in it.
あるいは 、 ( 同じ種類のキャッシュからコピーされた)辞書をストレージとして渡すことで、 既にエントリがある状態のキャッシュを作ることもできます。
Shows the percentage of logical read operations that retrieved data from the buffer cache of other instances by way of Direct Memory Access and from disk. It is essentially a profile of how much work is performed in the local buffer cache, rather than the portion of remote references and physical reads, which both have higher latencies.
このグラフは、ダイレクト・メモリー・アクセスを経由して他のインスタンスバッファ・キャッシュからデータを読み取る論理読取り操作、およびディスクからデータを取得する論理読取りの割合を表します。これは、長い待ち時間を持つリモート参照および物理読取り以外の部分ではなく、ローカル・バッファ・キャッシュにおける処理量のプロファイルです。
Data block reads issued from the instance. These are data file reads issued by foregrounds to read the blocks into buffer cache or data file reads by foregrounds for direct reads (query operations).
インスタンスから発行されたデータ・ブロック読取り。これらは、バッファ・キャッシュへのブロックの読取り用にフォアグラウンドによって発行されたデータ・ファイル読取り、またはフォアグラウンドによる直接読取り(クエリー操作)用のデータ・ファイル読取りです。
Data block writes issued from the instance. This includes data block writes issued by the database writer (dbwr) process from buffer cache and writes issued by foregrounds as part of direct load operations.
インスタンスから発行されたデータ・ブロック書込み。データベース・ライター(dbwr)プロセスによってバッファ・キャッシュから発行されたデータ・ブロック書込み、および直接ロード操作の一部としてフォアグラウンドによって発行された書込みも、これに含まれます。
Er zijn geen resultaten gevonden voor deze term.
Woord & uitdrukking van de dag
Afbeelding van de dag
needle: thin, pointed metal tool used for sewing
Ontdek het woord
Publiciteit

Resultaten: 252030. Exact: 2. Verstreken tijd: 92 ms.