JP2006511876A5 - - Google Patents

Download PDF

Info

Publication number
JP2006511876A5
JP2006511876A5 JP2004564792A JP2004564792A JP2006511876A5 JP 2006511876 A5 JP2006511876 A5 JP 2006511876A5 JP 2004564792 A JP2004564792 A JP 2004564792A JP 2004564792 A JP2004564792 A JP 2004564792A JP 2006511876 A5 JP2006511876 A5 JP 2006511876A5
Authority
JP
Japan
Prior art keywords
query
database
new
local
cache
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2004564792A
Other languages
Japanese (ja)
Other versions
JP2006511876A (en
JP4416663B2 (en
Filing date
Publication date
Priority claimed from US10/328,229 external-priority patent/US6950823B2/en
Application filed filed Critical
Publication of JP2006511876A publication Critical patent/JP2006511876A/en
Publication of JP2006511876A5 publication Critical patent/JP2006511876A5/ja
Application granted granted Critical
Publication of JP4416663B2 publication Critical patent/JP4416663B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Claims (12)

少なくとも1つの遠隔サーバに向けられたデータベース照会にローカル・サーバが応じるための方法(400)であって、
前記遠隔サーバの従前のデータベース照会の結果を動的にキャッシュに入れ(414)、
ローカル・データベースを前記ローカル・サーバと関連付け(420)、
共有テーブル内の複数のキャッシュ結果を前記ローカル・データベースに格納し(422)、
前記ローカル・サーバによって新しいデータベース照会に応じる(412)際に前記複数のキャッシュ結果を用いる段階を含み、
前記格納する段階が、
単一のデータベース・テーブル上の簡単な照会(304)及び上位N個の照会(305)の結果を共有基本テーブルに挿入し、
結合照会の結果を共有結合テーブル内に保管し、
全ての前記共有基本テーブル及び共有結合テーブルを含む共有テーブル・リポジトリを形成し、
複合照会の結果を、照会結果ごとに1つずつ別個のテーブルに格納し、
前記複数の別個のテーブルから完全一致リポジトリを形成する、
段階を含む方法。
A method (400) for a local server to respond to a database query directed to at least one remote server, comprising:
Dynamically cache the results of previous database queries of the remote server (414);
Associating a local database with the local server (420);
Storing a plurality of cache results in a shared table in the local database (422);
Using the plurality of cache results in responding (412) to a new database query by the local server ;
The storing step comprises:
Insert the results of a simple query (304) and top N queries (305) on a single database table into a shared base table;
Store the results of the join query in a shared join table;
Forming a shared table repository including all the shared base tables and shared join tables;
Store the results of the combined query in a separate table, one for each query result,
Forming an exact match repository from the plurality of separate tables;
A method comprising stages.
前記挿入する段階が、The inserting step comprises:
単純照会が最初に基本テーブルに受信されるたびに、起点サーバ内の基本テーブルに対応するように、前記キャッシュ内に単一のローカル・テーブルを作成し、Each time a simple query is first received in the base table, create a single local table in the cache to correspond to the base table in the origin server,
前記単純照会の結果を前記ローカル・テーブルに挿入し、Inserting the result of the simple query into the local table;
前記基本テーブルへの次の単純照会の全ての結果を前記ローカル・テーブルに挿入する、Insert all the results of the next simple query into the base table into the local table;
段階を含む、請求項1に記載の方法。The method of claim 1, comprising steps.
前記保管する段階が、The storing step comprises:
結合照会における各々の結合条件及びテーブル・リストに対応するように、前記キャッシュ内にローカル結合テーブルを作成し、Create a local join table in the cache to correspond to each join condition and table list in the join query;
同じ前記テーブル・リスト上にあり、同じ前記結合条件を有する次の前記結合照会の全ての結果を前記ローカル結合テーブルに挿入する、Inserting all results of the next join query on the same table list and having the same join condition into the local join table;
段階を含む、請求項1に記載の方法。The method of claim 1, comprising steps.
前記試みる段階が、The step of trying is
前記新しい照会の選択リスト内の列のリストがマッチング照会のものに含まれ、該新しい照会の述部がマッチング照会の述部のものを論理的に含み、該新しい照会の種々の節において記載される全ての列が、前記マッチング照会の前記選択リスト内に含まれるという条件を満たす、キャッシュに入れられたマッチング照会を見つけ出し、A list of columns in the selection list of the new query is included in the matching query, and the predicate of the new query logically includes that of the matching query predicate and is described in various sections of the new query. Find a cached matching query that satisfies the condition that all columns are included in the selection list of the matching query;
前記新しい照会の選択リスト内の列の前記リストが、前記マッチング照会の各々の1つのものに含まれ、全ての述部が論理OR演算子によって接続されるとき、該新しい照会の述部が、前記マッチング照会述部の全ての分離によって形成された述部のものを論理的に含み、該新しい照会の種々の節において記載される全ての列が、マッチング照会の各々の前記選択リスト内に含まれるという条件を満たす、キャッシュに入れられたマッチング照会の組を見つけ出す、When the list of columns in the new query selection list is included in each one of the matching queries and all predicates are connected by a logical OR operator, the new query predicates are: Logically includes those of predicates formed by all separation of the matching query predicates, and all columns described in the various sections of the new query are included in the select list of each of the matching queries Find a set of cached matching queries that satisfy
段階の少なくとも1つを含む、請求項2に記載の方法。The method of claim 2 comprising at least one of the steps.
少なくとも1つの遠隔サーバに向けられたデータベース照会にローカル・サーバが応じるための方法(400)であって、A method (400) for a local server to respond to a database query directed to at least one remote server, comprising:
前記遠隔サーバの従前のデータベース照会の結果を動的にキャッシュに入れ(414)、Dynamically cache the results of previous database queries of the remote server (414);
ローカル・データベースを前記ローカル・サーバと関連付け(420)、Associating a local database with the local server (420);
共有テーブル内の複数のキャッシュ結果を前記ローカル・データベースに格納し(422)、Storing a plurality of cache results in a shared table in the local database (422);
前記ローカル・サーバによって新しいデータベース照会に応じる(412)際に前記複数のキャッシュ結果を用いる段階を含み、Using the plurality of cache results in responding (412) to a new database query by the local server;
前記用いる段階が、The step of using comprises
前記照会が複雑な場合に、完全一致リポジトリにおいて前記新しい照会への応答を検索し、If the query is complex, search the exact match repository for responses to the new query,
前記新しい照会が複雑でない場合に、共有テーブル・リポジトリにおいて前記データから該新しい照会への応答をサブ選択する、Subselecting a response to the new query from the data in a shared table repository if the new query is not complex;
段階の少なくとも1つを含み、Including at least one of the stages;
前記検索する段階が、The searching step includes
前記新しい照会の前記SQL文字列が前記完全一致リポジトリ内に見出された場合に、該SQL文字列に対応する前記キャッシュ内の照会結果を前記アプリケーションに戻し、If the SQL string of the new query is found in the exact match repository, return the cached query result corresponding to the SQL string to the application;
前記新しい照会の前記SQL文字列が前記完全一致リポジトリ内に見出されない場合に、該新しい照会を前記起点サーバに送信し、If the SQL string of the new query is not found in the exact match repository, send the new query to the origin server;
前記新しい照会の前記SQL文字列が前記完全一致リポジトリ内に見出されない場合に、受信した前記照会結果を前記完全一致リポジトリに挿入し、If the SQL string of the new query is not found in the exact match repository, insert the received query result into the exact match repository;
前記新しい照会の前記SQL文字列が前記完全一致リポジトリ内に見出されない場合に、キャッシュ内の前記照会結果を前記新しい照会のSQL文字列と関連付ける、Associating the query result in the cache with the SQL string of the new query if the SQL string of the new query is not found in the exact match repository;
段階を含む方法。A method comprising stages.
前記共有テーブルのクリーニングが、Cleaning the shared table
前記共有テーブルから各テーブル内の制御列を形成し、Forming a control column in each table from the shared table;
前記制御列内のエントリを偽に設定し、Set the entry in the control column to false;
前記共有テーブル内で維持されることになる良好な照会を特定し、Identify good queries that will be maintained in the shared table;
前記良好な照会についての応答に属する行に対応する、前記制御列内の全てのエントリに印を付け、Mark all entries in the control column that correspond to rows belonging to responses for the good query,
前記制御列のエントリが依然として偽である前記共有テーブル内のいずれかの行を削除する、Delete any row in the shared table whose entry in the control column is still false;
段階を含む、請求項5に記載の方法。6. A method according to claim 5, comprising steps.
少なくとも1つの遠隔サーバに向けられたデータベース照会にローカル・サーバが応じるための方法(400)であって、A method (400) for a local server to respond to a database query directed to at least one remote server, comprising:
前記遠隔サーバの従前のデータベース照会の結果を動的にキャッシュに入れ(414)、Dynamically cache the results of previous database queries of the remote server (414);
ローカル・データベースを前記ローカル・サーバと関連付け(420)、Associating a local database with the local server (420);
共有テーブル内の複数のキャッシュ結果を前記ローカル・データベースに格納し(422)、Storing a plurality of cache results in a shared table in the local database (422);
前記ローカル・サーバによって新しいデータベース照会に応じる(412)際に前記複数のキャッシュ結果を用いる段階を含み、Using the plurality of cache results in responding (412) to a new database query by the local server;
前記用いる段階が、The step of using comprises
前記照会が複雑な場合に、完全一致リポジトリにおいて前記新しい照会への応答を検索し、If the query is complex, search the exact match repository for responses to the new query,
前記新しい照会が複雑でない場合に、共有テーブル・リポジトリにおいて前記データから該新しい照会への応答をサブ選択する、Subselecting a response to the new query from the data in a shared table repository if the new query is not complex;
段階の少なくとも1つを含み、Including at least one of the stages;
前記サブ選択する段階が、The sub-selecting step comprises:
前記新しい照会の結果の組の結果が、包含関係チェッカを有するキャッシュに入れられた照会結果のユニオン内に含まれることを証明しようと試み、Attempting to prove that the result of the new query result set is contained within a cached query result union having an containment checker;
前記証明を試みる段階がうまく完了した場合に、前記新しい照会において記載される前記テーブルをローカル・テーブル名に置き換え、If the proof-attempting step is successfully completed, replace the table described in the new query with a local table name;
前記証明を試みる段階がうまく完了した場合に、前記共有テーブル・リポジトリ上の前記新しい照会を評価し、Evaluate the new query on the shared table repository when the proof-attempting step is successfully completed;
前記照会が上位N個の照会である場合に、ローカル・キャッシュから受信した行数を数え、前記行数が、前記アプリケーションによって要求される行数を超えない場合に、前記新しい照会を再書き込みし、再書き込みされた照会を作成し、前記再書き込みされた照会を起点に送信し、前記起点サーバから受信した前記結果を共有テーブル・リポジトリに格納し、該再書き込みされた照会の述部を該共有テーブル・リポジトリの索引に付加し、該共有テーブル・リポジトリ上の該照会を評価し、前記評価段階の結果を前記アプリケーションに戻す、If the query is the top N queries, count the number of rows received from the local cache and rewrite the new query if the number of rows does not exceed the number of rows required by the application Create a rewritten query, send the rewritten query to an origin, store the results received from the origin server in a shared table repository, and write the rewritten query predicate to the Append to the index of the shared table repository, evaluate the query on the shared table repository, and return the result of the evaluation stage to the application;
段階を含む方法。A method comprising stages.
前記再書き込みする段階が、Said rewriting step comprises:
アクセスされたテーブルの一次キーを前記照会の選択リストに付加し、Append the primary key of the accessed table to the selection list of the query;
リソース・マネージャが、結果として生じる結果の組が大きすぎないか又はキャッシュに入れる価値があると推定する場合に、集約演算子を前記選択リストから落とし、If the resource manager assumes that the resulting set of results is not too large or worth caching, it removes the aggregation operator from the selection list,
前記照会によって要求される行数(N)を拡張し、より多くの行を検索する、Expand the number of rows required by the query (N) and retrieve more rows;
段階を含む、請求項7に記載の方法。8. The method of claim 7, comprising the steps.
少なくとも1つの遠隔サーバに向けられたデータベース照会にローカル・サーバが応じるための方法(400)であって、A method (400) for a local server to respond to a database query directed to at least one remote server, comprising:
前記遠隔サーバの従前のデータベース照会の結果を動的にキャッシュに入れ(414)、Dynamically cache the results of previous database queries of the remote server (414);
ローカル・データベースを前記ローカル・サーバと関連付け(420)、Associating a local database with the local server (420);
共有テーブル内の複数のキャッシュ結果を前記ローカル・データベースに格納し(422)、Storing a plurality of cache results in a shared table in the local database (422);
前記ローカル・サーバによって新しいデータベース照会に応じる(412)際に前記複数のキャッシュ結果を用いる段階を含み、Using the plurality of cache results in responding (412) to a new database query by the local server;
従前の照会結果のデータ整合性を確保する段階をさらに含み、Further comprising ensuring data consistency of previous query results,
起点によって伝えられ、バックエンド・テーブルに適用された更新、削除、及び挿入を含むリフレッシュ・メッセージにデータ・キャッシュをサブスクライブし、Subscribe the data cache to refresh messages communicated by the origin and applied to backend tables, including updates, deletes, and inserts;
前記リフレッシュ・メッセージを受信するたびに、前記更新、削除、及び挿入を共有テーブル・リポジトリ内の局所的にキャッシュに入れられたテーブルに適用し、Each time the refresh message is received, apply the updates, deletes, and inserts to locally cached tables in a shared table repository;
リフレッシュ・メッセージにおいて参照される、前記完全一致リポジトリ内のいずれかの共有結合テーブルを変更されたものとして無効にし、Invalidate any shared join table in the exact match repository referenced in the refresh message as modified,
リフレッシュ・メッセージのタイムスタンプを、その効果が前記メッセージ内に含まれるいずれかのトランザクションの最大のタイムスタンプと等しいリフレッシュ・メッセージと関連付け、Associating a timestamp of the refresh message with a refresh message, the effect of which is equal to the maximum timestamp of any transaction contained within the message;
キャッシュに入れられた組のタイムスタンプを、前記キャッシュに適用された最後のリフレッシュ・メッセージのタイムスタンプと等しい従前の照会結果と関連付け、Associating a cached set of timestamps with a previous query result equal to the timestamp of the last refresh message applied to the cache;
新しい照会のタイムスタンプを新しい照会と関連付け、Associate a new query timestamp with the new query,
前記新しい照会のタイムスタンプを前記キャッシュに入れられた組のタイムスタンプと比較し、Comparing the timestamp of the new query with the cached set of timestamps;
前記新しい照会のタイムスタンプが前記キャッシュに入れられた組のタイムスタンプを超える場合に、応答を該新しい照会に挿入し、Inserting a response into the new query if the new query timestamp exceeds the cached set of timestamps;
前記新しい照会のタイムスタンプが前記キャッシュに入れられた組のタイムスタンプを超える場合に、データベース・サーバから保留のリフレッシュ・メッセージを検索する、Retrieve a pending refresh message from the database server if the timestamp of the new query exceeds the cached set of timestamps;
段階を含む方法。A method comprising stages.
データベース・サーバから検索された照会結果の組のデータ整合性を確保する方法(800)であって、A method (800) for ensuring data consistency of a set of query results retrieved from a database server, comprising:
起点によって伝えられ、バックエンド・テーブル(707)に適用された更新、削除、及び挿入を含むリフレッシュ・メッセージに前記データ・キャッシュをサブスクライブし、Subscribe the data cache to a refresh message that is communicated by the origin and applied to the backend table (707), including updates, deletes and inserts;
前記リフレッシュ・メッセージを受信するたびに、前記更新、削除、及び挿入を局所的にキャッシュに入れられたテーブル(704)に適用し、Each time the refresh message is received, apply the updates, deletes and inserts to a locally cached table (704);
タイムスタンプを、その効果が前記メッセージ内に含まれるいずれかのトランザクションの最大のタイムスタンプと等しいリフレッシュ・メッセージと関連付け、Associating a time stamp with a refresh message whose effect is equal to the maximum time stamp of any transaction contained within the message;
一組のタイムスタンプを、前記キャッシュに適用された最後のリフレッシュ・メッセージの前記タイムスタンプと等しい従前の照会結果と関連付け、Associating a set of timestamps with a previous query result equal to the timestamp of the last refresh message applied to the cache;
新しい照会のタイムスタンプを新しい照会と関連付け、Associate a new query timestamp with the new query,
前記新しい照会のタイムスタンプを前記組のタイムスタンプと比較し、Comparing the timestamp of the new query with the set of timestamps;
前記新しい照会のタイムスタンプが該組のタイムスタンプを超える場合に、該新しい照会への応答を挿入し、Inserting a response to the new query if the timestamp of the new query exceeds the set of timestamps;
前記新しい照会のタイムスタンプが前記組のタイムスタンプを超える場合に、前記データベース・サーバから保留のリフレッシュ・メッセージを検索する、Retrieving a pending refresh message from the database server if the timestamp of the new query exceeds the set of timestamps;
段階を含むことを特徴とする方法。A method comprising steps.
ローカル・アプリケーションによって実行される照会に基づいてデータを動的にキャッシュに入れ、データベース・サーバから検索された照会結果の組のデータ整合性を確保するための、エッジ・サーバ(109)を含むシステム(100)であって、A system including an edge server (109) for dynamically caching data based on a query executed by a local application and ensuring data consistency of a set of query results retrieved from a database server (100),
遠隔サーバの従前のデータベース照会の結果を動的にキャッシュに入れるための手段と、Means for dynamically caching the results of a remote database's previous database query;
ローカル・データベースをローカル・サーバと関連付けるための手段と、Means for associating a local database with a local server;
共有テーブル内の複数のキャッシュ結果を前記ローカル・データベースに格納するための手段と、Means for storing a plurality of cache results in a shared table in the local database;
前記ローカル・サーバによって新しいデータベース照会に応じる際に前記複数のキャッシュ結果を用いるための手段を含み、Means for using the plurality of cache results in responding to a new database query by the local server;
起点によって伝えられ、バックエンド・テーブルに適用された更新、削除、及び挿入を含むリフレッシュ・メッセージにデータ・キャッシュをサブスクライブするための手段と、Means for subscribing the data cache to refresh messages communicated by the origin and applied to backend tables, including updates, deletes and inserts;
前記リフレッシュ・メッセージを受信するたびに、前記更新、削除、及び挿入を局所的に前記キャッシュに入れられたテーブルに適用するための手段と、Means for applying the update, delete, and insert locally to the cached table each time the refresh message is received;
タイムスタンプを、その結果が前記メッセージ内に含まれるトランザクションのいずれかの最大の前記タイムスタンプに等しいリフレッシュ・メッセージと関連付けるための手段と、Means for associating a time stamp with a refresh message whose result is equal to the largest time stamp of any of the transactions contained within the message;
一組のタイムスタンプを、前記キャッシュに適用される最後のリフレッシュ・メッセージの前記タイムスタンプと等しい従前の照会結果と関連付けるための手段と、Means for associating a set of timestamps with a previous query result equal to the timestamp of the last refresh message applied to the cache;
新しい照会のタイムスタンプを新しい照会と関連付けるための手段と、Means for associating a new query timestamp with the new query;
前記新しい照会のタイムスタンプを前記組のタイムスタンプと比較するための手段と、Means for comparing the timestamp of the new query with the set of timestamps;
前記新しい照会のタイムスタンプが前記組のタイムスタンプを超える場合に、該新しい照会への応答を挿入するための手段と、Means for inserting a response to the new query if the timestamp of the new query exceeds the set of timestamps;
前記新しい照会のタイムスタンプが前記組のタイムスタンプを超える場合に、前記データベース・サーバから保留のリフレッシュ・メッセージを検索するための手段と、Means for retrieving a pending refresh message from the database server if the timestamp of the new query exceeds the set of timestamps;
を含むシステム。Including system.
ローカル・アプリケーションによって実行される照会に基づいてデータを動的にキャッシュに入れ、データベース・サーバから検索された照会結果の組のデータ整合性を確保するためのプログラムであって、前記プログラムが、コンピュータに、A program for dynamically caching data based on a query executed by a local application and ensuring data consistency of a set of query results retrieved from a database server, the program comprising: In addition,
遠隔サーバの従前のデータベース照会の結果を動的にキャッシュに入れ(414)、Dynamically cache the results of the remote server's previous database query (414);
ローカル・データベースを前記ローカル・サーバと関連付け(420)、Associating a local database with the local server (420);
共有テーブル内の複数のキャッシュ結果を前記ローカル・データベースに格納し(422)、Storing a plurality of cache results in a shared table in the local database (422);
前記ローカル・サーバによって新しいデータベース照会に応じる(412)際に前記複数のキャッシュ結果を用いる、Using the plurality of cache results in responding (412) to a new database query by the local server;
機能と、Function and
起点によって伝えられ、バックエンド・テーブルに適用された更新、削除、及び挿入を含むリフレッシュ・メッセージにデータ・キャッシュをサブスクライブし、Subscribe the data cache to refresh messages communicated by the origin and applied to backend tables, including updates, deletes, and inserts;
前記リフレッシュ・メッセージを受信するたびに、前記更新、削除、及び挿入を局所的にキャッシュに入れられたテーブルに適用し、Each time the refresh message is received, apply the updates, deletes, and inserts to a locally cached table;
タイムスタンプを、その効果が前記メッセージ内に含まれるいずれかのトランザクションの最大のタイムスタンプと等しいリフレッシュ・メッセージと関連付け、Associating a timestamp with a refresh message whose effect is equal to the maximum timestamp of any transaction contained within the message;
一組のタイムスタンプを前記キャッシュに適用された最後のリフレッシュ・メッセージの前記タイムスタンプと等しい従前の照会の結果と関連付け、Associating a set of timestamps with the result of a previous query equal to the timestamp of the last refresh message applied to the cache;
新しい照会のタイムスタンプを新しい照会と関連付け、Associate a new query timestamp with the new query,
前記新しい照会のタイムスタンプを前記組のタイムスタンプと比較し、Comparing the timestamp of the new query with the set of timestamps;
前記新しい照会のタイムスタンプが前記組のタイムスタンプを超える場合に、該新しい照会への応答を挿入し、Inserting a response to the new query if the timestamp of the new query exceeds the set of timestamps;
前記新しい照会のタイムスタンプが前記組のタイムスタンプを超える場合に、前記データベース・サーバから保留のリフレッシュ・メッセージを検索する、Retrieving a pending refresh message from the database server if the timestamp of the new query exceeds the set of timestamps;
機能を、Function,
実行させるプログラム。The program to be executed.
JP2004564792A 2002-12-23 2003-10-14 Transparent network edge data cache Expired - Fee Related JP4416663B2 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/328,229 US6950823B2 (en) 2002-12-23 2002-12-23 Transparent edge-of-network data cache
PCT/US2003/032778 WO2004061716A1 (en) 2002-12-23 2003-10-14 A transparent edge-of-network data cache

Publications (3)

Publication Number Publication Date
JP2006511876A JP2006511876A (en) 2006-04-06
JP2006511876A5 true JP2006511876A5 (en) 2008-12-18
JP4416663B2 JP4416663B2 (en) 2010-02-17

Family

ID=32680768

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004564792A Expired - Fee Related JP4416663B2 (en) 2002-12-23 2003-10-14 Transparent network edge data cache

Country Status (12)

Country Link
US (1) US6950823B2 (en)
EP (1) EP1581886B1 (en)
JP (1) JP4416663B2 (en)
KR (1) KR100745883B1 (en)
CN (1) CN1708757B (en)
AT (1) ATE472774T1 (en)
AU (1) AU2003279289A1 (en)
CA (1) CA2507014C (en)
DE (1) DE60333230D1 (en)
IL (1) IL169267A0 (en)
TW (1) TWI262406B (en)
WO (1) WO2004061716A1 (en)

Families Citing this family (111)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2003060707A1 (en) * 2002-01-11 2003-07-24 Akamai Technologies, Inc. Java application framework for use in a content delivery network (cdn)
US7499910B2 (en) * 2002-06-27 2009-03-03 Siebel Systems, Inc. Detecting and processing cache hits for queries with aggregates
US7277718B2 (en) * 2002-07-22 2007-10-02 Cingular Wireless Ii, Llc Methods and apparatus for formatting information for a communication
JP4007594B2 (en) * 2002-09-26 2007-11-14 株式会社東芝 Moving picture coding apparatus and method, moving picture coding system conversion apparatus and method
US7089235B2 (en) * 2003-04-17 2006-08-08 International Business Machines Corporation Method for restricting queryable data in an abstract database
US20040236726A1 (en) * 2003-05-19 2004-11-25 Teracruz, Inc. System and method for query result caching
US7624126B2 (en) * 2003-06-25 2009-11-24 Microsoft Corporation Registering for and retrieving database table change information that can be used to invalidate cache entries
US7467131B1 (en) * 2003-09-30 2008-12-16 Google Inc. Method and system for query data caching and optimization in a search engine system
US9176719B2 (en) * 2004-02-26 2015-11-03 International Business Machines Corporation Resolving prerequisites for a client device in an open service gateway initiative (OSGI) framework
US7478396B2 (en) * 2004-03-22 2009-01-13 International Business Machines Corporation Tunable engine, method and program product for resolving prerequisites for client devices in an open service gateway initiative (OSGi) framework
US7337164B2 (en) * 2004-03-31 2008-02-26 Sap Ag Fast search with very large result set
US7840557B1 (en) * 2004-05-12 2010-11-23 Google Inc. Search engine cache control
US7457796B2 (en) * 2004-07-08 2008-11-25 International Business Machines Corporation Method using virtual replicated tables in a cluster database management system
US7395258B2 (en) * 2004-07-30 2008-07-01 International Business Machines Corporation System and method for adaptive database caching
US20060095403A1 (en) * 2004-11-03 2006-05-04 International Business Machines Corporation Method, system and program product for filtering model objects
US20060294088A1 (en) * 2005-06-27 2006-12-28 International Business Machines Corporation Method, system, and computer program product for caching dynamically generated queries
US8468152B2 (en) * 2005-08-04 2013-06-18 International Business Machines Corporation Autonomic refresh of a materialized query table in a computer database
GB0517585D0 (en) * 2005-08-30 2005-10-05 Ramakrishna Madhusudana Intuitive search which delivers fast results on the mobile phone
US20070143344A1 (en) * 2005-12-15 2007-06-21 International Business Machines Corporation Cache maintenance in a distributed environment with functional mismatches between the cache and cache maintenance
CN101005649A (en) * 2006-01-19 2007-07-25 华为技术有限公司 Connecting and establishing method and system for multiple communication traffic
US7809882B1 (en) 2006-01-24 2010-10-05 Verizon Services Corp. Session independent backend data cache system
US7765275B2 (en) * 2006-01-27 2010-07-27 International Business Machines Corporation Caching of private data for a configurable time period
US20070185836A1 (en) * 2006-02-09 2007-08-09 Handy-Bosma John H Method for caching faceted search results
US8384700B2 (en) * 2007-01-26 2013-02-26 Microsoft Corporation Linked shell
US7805425B2 (en) 2006-04-28 2010-09-28 Microsoft Corporation Efficient database lookup operations
JP4920303B2 (en) * 2006-05-17 2012-04-18 株式会社野村総合研究所 Data processing system
US8015547B2 (en) * 2006-06-29 2011-09-06 Augusta Systems, Inc. Reconfigurable, hierarchical component-based architecture and framework and methods for rapidly developing sensor device-enabling software applications
US7735060B2 (en) * 2006-06-29 2010-06-08 Augusta Systems, Inc. Method and system for rapidly developing and deploying sensor-enabled software applications
US20080005721A1 (en) * 2006-06-29 2008-01-03 Augusta Systems, Inc. Method and System for Rapidly Developing Sensor-Enabled Software Applications
US8095923B2 (en) * 2006-06-29 2012-01-10 Augusta Systems, Inc. System and method for deploying and managing intelligent nodes in a distributed network
US7698505B2 (en) * 2006-07-14 2010-04-13 International Business Machines Corporation Method, system and computer program product for data caching in a distributed coherent cache system
US7660787B2 (en) * 2006-07-19 2010-02-09 International Business Machines Corporation Customized, personalized, integrated client-side search indexing of the web
US7831620B2 (en) * 2006-08-31 2010-11-09 International Business Machines Corporation Managing execution of a query against a partitioned database
US7962442B2 (en) * 2006-08-31 2011-06-14 International Business Machines Corporation Managing execution of a query against selected data partitions of a partitioned database
US20080065590A1 (en) * 2006-09-07 2008-03-13 Microsoft Corporation Lightweight query processing over in-memory data structures
US7451225B1 (en) * 2006-09-12 2008-11-11 Emc Corporation Configuring a cache prefetch policy in a computer system employing object addressable storage
US10296629B2 (en) * 2006-10-20 2019-05-21 Oracle International Corporation Server supporting a consistent client-side cache
US9697253B2 (en) * 2006-10-20 2017-07-04 Oracle International Corporation Consistent client-side cache
US7814234B2 (en) * 2006-10-30 2010-10-12 Microsoft Corporation Offline execution of web based applications
US8452756B2 (en) 2006-11-09 2013-05-28 International Business Machines Corporation Database execution detail repository
US7814095B2 (en) * 2006-12-27 2010-10-12 Sybase, Inc. Optimizing the navigation of one-to-one and one-to-many relationships using query batching in named transactions
US7925900B2 (en) 2007-01-26 2011-04-12 Microsoft Corporation I/O co-processor coupled hybrid computing device
US7774354B2 (en) * 2007-08-02 2010-08-10 International Business Machines Corporation Method and system for response time optimization for task list retrieval from databases
US7752219B2 (en) * 2007-08-21 2010-07-06 International Business Machines Corporation Apparatus, system, and method for customized event processing using a JDBC resource adapter
US20090164521A1 (en) * 2007-12-20 2009-06-25 George Lo Method and system for integrating multiple authoring applications in a collaborative environment
US7912812B2 (en) * 2008-01-07 2011-03-22 International Business Machines Corporation Smart data caching using data mining
JP5235483B2 (en) * 2008-04-30 2013-07-10 インターナショナル・ビジネス・マシーンズ・コーポレーション A method and apparatus for maintaining consistency between a database and a virtual table.
US20100036804A1 (en) * 2008-08-05 2010-02-11 International Business Machines Corporation Maintained and Reusable I/O Value Caches
US20100036805A1 (en) * 2008-08-05 2010-02-11 International Business Machines Corporation System Maintainable and Reusable I/O Value Caches
CN102217225B (en) * 2008-10-03 2014-04-02 杰出网络公司 Content delivery network encryption
US8145652B2 (en) 2008-10-09 2012-03-27 International Business Machines Corporation Automated propagation of non-conflicting queries in distributed databases
US8458208B2 (en) * 2008-10-09 2013-06-04 International Business Machines Corporation Automated data source assurance in distributed databases
US9183260B2 (en) * 2008-10-09 2015-11-10 International Business Machines Corporation Node-level sub-queries in distributed databases
US8301583B2 (en) * 2008-10-09 2012-10-30 International Business Machines Corporation Automated data conversion and route tracking in distributed databases
US8458166B2 (en) * 2008-10-09 2013-06-04 International Business Machines Corporation Dynamic context definitions in distributed databases
US8285710B2 (en) 2008-10-09 2012-10-09 International Business Machines Corporation Automated query path reporting in distributed databases
GB2465773A (en) * 2008-11-27 2010-06-02 Symbian Software Ltd Data Storage and Access
JP5181140B2 (en) 2009-02-23 2013-04-10 インターナショナル・ビジネス・マシーンズ・コーポレーション Computer system, method and computer program for searching a database
US8161244B2 (en) * 2009-05-13 2012-04-17 Microsoft Corporation Multiple cache directories
US9111006B2 (en) * 2010-03-16 2015-08-18 Salesforce.Com, Inc. System, method and computer program product for communicating data between a database and a cache
US8898181B2 (en) 2010-06-22 2014-11-25 Microsoft Corporation Subscription for integrating external data from external system
US9792307B2 (en) * 2010-07-27 2017-10-17 Oracle International Corporation Enterprise-based searching of new and updated data
US8612413B2 (en) * 2010-08-12 2013-12-17 Cdnetworks Co., Ltd. Distributed data cache for on-demand application acceleration
US20120130963A1 (en) * 2010-11-24 2012-05-24 Teradata Us, Inc. User defined function database processing
US8983902B2 (en) * 2010-12-10 2015-03-17 Sap Se Transparent caching of configuration data
US8412721B2 (en) * 2011-07-29 2013-04-02 International Business Machines Corporation Efficient data extraction by a remote application
US8560496B2 (en) * 2011-11-29 2013-10-15 Microsoft Corporation Database query across processes with change notification
US8843758B2 (en) * 2011-11-30 2014-09-23 Microsoft Corporation Migrating authenticated content towards content consumer
US10467212B2 (en) 2012-04-27 2019-11-05 Empire Technology Development Llc Multiple variable coverage memory for database indexing
US9026553B2 (en) * 2012-11-29 2015-05-05 Unisys Corporation Data expanse viewer for database systems
GB2510429A (en) 2013-02-05 2014-08-06 Ibm Assessing response routes in a network
WO2014136172A1 (en) * 2013-03-04 2014-09-12 株式会社東芝 Database device, program, and data processing method
CN104111962B (en) * 2013-04-22 2018-09-18 Sap欧洲公司 Enhanced affairs cache with batch operation
CN104216901B (en) * 2013-05-31 2017-12-05 北京新媒传信科技有限公司 The method and system of information search
KR101515304B1 (en) * 2013-11-08 2015-07-02 한국산업기술대학교산학협력단 Reduce-side join query processing method for hadoop-based reduce-side join processing system
CN103559307A (en) * 2013-11-18 2014-02-05 中国农业银行股份有限公司 Caching method and device for query
US10311054B2 (en) * 2014-01-08 2019-06-04 Red Hat, Inc. Query data splitting
US10114874B2 (en) * 2014-02-24 2018-10-30 Red Hat, Inc. Source query caching as fault prevention for federated queries
US10498663B2 (en) * 2014-03-12 2019-12-03 Amazon Technologies, Inc. Profile-based cache management
GB2524072A (en) * 2014-03-14 2015-09-16 Ibm Demand-driven dynamic aggregate
CN104268286A (en) * 2014-10-21 2015-01-07 北京国双科技有限公司 Method for querying hot data
US10572442B2 (en) 2014-11-26 2020-02-25 Microsoft Technology Licensing, Llc Systems and methods for providing distributed tree traversal using hardware-based processing
CN104519139B (en) * 2014-12-31 2018-10-30 华为技术有限公司 Caching method, caching edges server, caching Core server and caching system System
CN106708819A (en) * 2015-07-17 2017-05-24 阿里巴巴集团控股有限公司 Data caching preheating method and device
US20170034248A1 (en) * 2015-07-30 2017-02-02 Bank Of America Corporation File Movement Service Utility
US10848582B2 (en) 2015-09-11 2020-11-24 Amazon Technologies, Inc. Customizable event-triggered computation at edge locations
US11895212B2 (en) * 2015-09-11 2024-02-06 Amazon Technologies, Inc. Read-only data store replication to edge locations
US20170195449A1 (en) * 2015-12-30 2017-07-06 Business Objects Software, Ltd. Smart proxy for datasources
CN107193813B (en) 2016-03-14 2021-05-14 阿里巴巴集团控股有限公司 Data table connection mode processing method and device
CN107789829B (en) * 2016-09-06 2020-12-08 盛趣信息技术(上海)有限公司 Game article data transmission method
CN106407374A (en) * 2016-09-09 2017-02-15 浪潮软件股份有限公司 High-performance caching method suitable for mobile development
US10380137B2 (en) * 2016-10-11 2019-08-13 International Business Machines Corporation Technology for extensible in-memory computing
CN107665228B (en) * 2017-05-10 2019-12-20 平安科技(深圳)有限公司 Associated information query method, terminal and equipment
CN107466482B (en) * 2017-06-07 2021-07-06 香港应用科技研究院有限公司 Method and system for joint determination of computational offload and content pre-fetching in a cellular communication system
US10721719B2 (en) * 2017-06-20 2020-07-21 Citrix Systems, Inc. Optimizing caching of data in a network of nodes using a data mapping table by storing data requested at a cache location internal to a server node and updating the mapping table at a shared cache external to the server node
JP6812321B2 (en) * 2017-08-25 2021-01-13 Kddi株式会社 Database management device, database management method, and database management program
US10740318B2 (en) * 2017-10-26 2020-08-11 Sap Se Key pattern management in multi-tenancy database systems
US11567934B2 (en) 2018-04-20 2023-01-31 Oracle International Corporation Consistent client-side caching for fine grained invalidations
CN108989062B (en) * 2018-07-25 2020-05-01 北京达佳互联信息技术有限公司 Method, device, terminal, system and storage medium for updating group member data
US11487737B2 (en) * 2019-03-26 2022-11-01 Sap Se Take over table opening for operators
US11163756B2 (en) * 2019-04-16 2021-11-02 Snowflake Inc. Querying over external tables in database systems
US11080257B2 (en) * 2019-05-13 2021-08-03 Snowflake Inc. Journaled tables in database systems
US11455305B1 (en) * 2019-06-28 2022-09-27 Amazon Technologies, Inc. Selecting alternate portions of a query plan for processing partial results generated separate from a query engine
CN110557432B (en) * 2019-07-26 2022-04-26 苏州浪潮智能科技有限公司 Cache pool balance optimization method, system, terminal and storage medium
US20210173888A1 (en) * 2019-12-08 2021-06-10 Akamai Technologies Inc. Proxy server caching of database content
CN112632129B (en) * 2020-12-31 2023-11-21 联想未来通信科技(重庆)有限公司 Code stream data management method, device and storage medium
US11704327B2 (en) 2021-03-19 2023-07-18 International Business Machines Corporation Querying distributed databases
US11727022B2 (en) 2021-03-19 2023-08-15 International Business Machines Corporation Generating a global delta in distributed databases
CN112883119B (en) * 2021-04-30 2022-05-17 腾讯科技(深圳)有限公司 Data synchronization method and device, computer equipment and computer readable storage medium
US11792147B2 (en) 2021-11-29 2023-10-17 Aidan Lok Communications networks
CN116910100B (en) * 2023-09-08 2023-11-28 湖南立人科技有限公司 Cache data processing method for low-code platform

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2650180B2 (en) * 1993-03-19 1997-09-03 サンケン電気株式会社 Two-way two-terminal thyristor
US5897632A (en) 1996-08-27 1999-04-27 At&T Corp Method and system for using materialized views to evaluate queries involving aggregation
US6275819B1 (en) 1999-03-16 2001-08-14 Novell, Inc. Method and apparatus for characterizing and retrieving query results
US6393415B1 (en) * 1999-03-31 2002-05-21 Verizon Laboratories Inc. Adaptive partitioning techniques in performing query requests and request routing
US6601062B1 (en) * 2000-06-27 2003-07-29 Ncr Corporation Active caching for multi-dimensional data sets in relational database management system
US6970939B2 (en) 2000-10-26 2005-11-29 Intel Corporation Method and apparatus for large payload distribution in a network
WO2002069172A1 (en) * 2001-02-22 2002-09-06 Didera, Inc. Systems and methods for managing distributed database resources
US7035846B2 (en) * 2002-09-23 2006-04-25 International Business Machines Corporation Methods, computer programs and apparatus for caching directory queries

Similar Documents

Publication Publication Date Title
JP2006511876A5 (en)
JP4416663B2 (en) Transparent network edge data cache
US9830109B2 (en) Materializing data from an in-memory array to an on-disk page structure
US9891831B2 (en) Dual data storage using an in-memory array and an on-disk page structure
EP2843567B1 (en) Computer-implemented method for improving query execution in relational databases normalized at level 4 and above
US7979456B2 (en) Method of managing and providing parameterized queries
US20150142733A1 (en) System and method for efficient management of big data in a database using streaming tables
US20140280028A1 (en) Selective materialized view refresh
US9454572B2 (en) Out-of-place materialized view refresh
US20030200194A1 (en) Computer apparatus and method for caching results of a database query
US11176105B2 (en) System and methods for providing a schema-less columnar data store
JPH08255177A (en) Method for execution of logical product inquiry
US20040205050A1 (en) Application of queries against incomplete schemas
JPH10505690A (en) X. 500 System and Method
US20070073657A1 (en) Apparatus and method for utilizing a materialized query table in a computer database system
US20140297651A1 (en) Using hash table to retrieve leaf index blocks
US11567934B2 (en) Consistent client-side caching for fine grained invalidations
US20080301131A1 (en) Modification of a saved database query based on a change in the meaning of a query value over time
Kersten et al. Cracking the database store
Kvet et al. Analysis of current trends in relational database indexing
US8554722B2 (en) Method for transferring data into database systems
US11625403B2 (en) Query processing using a predicate-object name cache
US20060235819A1 (en) Apparatus and method for reducing data returned for a database query using select list processing
US20210209104A1 (en) Sql interface for embedded graph subqueries
US20170091230A1 (en) Dynamic master record selection