Download for Windows Premium
Publiciteit
client-side cache

Examples with "client-side cache" 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.
Because users are working with disconnected Recordset objects on a client-side cache, there may be multiuser issues. For instance, when two different users try to update the same record, Remote Data Service simply allows the user who updates the record first to win. The second user's update request will fail with an error.
ユーザーは、クライアント側のキャッシュ上の接続されていない Recordset オブジェクトで作業するため、マルチユーザーの場合は問題になることがあります。たとえば、2 人のユーザーが同じレコードを更新しようとした際、リモート データ サービスは単純に先に操作を行ったユーザーの更新を受け付けます。2 番目のユーザーの更新要求はエラーになって失敗します。
Because users are working with disconnected Recordset objects on a client-side cache, there may be multiuser issues.
ユーザーは、クライアント側のキャッシュ上の接続されていない Recordset オブジェクトで作業するため、マルチユーザーの場合は問題になることがあります。
Oracle Data Provider for.NET provides a notification framework that supports Continuous Query Notification, enabling applications to receive notifications when there is a change in a query result set, schema objects, or the state of the database. Using Continuous Query Notification, an application can maintain the validity of the client-side cache (for example, the ADO.NET DataSet) easily.
Oracle Data Provider for.NETでは、Continuous Query Notificationをサポートする通知フレームワークが提供され、問合せ結果セット、スキーマ・オブジェクトまたはデータベースの状態に変更があったときにアプリケーションが通知を受け取れます。Continuous Query Notificationを使用すると、アプリケーションでは、クライアント側のキャッシュ妥当性(ADO.NET DataSetなど)を簡単に維持できます。
Client-side cache: Persistent write-back and persistent read-only cache Quality of Service: Limit the client R/W IOPS, throughput Snapshot & rollback: Create snapshots of the images to retain a history of an image's state.
クライアント側キャッシュ:永続的なライトバックと永続的な読み取り専用キャッシュ サービス品質:クライアントのR/ W IOPS、スループットを制限する スナップショットとロールバック:画像のスナップショットを作成して、画像の状態の履歴を保持します。
The SortColumn, SortDirection, FilterValue, FilterCriterion, and FilterColumn properties provide sorting and filtering functionality on the client-side cache. The sorting functionality orders records by values from one column. The filtering functionality displays a subset of records based on find criteria, while the full Recordset is maintained in the cache. The Reset method will execute the criteria and replace the current Recordset with an updatable Recordset.
SortColumn プロパティ、SortDirection プロパティ、FilterValue プロパティ、FilterCriterion プロパティ、および FilterColumn プロパティは、クライアント側のキャッシュ上でソート機能とフィルタ機能を提供します。ソート機能では、列の値でレコードが並べ替えられます。フィルタ機能は、すべての Recordset をキャッシュに保持したまま、検索条件に基づいてレコードのサブセットを表示します。Reset メソッドは、条件を実行し、現在の Recordset を更新可能な Recordset に置き換えます。

Andere resultaten

For mobile applications, it's particularly important the usage of client side cache, to boost performance and decrease the number of server calls.
モバイルアプリケーションでは、クライアント側キャッシュを利用してパフォーマンスを向上させ、サーバー呼び出し回数を減らすことが特に重要です。
These are the possible levels of cache (and their visual representation): Client Side Cache Local cache of specific data for a user.
以下は、可能なキャッシュレベル(およびそれぞれの視覚的表現)です。 クライアント側のキャッシュ ユーザーの固有データのローカルキャッシュ
An integer specifying the maximum size for the client-side object cache.
クライアント側のオブジェクト・キャッシュの最大サイズを示す整数。
The Oracle collection associated with an OCollection is created in the client side object cache.
OCollectionに関連付けられたOracleコレクションは、クライアント側のオブジェクト・キャッシュに作成されます。
Sets the optimal size for the client-side object cache in bytes. The default value is 200K bytes.
クライアント側のオブジェクト・キャッシュの最適サイズをバイト単位で設定します。デフォルト値は200KBです。
Prepared statements with bound parameters are not only more portable, more convenient, immune to SQL injection, but are often much faster to execute than interpolated queries, as both the server and client side can cache a compiled form of the query.
バインドパラメータを用いるプリペアドステートメントは、補間されたクエリした場合に比べ、移植性や利便性に優れ、SQL インジェクションに対する免疫力を持つだけでなくしばしばより高速で、サーバやクライアント側でコンパイル済みの形式でクエリをキャッシュする事が可能です。
Sets the maximum size (high watermark) for the client-side object cache as a percentage of the optimal size. The default value is 10%.
クライアント側のオブジェクト・キャッシュの最大サイズ(最高水位標)を、最適サイズに対するパーセントで設定します。デフォルト値は10%です。
This parameter increases the client side object cache size. If the memory occupied by the objects currently in the cache exceeds the high water mark (maximum object cache size), then the cache automatically begins to free unmarked objects which have a pin count of zero. The cache continues freeing such objects until memory usage in the cache reaches the optimal size, or until it runs out of objects eligible for freeing. This parameter should be set to appropriate value so that object cache can accomadate all the fetched object instance from Oracle server. This is property is usefull for performance tuning for accessing Oracle object instance.
このパラメータは、クライアント側のオブジェクト・キャッシュ・サイズを増加します。キャッシュ内で現在オブジェクトが占有するメモリーが最高水位標(最大オブジェクト・キャッシュ・サイズ)を超えた場合、キャッシュは自動的にマークされていないオブジェクト(確保カウントがゼロのオブジェクト)を解放し始めます。キャッシュ内のメモリー使用が最適サイズになるまで、または解放できるオブジェクトがなくなるまで、このようなオブジェクトの解放が続きます。オブジェクト・キャッシュがOracleサーバーから取り出したすべてのオブジェクト・インスタンスが格納できるように、このパラメータを適切な値に設定する必要があります。Oracleオブジェクト・インスタンスのアクセス用にパフォーマンスを調整する際に、このプロパティは有用です。
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor client-side cache in het Engels

Woord & uitdrukking van de dag
Afbeelding van de dag
nest: structure built by birds for laying eggs
Ontdek het woord
Publiciteit

Resultaten: 29. Exact: 5. Verstreken tijd: 42 ms.