JP2000048028A - Method for acquiring record of database - Google Patents

Method for acquiring record of database

Info

Publication number
JP2000048028A
JP2000048028A JP10210670A JP21067098A JP2000048028A JP 2000048028 A JP2000048028 A JP 2000048028A JP 10210670 A JP10210670 A JP 10210670A JP 21067098 A JP21067098 A JP 21067098A JP 2000048028 A JP2000048028 A JP 2000048028A
Authority
JP
Japan
Prior art keywords
records
server
database
memory
client
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.)
Pending
Application number
JP10210670A
Other languages
Japanese (ja)
Inventor
Hiroshi Saito
博 齊藤
Kiyoshi Mitsubori
潔 三堀
Michio Nakano
通男 中野
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Software Engineering Co Ltd
Hitachi Ltd
Original Assignee
Hitachi Software Engineering Co Ltd
Hitachi Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Hitachi Software Engineering Co Ltd, Hitachi Ltd filed Critical Hitachi Software Engineering Co Ltd
Priority to JP10210670A priority Critical patent/JP2000048028A/en
Publication of JP2000048028A publication Critical patent/JP2000048028A/en
Pending legal-status Critical Current

Links

Landscapes

  • Computer And Data Communications (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PROBLEM TO BE SOLVED: To shorten waiting time for a user program by dynamically changing the number of records to be acquired from a server or the number of recordes allowed to be stored by a client in a data base access system in a distributed environment. SOLUTION: A memory monitoring object 21 in a client 20 determines the maximum number of recordes to be stored in a memory in accordance with free memory quantity. A data acquiring object 22 determines the number of records to be acquired next from acquisition speed and the number of records acquired in past data acquisition and acquires data from a server 30.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】TECHNICAL FIELD OF THE INVENTION

【0002】[0002]

【従来の技術】データベースを使用してデータを処理す
るようなクライアント/サーバ型のデータベース検索シ
ステムでは、取得しようとするデータ量によってはメモ
リの制約により、一度に全てのレコードをクライアント
のメモリに保持することができないことがあるため、一
度に取得するレコード数を適当な値に決めて、一つのブ
ロックとし、ブロック単位に分割して取得することによ
り、全てのレコードを取得する。
2. Description of the Related Art In a client / server type database search system in which data is processed using a database, all records are stored in the client memory at once due to memory limitations depending on the amount of data to be obtained. Therefore, all records are acquired by determining the number of records to be acquired at once to an appropriate value, dividing the data into one block, and acquiring the data in blocks.

【0003】このような場合、一つのブロックの処理が
終わってから、ユーザが次のブロックの取得要求を出す
のでは、次のブロックを取得している間ユーザにとって
は待ち時間となってしまうため、予め次のブロックをク
ライアントメモリに先読みしておくことで、ユーザの待
ち時間の削減を実現していた。
In such a case, if the user issues a request to acquire the next block after the processing of one block is completed, the user will have to wait while acquiring the next block. The waiting time of the user can be reduced by pre-reading the next block in the client memory in advance.

【0004】[0004]

【発明が解決しようとする課題】上記の従来技術では、
クライアントマシンやネットワークの負荷について考慮
されておらず、常にブロック単位でレコードを先読みし
ているため、クライアントメモリに余裕のある時でも、
1ブロック分しか先読みしなかったり、クライアントメ
モリに先読みする余裕がない時でも、先読みしようとし
てスワップが発生し処理速度が極端に落ちてしまった
り、ネットワークに負荷がかかっている時でも、1ブロ
ック分取得しようとしてレコードの取得に時間がかかっ
てしまったり、データベースマネージメントシステム
(以下DBMSとする)によっては1レコードずつしか
取得できないなど、効率や性能の面で課題があった。
In the above prior art,
Because the load on the client machine and network is not taken into account and the record is always read ahead in block units, even when there is room in the client memory,
Even when only one block is read ahead, or when there is not enough time to read ahead in the client memory, even if the processing speed is drastically reduced due to swapping while trying to prefetch, or even if the network is overloaded, one block worth There have been problems in terms of efficiency and performance, such as taking a long time to acquire records in an attempt to acquire them, and acquiring only one record at a time depending on the database management system (hereinafter referred to as DBMS).

【0005】本発明の目的は、ユーザのデータベース検
索処理を分散環境においてデータベースを検索するマシ
ン(サーバマシン)とユーザがデータの処理に利用する
マシン(クライアントマシン)とに分け、サーバマシン
のメモリ中に予めデータベースからレコードを先読みし
ておき、クライアントマシンはそのサーバからデータを
取得することで、クライアントの通信が一度に取得する
レコード数の制限というDBMSの制約を受けないよう
にし、またクライアントメモリにレコードをブロック単
位で読み込むのではなく、読み込むレコード数をクライ
アントやネットワークの負荷の変化やユーザのレコード
の処理速度に応じて動的に変化させ、さらにクライアン
トマシンの空きメモリ量に応じて、クライアントマシン
に保有できる最大レコード数を動的に変化させることに
より、レコードの取得を効率よく行うことを目的とす
る。
An object of the present invention is to divide a user's database search process into a machine (server machine) for searching a database in a distributed environment and a machine (client machine) used by a user for data processing. By pre-reading the records from the database in advance, the client machine acquires the data from the server so that the client communication is not restricted by the DBMS, which is a limitation on the number of records acquired at a time, and is stored in the client memory. Instead of reading records in blocks, the number of records to be read is dynamically changed according to changes in the load on the client or network or the processing speed of records by the user. The maximum that can be held By dynamically changing the number of codes, as intended for the acquisition of the records efficiently.

【0006】[0006]

【課題を解決するための手段】上記の目的は、サーバマ
シン上のメモリ中にデータベースから予めレコードを読
み込んでおく装置と、クライアントマシン上のメモリの
空き容量に応じてクライアントマシンのメモリに読み込
めるレコードの最大数を決定する装置と、過去のデータ
取得時のレコード数と速度から次回クライアントがサー
バから取得するレコード数を決定する装置を設けること
により達成される。
An object of the present invention is to provide an apparatus for reading records from a database in a memory on a server machine in advance, and a record which can be read into a memory of a client machine in accordance with an available memory space on a client machine. This is achieved by providing a device that determines the maximum number of records and a device that determines the number of records that the client will acquire from the server next time from the number and speed of records in the past data acquisition.

【0007】[0007]

【発明の実施の形態】次に本発明の一実施例について図
面を用い説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, an embodiment of the present invention will be described with reference to the drawings.

【0008】図1にシステムを構成するオブジェクトの
関係とデータの流れを示し、システム全体としての基本
的な処理方式について説明する。
FIG. 1 shows the relationship between objects constituting the system and the flow of data, and a basic processing method of the entire system will be described.

【0009】サーバマシン30では、メモリ監視オブジ
ェクト(サーバ側)32がサーバメモリ31中に保有す
る最大レコード数を決定し、それを満たすまでデータベ
ース検索オブジェクト33はデータベース40からデー
タの取得を繰り返す。保有する最大レコード数はメモリ
の空き容量に依存するため、データベース40からデー
タを取得するたびに最大レコード数を再計算する。
In the server machine 30, the memory monitoring object (server side) 32 determines the maximum number of records held in the server memory 31, and the database retrieval object 33 repeatedly acquires data from the database 40 until the maximum number is satisfied. Since the maximum number of records held depends on the free space in the memory, the maximum number of records is recalculated every time data is acquired from the database 40.

【0010】クライアントマシン20では、メモリ監視
オブジェクト(クライアント側)21がクライアントメ
モリ24中に保有する最大レコード数を決定し、それを
満たすまでデータ取得オブジェクト22に取得命令を繰
り返し出す。これもサーバマシン30の処理と同様に、
サーバマシン30からデータを取得するたびに保有する
最大レコード数を再計算する。データ取得オブジェクト
22は取得命令を受けると、前回取得時の取得件数と取
得に要した時間から、今回の取得件数を計算しサーバか
らデータを取得する。
In the client machine 20, the memory monitoring object (client side) 21 determines the maximum number of records held in the client memory 24, and repeatedly issues an acquisition command to the data acquisition object 22 until the maximum number is satisfied. This is also similar to the processing of the server machine 30,
Each time data is acquired from the server machine 30, the maximum number of records held is recalculated. When receiving the acquisition command, the data acquisition object 22 calculates the number of acquisitions this time from the number of acquisitions at the time of the previous acquisition and the time required for acquisition, and acquires data from the server.

【0011】データベースアクセスインタフェース23
はユーザプログラム10に対して、データベースの検索
の実行や検索結果の取得のためのインタフェースを提供
する。
The database access interface 23
Provides an interface to the user program 10 for executing a database search and obtaining a search result.

【0012】次に、サーバにおける処理の流れを、図2
に示したフローチャートにそって説明する。まずサーバ
メモリにおけるマシン全体のメモリ使用量を計算する
(101)。次にメモリ使用量が許容範囲内であるかど
うかチェックする(102)。メモリ使用量が許容範囲
内である場合、現在のメモリ使用量にデータベースから
レコードを取得する際に必要とするメモリ量を加えたと
きに、許容範囲を超えるかどうかチェックする(10
3)。許容範囲内である場合、データベースからレコー
ドを取得する(104)。そしてデータベースから検索
結果の全てのレコードを取得したかどうかチェックする
(105)。全て取得していた場合は処理を終了する
(END)。まだすべて取得していない場合は(10
1)に戻り処理を続行する。
Next, the processing flow in the server is shown in FIG.
This will be described with reference to the flowchart shown in FIG. First, the memory usage of the entire machine in the server memory is calculated (101). Next, it is checked whether the memory usage is within the allowable range (102). If the memory usage is within the allowable range, it is checked whether or not the current memory usage exceeds the allowable range by adding the memory amount required for acquiring records from the database to the current memory usage (10).
3). If it is within the allowable range, a record is obtained from the database (104). Then, it is checked whether all records of the search result have been obtained from the database (105). If all of them have been acquired, the process ends (END). If you have not yet obtained all (10
Return to 1) and continue the process.

【0013】(103)でメモリ使用量が許容範囲を超
える場合、現在サーバメモリ中に保有するレコード数が
ユーザ指定のサーバ保有レコード数の下限値を下回って
いるかどうかチェックする(106)。下回っている場
合は(104)へ行き処理を続ける。(106)で保有
レコード数が下限値を上回っている場合は、データベー
スからレコードを取得せず(101)に戻る。
If the memory usage exceeds the allowable range in (103), it is checked whether the number of records currently held in the server memory is below the lower limit of the number of records held by the user specified by the user (106). If it is lower, the process goes to (104) to continue the process. If the number of held records exceeds the lower limit in (106), the process returns to (101) without acquiring records from the database.

【0014】(102)でメモリ使用量が許容範囲を超
えている場合、現在サーバメモリ中に保有するデータベ
ースのレコード数をチェック(106)し、これがユー
ザ指定のサーバ保有レコード数の下限値を下回っている
場合は、データベースからレコードを取得(104)
し、サーバ保有レコード数の下限値を上回っている場合
は(101)に戻る。
If the memory usage exceeds the allowable range in step (102), the number of records of the database currently stored in the server memory is checked (106), and this is below the lower limit of the number of records held by the user specified by the user. If yes, get record from database (104)
If the number of records held by the server exceeds the lower limit, the process returns to (101).

【0015】図3にクライアントのメモリ監視オブジェ
クトのフローチャートを示し、これにそって説明する。
まずクライアントマシンにおけるマシン全体のメモリ使
用量を計算する(201)。次にメモリ使用量が許容範
囲内であるかどうかチェックする(202)。メモリ使
用量が許容範囲内である場合、現在のメモリ使用量にサ
ーバからデータを取得する際に必要とするメモリ量(デ
ータ取得オブジェクトにより指定)を加えた時に、許容
範囲を超えるかどうかチェックする(203)。許容範
囲内である場合、レコード取得要求をデータ取得オブジ
ェクトに出す(204)。その後サーバから全てのレコ
ードを取得したかどうかをチェックする(205)。全
て取得した場合は終了(END)する。まだ全てのレコ
ードを取得していない場合は(201)に戻る。
FIG. 3 shows a flowchart of the memory monitoring object of the client, which will be described.
First, the memory usage of the entire machine in the client machine is calculated (201). Next, it is checked whether the memory usage is within the allowable range (202). If the memory usage is within the allowable range, add the amount of memory required to acquire data from the server (specified by the data acquisition object) to the current memory usage and check whether it exceeds the allowable range (203). If it is within the allowable range, a record acquisition request is issued to the data acquisition object (204). Thereafter, it is checked whether all records have been acquired from the server (205). If all of them have been acquired, the processing ends (END). If all records have not been acquired yet, the process returns to (201).

【0016】(203)でメモリ使用量が許容範囲を超
える場合、現在クライアントメモリ中に保有するデータ
ベースのレコード数がユーザ指定のクライアント保有レ
コード数の下限値を下回っているかどうかチェックする
(206)。これが下回っている場合は、レコード取得
要求をデータ取得オブジェクトに出し(204)、サー
バから全てのレコードを取得したかどうかチェック(2
05)し、全て取得した場合は終了(END)し、取得
していない場合は(201)に戻る。(206)で下回
っていない場合はサーバからレコードを取得せず(20
1)に戻る。
If the memory usage exceeds the allowable range in (203), it is checked whether or not the number of records of the database currently held in the client memory is below the lower limit of the number of records held by the user specified by the user (206). If this is below the threshold, a record acquisition request is issued to the data acquisition object (204), and it is checked whether all records have been acquired from the server (2).
05), if all have been acquired, end (END); otherwise, return to (201). If not less than (206), no record is obtained from the server (20
Return to 1).

【0017】(202)でメモリ使用量が許容範囲を超
えている場合、現在クライアントメモリ中に保有するデ
ータベースのレコード数をチェックする(206)。こ
れがユーザ指定のクライアント保有レコード数の下限値
を下回っている場合は、レコード取得要求をデータ取得
オブジェクトに出す(204)。クライアント保有レコ
ード数の下限値を上回っている場合は、サーバからレコ
ードを取得せず(201)に戻る。
If the memory usage exceeds the allowable range in (202), the number of records of the database currently held in the client memory is checked (206). If this is less than the lower limit of the number of client owned records specified by the user, a record acquisition request is issued to the data acquisition object (204). If the number exceeds the lower limit of the number of records held by the client, the process returns to (201) without acquiring a record from the server.

【0018】図4にクライアントのデータ取得オブジェ
クトのフローチャートを示し、これにそって説明する。
サーバからNreqレコード取得するように要求を出す
(301)。Nreqの値は既に前回レコード取得時に計
算で求められている。取得完了後、取得件数Nと取得に
要した時間Tからレコード取得速度V(=N/T)を計
算(302)する。そして、これまでの中で取得速度の
最も早かった値値VmaxとVを比較する(303)。V
の方が早い場合、Vmaxの値をVで更新する(30
4)。
FIG. 4 shows a flowchart of the data acquisition object of the client, and the description will be made along this flowchart.
A request is issued from the server to acquire an Nreq record (301). The value of Nreq has already been obtained by calculation at the time of the previous record acquisition. After the acquisition is completed, a record acquisition speed V (= N / T) is calculated from the number N of acquisitions and the time T required for acquisition (302). Then, the value Vmax, which is the fastest acquisition speed, is compared with V (303). V
Is faster, the value of Vmax is updated with V (30
4).

【0019】さらに、これまで取得速度が最も早かった
時の取得件数NmaxとNを比較する(305)。その後
Nmaxの値をNで更新する(306,308)。(30
5)で比較した結果、Nの方がNmaxより多い場合は、
次回の取得件数Nreqの値をNよりも多くする(30
7)。(305)の結果、Nの方がNmaxより少ない場
合は、Nreqの値をNよりも少なくする(309)。ど
ちらの場合もその後終了(END)する。
Further, the number of acquisitions Nmax obtained when the acquisition speed is the fastest is compared with N (305). Thereafter, the value of Nmax is updated with N (306, 308). (30
As a result of the comparison in 5), when N is larger than Nmax,
The value of the next acquisition number Nreq is set to be larger than N (30
7). If the result of (305) is that N is smaller than Nmax, the value of Nreq is made smaller than N (309). In both cases, the process ends (END).

【0020】(303)で比較した結果、Vの方が遅い
場合、NmaxとNを比較する(310)。比較した結
果、Nの方がNmaxより多い場合は、 Nreqの値を「 N
max <Nreq < N 」を満たすように設定して(311)
終了(END)する。(310)で比較した結果、Nの
方がNmaxより少ない場合は、Nreqを「 Nmax > Nreq
> N 」となるように設定して(312)終了(EN
D)する。
If the result of the comparison in (303) shows that V is slower, Nmax is compared with N (310). As a result of the comparison, when N is larger than Nmax, the value of Nreq is set to “N
max <Nreq <N ”(311)
End (END). As a result of the comparison in (310), when N is smaller than Nmax, Nreq is set to "Nmax>Nreq".
> N ”(312) and end (EN
D).

【0021】[0021]

【発明の効果】以上説明したように、本発明によれば、
データベースの検索処理をデータベースからデータを取
得する処理を行うサーバと、サーバからデータを取得し
てデータの処理を行うクライアントとに分け、さらにク
ライアントがサーバからデータを取得する際の取得件数
とクライアントメモリ中に保有するレコード数を動的に
変更することで、クライアントマシンに必要以上に負荷
をかけることなく、資源を有効に利用してユーザの待ち
時間を短縮できる効果がある。
As described above, according to the present invention,
The database search process is divided into a server that performs the process of acquiring data from the database and a client that acquires the data from the server and processes the data. The number of acquisitions and the client memory when the client acquires the data from the server By dynamically changing the number of records held therein, there is an effect that resources can be effectively used and the waiting time of the user can be reduced without imposing an unnecessary load on the client machine.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明による分散環境におけるデータベース検
索システムの構成例を示す図である。
FIG. 1 is a diagram showing a configuration example of a database search system in a distributed environment according to the present invention.

【図2】本発明によるサーバマシンにおける処理の処理
フロー例を示す図である。
FIG. 2 is a diagram showing an example of a processing flow of processing in a server machine according to the present invention.

【図3】本発明によるクライアントマシン上のメモリ監
視オブジェクトの処理フロー例を示す図である。
FIG. 3 is a diagram showing an example of a processing flow of a memory monitoring object on a client machine according to the present invention.

【図4】本発明によるクライアントマシン上のデータ取
得オブジェクトの処理フロー例を示す図である。
FIG. 4 is a diagram showing an example of a processing flow of a data acquisition object on a client machine according to the present invention.

【符号の説明】[Explanation of symbols]

10…ユーザプログラム、 20…クライア
ントマシン、21…クライアントマシンのメモリ監視オ
ブジェクト、22…データ取得オブジェクト、 2
3…データアクセスオブジェクト、24…クライアント
マシンのメモリ、 30…サーバマシン、31…サーバ
マシンのメモリ、32…サーバマシンのメモリ監視オブ
ジェクト、33…データベース検索オブジェクト、40
…データベース。
10 user program, 20 client machine, 21 client client memory monitoring object, 22 data acquisition object, 2
3. Data access object, 24: Client machine memory, 30: Server machine, 31: Server machine memory, 32: Server machine memory monitoring object, 33: Database search object, 40
… Database.

───────────────────────────────────────────────────── フロントページの続き (72)発明者 三堀 潔 神奈川県横浜市戸塚区戸塚町5030番地 株 式会社日立製作所ソフトウェア開発本部内 (72)発明者 中野 通男 神奈川県横浜市中区尾上町6丁目81番地 日立ソフトウェアエンジニアリング株式会 社内 Fターム(参考) 5B075 KK20 KK66 MM11 ND03 PQ05 UU40 5B082 FA02 FA03 5B089 GA11 GA21 JA12 KA05 KC44 KC48  ──────────────────────────────────────────────────続 き Continuing on the front page (72) Inventor Kiyoshi Mihori 5030 Totsuka-cho, Totsuka-ku, Yokohama-shi, Kanagawa Prefecture Inside Software Development Division, Hitachi, Ltd. 81-chome Hitachi Software Engineering Co., Ltd. In-house F-term (reference) 5B075 KK20 KK66 MM11 ND03 PQ05 UU40 5B082 FA02 FA03 5B089 GA11 GA21 JA12 KA05 KC44 KC48

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】分散環境においてデータベースを使用する
データ処理装置において、データベースのレコードを予
め先読みする装置をサーバマシン上に用意し、サーバか
ら取得するレコード数を動的に決定する装置とマシンの
空きメモリ量に応じてデータを取得するタイミングを変
更する手段を備えた装置をクライアントマシンに用意し
たことを特徴とするデータベースのレコード取得方式。
In a data processing apparatus using a database in a distributed environment, an apparatus for pre-reading database records is prepared on a server machine, and an apparatus for dynamically determining the number of records to be acquired from the server and an available machine are provided. A record acquisition method for a database, wherein an apparatus including means for changing a timing of acquiring data according to a memory amount is provided in a client machine.
【請求項2】クライアントマシン上のメモリ中に読み込
んでおけるレコード数の最大数をクライアントマシンの
空きメモリ量から動的に決定することを特徴とする請求
項1記載のデータベースのレコード取得方式。
2. The database record acquisition method according to claim 1, wherein the maximum number of records read into the memory on the client machine is dynamically determined from the amount of free memory of the client machine.
【請求項3】サーバからレコードを取得する時の過去の
取得速度を比較した結果から、次回サーバからクライア
ントマシン上に読み込むレコード数を単位時間あたりの
取得速度がより速くなるよう計算して求めることを特徴
とするデータベースのレコード取得方式。
3. A method of calculating the number of records to be read from a server to a client machine next time from a result of comparing past acquisition speeds when acquiring records from a server so that the acquisition speed per unit time becomes faster. Database record acquisition method characterized by the following.
JP10210670A 1998-07-27 1998-07-27 Method for acquiring record of database Pending JP2000048028A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10210670A JP2000048028A (en) 1998-07-27 1998-07-27 Method for acquiring record of database

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10210670A JP2000048028A (en) 1998-07-27 1998-07-27 Method for acquiring record of database

Publications (1)

Publication Number Publication Date
JP2000048028A true JP2000048028A (en) 2000-02-18

Family

ID=16593177

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10210670A Pending JP2000048028A (en) 1998-07-27 1998-07-27 Method for acquiring record of database

Country Status (1)

Country Link
JP (1) JP2000048028A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003108165A (en) * 2001-09-28 2003-04-11 Daiichikosho Co Ltd Karaoke collective system with featured melody retrieval processing system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003108165A (en) * 2001-09-28 2003-04-11 Daiichikosho Co Ltd Karaoke collective system with featured melody retrieval processing system

Similar Documents

Publication Publication Date Title
CN104462225B (en) The method, apparatus and system of a kind of digital independent
CN103207882A (en) Shop visiting data processing method and system
CN114490527B (en) Metadata retrieval method, system, terminal and storage medium
CN110399348A (en) File deletes method, apparatus, system and computer readable storage medium again
CN111881096B (en) File reading method, device, equipment and storage medium
CN111159219B (en) Data management method, device, server and storage medium
CN112615793A (en) Data current limiting method and device
CN109446225A (en) Data cache method, device, computer equipment and storage medium
CN113157609A (en) Storage system, data processing method, data processing device, electronic device, and storage medium
JPH11102366A (en) Retrieval method and retrieval device
CN110222046B (en) List data processing method, device, server and storage medium
CN111913913B (en) Access request processing method and device
CN109753505B (en) Method and system for creating temporary storage unit in big data storage system
JPH07239808A (en) Distributed data managing system
JP2000048028A (en) Method for acquiring record of database
US20140325160A1 (en) Caching circuit with predetermined hash table arrangement
CN107679093B (en) Data query method and device
JP2933486B2 (en) How to search all databases simultaneously
CN106611025A (en) Web page data collecting method and device
CN112860739A (en) Hotspot data processing method and device, service processing system and storage medium
CN112416871B (en) Data access method, device and system
CN113282405B (en) Load adjustment optimization method and terminal
CN118245470A (en) Log recording method and device
JPH0456344B2 (en)
CN105912658A (en) Data search method and apparatus based on big data, and data analysis method