JPH04169972A - Data base retrieval processing system - Google Patents

Data base retrieval processing system

Info

Publication number
JPH04169972A
JPH04169972A JP2295352A JP29535290A JPH04169972A JP H04169972 A JPH04169972 A JP H04169972A JP 2295352 A JP2295352 A JP 2295352A JP 29535290 A JP29535290 A JP 29535290A JP H04169972 A JPH04169972 A JP H04169972A
Authority
JP
Japan
Prior art keywords
search
user
processing
time
interrupted
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
JP2295352A
Other languages
Japanese (ja)
Inventor
Keiji Mogi
茂木 啓次
Kazuhiro Sato
和洋 佐藤
Yoichi Yamamoto
洋一 山本
Miyoko Namioka
浪岡 美予子
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 Microcomputer System Ltd
Hitachi Ltd
Renesas Technology America Inc
Original Assignee
Hitachi Microcomputer System Ltd
Hitachi Ltd
Hitachi Micro Systems Inc
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 Microcomputer System Ltd, Hitachi Ltd, Hitachi Micro Systems Inc filed Critical Hitachi Microcomputer System Ltd
Priority to JP2295352A priority Critical patent/JPH04169972A/en
Publication of JPH04169972A publication Critical patent/JPH04169972A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To improve convenience by interruption the retrieval processing according to the user's instruction for retrieval request which takes long retrieval processing and deciding the right or wrong of continuation based on the user's judgement. CONSTITUTION:A user sets the right or wrong of interruption function execution and a parameter for allowable retrieval processing time (T) before calling for the retrieval request to a data base management system 50 by means of a terminal 10. He monitors retrieval processing time during retrieval processing and interrupts the processing in the case the retrieval processing time exceeds the allowable retrieval processing time. After the interruption, the data base management system 50 asks the continuation of the interrupted processing, and decides the continuation or invalidity of the interrupted processing based on the instruction of the user by receiving the right of wrong of the continuation of the interrupted processing from a user. Thus, the convenience can be improved.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、データベース管理システムにおけるデータベ
ース検索処理方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a database search processing method in a database management system.

〔従来の技術〕[Conventional technology]

近年の、リレーショナルモデルのデータベース管理シス
テムのような、集合操作のインタフェースを提供してい
るデータベース管理システムを利用する場合、−旦検索
要求を発行すると、検索結果を満足するレコード群が得
られるまで、制御が戻ってこない。このため、システム
とユーザ間の連絡に要する時間は比較的長くなる。レコ
ード数、検索要求のタイプ、データの物理構造にも依る
が。
When using a database management system that provides an interface for set operations, such as a recent relational model database management system, - once a search request is issued, the process continues until a group of records satisfying the search results is obtained. Control is not returned. Therefore, the time required for communication between the system and the user is relatively long. It depends on the number of records, the type of search request, and the physical structure of the data.

数十分から数時間のオーダにわたる場合も少なくない。In many cases, the duration ranges from several tens of minutes to several hours.

検索要求を発行し、なかなか結果が返って来ない場合、
ユーザは検索条件を追加して再発行するとか、より優先
順位の高い検索要求を発行したいといった理由により、
検索処理を中止したくなる。
If you issue a search request and no results are returned,
The user may want to resubmit with additional search criteria or issue a higher priority search request.
I want to cancel the search process.

このような場合、処理の中止をデータベース管理システ
ム側に通知する手段がない、このため、実行中のプログ
ラム(ユーザプログラム。rデータベース管理システム
)を強制終了するが、検索が終了するまで待つしかない
In such a case, there is no way to notify the database management system that processing has stopped, so the only option is to forcibly terminate the running program (user program, r database management system), but wait until the search is completed. .

特許検索システム(PATOLIS)のような情報検索
システムの場合には、すべての条件項目にインデクスを
設け、検索要求を受け取ると、先ず検索要求中の条件に
もとづいて、関連するインデクスを検索し5条件を満足
するデータ件数を求めて、ユーザに通知する。ユーザは
、条件を追加したり、変更したりしてデータ件数を絞り
込む。ある程度の件数に絞り込んだら、実際のデータへ
のアクセス要求を出して、必要なデータを取り出す。デ
ータの絞り込みにより、実際のデータへのアクセス時間
が長時間にならないようにすることができる。
In the case of an information search system such as the patent search system (PATOLIS), indexes are provided for all condition items, and when a search request is received, the related index is first searched based on the conditions in the search request, and the five conditions are searched. Find the number of data items that satisfy the following and notify the user. The user narrows down the number of data items by adding or changing conditions. Once you have narrowed it down to a certain number of items, issue an access request to the actual data and retrieve the necessary data. By narrowing down the data, it is possible to prevent the access time to the actual data from taking a long time.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

従来のデータベース管理システムの検索処理方式では、
検索処理を止めるためには、プログラム、  を終了さ
せる必要があった。また、プログラムを強制終了させた
場合には、再立ち上げのための時間が掛かる。
In the search processing method of conventional database management systems,
In order to stop the search process, it was necessary to terminate the program. Furthermore, when a program is forcibly terminated, it takes time to restart it.

このためユーザは、検索要求の結果が返って来るまで長
時間待たれても、終了直前の検索処理を中止してしまう
可能性があるため、なかなか中止に踏み切れず、結果的
に無駄な時間を過ごしてしまうことがあった。
Therefore, even if the user has to wait a long time for the results of a search request to be returned, the user may end up canceling the search process just before it ends, making it difficult for the user to cancel the search process, resulting in wasted time. There were times when I had a hard time.

また、情報検索システムのようにデータ件数を通知して
絞り込みを図るような方法は、データベース管理システ
ムのような汎用システムの場合。
In addition, methods that notify the number of data items and narrow down the data as in an information retrieval system are used in general-purpose systems such as database management systems.

すべての条件項目にインデクスが付いているとは限らな
いので、データ件数の取得に実データへのアクセスが必
要となり、結果として同様の処理時間を要することにな
る。
Since not all condition items are indexed, it is necessary to access the actual data to obtain the number of data items, and as a result, the same processing time is required.

本発明の目的は、上記問題に鑑み、データベース管理シ
ステムにおいて、ユーザが、検索処理要求発行時、ユー
ザが設定した許容検索処理時間を越える処理を中断でき
、さらには処理の進捗状況を把握でき、中断した処理の
継続可否を指示できる手段を提供することにある。
SUMMARY OF THE INVENTION In view of the above-mentioned problems, an object of the present invention is to provide a database management system that allows a user to interrupt processing that exceeds the permissible search processing time set by the user when issuing a search processing request, and furthermore, allows the user to grasp the progress of the processing. The object of the present invention is to provide a means for instructing whether or not to continue an interrupted process.

〔課題を解決するための手段〕[Means to solve the problem]

上記目的は、データベース中にデータを格納し、ユーザ
の検索要求に応じて、指定された条件を満足するデータ
を検索するデータベース管理システムにおいて、該デー
タベース管理システムに、検索処理の実行開始前に、検
索処理開始から検索処理を中断するまでの許容検索処理
時間をユーザが設定するステップと、検索処理中に検索
処理時間を監視するステップと、検索処理時間が許容検
索処理時間を越えた場合に処理を中断するステップと、
中断後、中断した処理の継続可否をユーザに尋ねるス・
チップと、中断した処理の継続可否をユーザから受け取
るステップと、ユーザの指示により、中断した処理を継
続、あるいは無効にするステップとを設けたことを特徴
とするデータベース検索処理方式によって達成される。
The above purpose is to provide a database management system that stores data in a database and searches for data that satisfies specified conditions in response to a user's search request. A step in which the user sets the allowable search processing time from the start of the search process until the search process is interrupted, a step in which the search process time is monitored during the search process, and a process to be performed when the search process time exceeds the allowable search process time. a step that interrupts
After an interruption, the user is asked whether or not to continue the interrupted process.
This is achieved by a database search processing method characterized by providing a chip, a step of receiving from the user whether or not to continue the interrupted processing, and a step of continuing or invalidating the interrupted processing according to the user's instructions.

中断した処理の継続可否をユーザに尋ねるときに、監視
した検索処理時間と、処理済みデータ数と未処理のデー
タ数とに基づいて、検索終了までの処理時間を推定し、
未処理の推定検索時間を一緒に伝えても良い。
When asking the user whether to continue the interrupted process, the process estimates the processing time until the search ends based on the monitored search processing time, the number of processed data, and the number of unprocessed data,
The estimated unprocessed search time may also be conveyed.

〔作用〕[Effect]

上記手段の作用を以下に述べる。 The operation of the above means will be described below.

ユーザは、データベース管理システムへ検索要求を出す
前に、以下のパラメタを設定する。
The user sets the following parameters before issuing a search request to the database management system.

(1)中断機能実行可否 中断機能を適用するかどうかを示す。(1) Can the interrupt function be executed? Indicates whether suspend functionality is applied.

(2)許容検索処理時間(T) 中断機能適用時、検索開始がら検素処理を中断するまで
の時間。当該時間を越えると、検索処理を中断する。
(2) Allowable search processing time (T) When the interrupt function is applied, the time from the start of the search until the search processing is interrupted. When this time period is exceeded, the search process is interrupted.

上記のパラメタの設定は、システム全体のパラメタとし
たり、ユーザ単位、あるいはプログラム単位、検索要求
単位に設定できる。
The above parameters can be set for the entire system, or for each user, program, or search request.

ユーザが検索要求を発行すると、データベース管理シス
テムは、中断機能実行不要であれば、従来通り検索終了
まで処理を続行する。中断機能適用時であれば、まず検
索対象の全データの個数Nを取得し、その後、当該検索
要求の処理時間と処理済みのデータ件数nとを計測しな
がら検索処理を実行する。
When a user issues a search request, the database management system continues processing until the search ends as usual, unless execution of the interrupt function is necessary. When the interruption function is applied, first the number N of all data to be searched is obtained, and then the search process is executed while measuring the processing time of the search request and the number n of processed data items.

検索処理時間がTに達すると、データペース管理システ
ムは、残りの検索処理時間t[残すコを推定する。t[
残り]は、以下の式から算出する。
When the search processing time reaches T, the database management system estimates the remaining search processing time t. t[
The remainder] is calculated from the following formula.

t[残り]=(N/n)XT−T =(N−n)XT/n データペース管理システムは、中断した検索要求を発行
したユーザに対し、検索処理中断と、残りの検索処理所
要時間t[残り]を通知し、ユーザに続行の可否を問う
t [remaining] = (N/n) XT - T = (N - n) XT/n The database management system informs the user who issued the interrupted search request that the search process will be interrupted and that the remaining search processing time will be required. t [remaining] and asks the user whether or not to continue.

ユーザは、残りの検索処理所要時間t1により、継続の
可否を判断し、指示を行う。
The user determines whether to continue or not based on the remaining time t1 required for the search process, and issues an instruction.

データペース管理システムは、継続要求であれば、検索
処理を継続し、継続不可の要求であれば検索処理を中止
する。
The database management system continues the search process if it is a continuation request, and stops the search process if it is a request that cannot be continued.

以上により、検索処理が長時間にわたる検索要求の場合
に、ユーザの指示で検索処理を中断し、ユーザの判断で
継続の可否を決定することを可能とにする。
As described above, in the case of a search request in which the search process takes a long time, it is possible to interrupt the search process according to the user's instruction, and to make it possible for the user to decide whether to continue the search process or not.

〔実施例〕〔Example〕

以下、本発明の一実施例を図面を引用しながら説明する
An embodiment of the present invention will be described below with reference to the drawings.

第2図は、本発明のシステム構成を示す図である。デー
タペース管理システム50は、データペース管理システ
ム50が提供する端末インタフェース20、あるいはユ
ーザが作成したユーザプログラム30からデータベース
4oへのアクセス要求を受け取り、指示されたデータベ
ース操作を実行する。端末インタフェース2oは、端末
10から入力されたユーザの要求をデータペース管理シ
ステム5oに引渡し、その実行結果を端末10に出力す
る。ユーザプログラム30は、端末10等からユーザに
起動されて、当該プログラム30中に記述されたユーザ
の要求をデータペース管理システム50に引渡し、その
実行結果をそのまま、あるいは加工して端末10に出力
したプリンタに印字したりする。ユーザプログラム3o
は、バッチ処理的に、起動後、最後まで実行してしまう
ものもあるが、端末インタフェース2oのように、端末
10を介してユーザの要求を取得しながらインタラクテ
ィブに処理を進めるものもある。
FIG. 2 is a diagram showing the system configuration of the present invention. The database management system 50 receives an access request to the database 4o from the terminal interface 20 provided by the database management system 50 or the user program 30 created by the user, and executes the instructed database operation. The terminal interface 2o transfers the user's request input from the terminal 10 to the database management system 5o, and outputs the execution result to the terminal 10. The user program 30 is started by the user from the terminal 10 or the like, passes the user's request written in the program 30 to the database management system 50, and outputs the execution result to the terminal 10, either as is or after processing. Print it on a printer. User program 3o
Some of these are batch-processed and are executed to the end after startup, but others, such as the terminal interface 2o, proceed interactively while obtaining user requests via the terminal 10.

データペース管理システム50は、ユーザの要求を受け
取ると、要求制御部51が、その内容を解析し、対応す
る処理部を呼出し、必要な処理を実行させる。検索処理
部52は、データベース40に対する検索処理を司る。
When the database management system 50 receives a user's request, the request control unit 51 analyzes the content, calls the corresponding processing unit, and causes the request control unit 51 to execute the necessary processing. The search processing unit 52 manages search processing for the database 40.

更新処理部53は、データベース40に対する更新処理
を担当する。
The update processing unit 53 is in charge of updating the database 40.

定義処理部54は、データベース4oに対する定義処理
を担当する。
The definition processing unit 54 is in charge of definition processing for the database 4o.

第3図は、本発明を実施する最小機器構成を示す図であ
る。本発明の構成要素である、データベース管理システ
ム50.ユーザプログラム30、および端末インタフェ
ース2oは、計算機6o上で稼働する。2次記憶装置7
0は、データベース40や各プログラムが利用するデー
タやファイルが格納されている。端末1oは、端末ユー
ザが端末インタフェース20を介してデータペース管理
システム50を利用したり、ユーザプログラム30を起
動したりする場合に使用する。
FIG. 3 is a diagram showing the minimum equipment configuration for implementing the present invention. Database management system 50, which is a component of the present invention. The user program 30 and the terminal interface 2o run on the computer 6o. Secondary storage device 7
0 stores data and files used by the database 40 and each program. The terminal 1o is used when a terminal user uses the database management system 50 or starts the user program 30 via the terminal interface 20.

以下、本発明の処理手順を示す。The processing procedure of the present invention will be described below.

ユーザは、データペース管理システム50へ検索要求を
出す前に、以下のパラメタを設定する。
Before issuing a search request to the database management system 50, the user sets the following parameters.

(1)中断機能実行可否 中断機能を適用するかどうかを示す。(1) Can the interrupt function be executed? Indicates whether suspend functionality is applied.

(2)許容検索処理時間(T) 中断機能適用時、検索開始から検索処理を中断するまで
の時間。当該時間を越えると、検索処理を中断する。
(2) Allowable search processing time (T) When the interruption function is applied, the time from the start of the search until the search processing is interrupted. When this time period is exceeded, the search process is interrupted.

上記のパラメタの設定は、システム全体のパラメタとし
たり、ユーザ単位、あるいはプログラム単位、検索要求
単位毎に設定することもできる。
The above parameters can be set as parameters for the entire system, or can be set for each user, each program, or each search request.

システム全体のパラメタにする場合は、システム定義に
おいて、上記パラメタを設定、変更する。
If you want to make it a parameter for the entire system, set or change the above parameter in the system definition.

ユーザ単位のパラメタにする場合には、ユーザ定義にお
いて、上記パラメタを設定、変更する。プログラム単位
のパラメタの設定は、プログラムをプリプロセスすると
きのパラメタとして与える。
When setting parameters for each user, set or change the above parameters in the user definition. Parameter settings for each program are given as parameters when preprocessing the program.

あるいは、プログラム開始的に行うデータベース管理シ
ステムとの接続呼出し時のパラメタで与える。検索要求
単位にパラメタを設定する場合には5検索要求を引き渡
すときのパラメタとして与える。
Alternatively, it is given as a parameter when calling the connection to the database management system at the beginning of the program. When setting parameters for each search request, provide them as parameters when passing five search requests.

データベース管理システム50は、これらのパラメタを
制御情報として保持し、検索処理実行時、これらの制御
情報にもとづいて検索処理を制御する。
The database management system 50 holds these parameters as control information, and controls the search process based on these control information when executing the search process.

データベース管理システム50が、ユーザから検索要求
を受け取った時の、処理手順を示す。データベース管理
システム50は、ユーザからのデータベースアクセス要
求を、ユーザプログラム30、あるい端末インタフェー
ス20から受け取る。ユーザのデータベースアクセス要
求は全て、要求制御部51に引き渡される。要求制御部
51は、要求の内容によって、処理を振り分ける。検索
要求の場合、検索処理部52を呼出し、更新要求の場合
は更新処理部53.データベース定義要求の場合は定義
処理部54を呼び出す。
The processing procedure when the database management system 50 receives a search request from a user will be described. The database management system 50 receives a database access request from a user from the user program 30 or the terminal interface 20. All database access requests from users are passed to the request control unit 51. The request control unit 51 distributes processing depending on the content of the request. In the case of a search request, the search processing unit 52 is called, and in the case of an update request, the update processing unit 53. In the case of a database definition request, the definition processing unit 54 is called.

検索処理部52の処理手順を、第1図のフローチャート
を用いて示す。検索処理部52は、前述の制御情報にも
とづいて、中断機能の指定の有無をチエツクする(ステ
ップ100)。指定が無ければ、従来通り、検索終了ま
で処理を続行する(ステップ101)、中断機能の指定
があれば。
The processing procedure of the search processing section 52 will be shown using the flowchart of FIG. The search processing unit 52 checks whether the interrupt function is specified based on the control information described above (step 100). If there is no designation, the process continues until the search ends as usual (step 101), but if there is a designation for the interruption function.

当該検索要求の処理時間を監視しながら検索処理を実行
する(ステップ102)。一定時間毎に、経過時間をチ
エツクし、許容検索処理時間Tを越えていないかチエツ
クする(ステップ103)。
The search process is executed while monitoring the processing time of the search request (step 102). The elapsed time is checked at regular intervals to see if it has exceeded the allowable search processing time T (step 103).

一定時間の判定には、O8のタイマ監視機能を利用して
も良いし、検索対象のデータ1個分の処理毎に行っても
良い。なお、タイマ監視機能を利用して、許容検索処理
時間Tが過ぎたら、O8に連絡してもらう方法もある。
The determination of a certain period of time may be performed using the timer monitoring function of O8, or may be performed every time one piece of data to be searched is processed. Note that there is also a method of using a timer monitoring function to have the O8 be contacted when the allowable search processing time T has elapsed.

なお、許容検索処理時間T内に検索処理が終了した場合
には、従来通りに、検索結果を返す。
Note that if the search processing is completed within the allowable search processing time T, the search results are returned as before.

検索処理部52は、許容検索処理時間Tを越えたら、ユ
ーザへその旨を通知し、検索処理を継続するかどうかを
問い合わせる(ステップ104)。
When the allowable search processing time T has been exceeded, the search processing unit 52 notifies the user to that effect and inquires whether or not to continue the search processing (step 104).

検索処理部52は、ユーザからの返答が検索続行の指示
かどうかをチエツクする(ステップ105)。
The search processing unit 52 checks whether the response from the user is an instruction to continue the search (step 105).

検索続行不可の指示であれば検索要求を無効にする(ス
テップ1o6)。検索続行の指示であれば、検索が終る
まで、検索処理を続行する(ステップ107)。
If the instruction indicates that the search cannot be continued, the search request is invalidated (step 1o6). If the instruction is to continue the search, the search processing is continued until the search is completed (step 107).

以上により、ユーザは、許容検索処理時間を越えるよう
な検索要求を発行してしまった時に、処理を中断して継
続可否を指示することができるようになる。
As described above, when the user issues a search request that exceeds the allowable search processing time, the user can interrupt the process and instruct whether or not to continue the process.

別の実施例として、ユーザに継続可否の判断材料を与え
るために、中断時、検索終了までの推定所要時間を伝え
る方式を示す。
As another example, in order to provide the user with information to decide whether to continue the search, a method will be described in which the estimated time required until the end of the search is communicated when the search is interrupted.

この方式の場合、検索処理実行前に、検索対象となるデ
ータの個数Nを取得する。あるファイルのデータを順に
全件検索する場合には、データベースの管理情報として
保持しているファイル内のデータ件数を利用する。イン
デクスを利用したデータ検索の場合、インデクスの該当
するキー値のエントリ数を、検索対象のデータ件数にす
る。
In this method, the number N of data to be searched is obtained before executing the search process. When searching for all data in a file in order, the number of data in the file held as database management information is used. In the case of data search using an index, the number of entries of the corresponding key value in the index is set as the number of data items to be searched.

その後、検索処理を実行しながら、条件を満足したか、
しなかったかに関わらず、処理が済んだデータの個数、
インデクスの場合は処理が済んだエントリ数を、処理済
みデータ数nとしてカウントしていく。
After that, while executing the search process, check whether the conditions are satisfied or not.
The number of data that has been processed, regardless of whether it has been processed or not.
In the case of an index, the number of processed entries is counted as the processed data number n.

検索処理時間がTに達したら、検索処理部52は、残り
の検索処理時間t[残すコを以下の式に基づいて計算す
る。
When the search processing time reaches T, the search processing unit 52 calculates the remaining search processing time t [remaining time] based on the following formula.

t[残すコ=:(N−n)XT/n その後、ステップ104において、許容検索処理時間を
越えたことの通知と一緒に、検索終了までの推定所要時
間として計算した値を返す。
t[Remain=:(N-n)XT/n Then, in step 104, a value calculated as the estimated time required to complete the search is returned together with a notification that the allowable search processing time has been exceeded.

以上により、ユーザは、後どの位の時間を要するか予測
できるので、処理の継続可否を判断しやすくなる。
As described above, the user can predict how much time will be required, making it easier to judge whether or not to continue the process.

以上により、検索処理が長時間にわたる検索要求の場合
には、ユーザの指示で検索処理を中断し、ユーザの判断
で継続の可否を決定することが可能になる。
As described above, in the case of a search request that requires a long search process, it becomes possible to interrupt the search process based on the user's instruction, and to decide whether or not to continue the search process based on the user's judgment.

〔発明の効果〕〔Effect of the invention〕

以上説明したように、本方式によると、検索処理が長時
間にわたる検索要求の場合に、ユーザの指示で検索処理
を中断し、ユーザの判断で継続の可否を決定することが
できるので、使い勝手の良いユーザインタフェースを提
供できる。
As explained above, according to this method, when the search process is a long-term search request, the search process can be interrupted according to the user's instructions, and the user can decide whether to continue or not, which improves usability. Provides a good user interface.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は、本発明の実施例の処理の流れを説明するため
のフローチャート図である。第2図は、本発明の一実施
例の全体構成を示す図である。第3図は、本発明を実施
する最小機器構成を示す図である。 第2図中、10・・・端末ユーザが利用する端末、20
・・・端末ユーザ用のインタフェースプログラム、30
・・・ユーザプログラム、40・・・データベース、5
0・・・データベース管理システム、51,52゜53
.54・・・データベース管理システム50を構成する
要求制御部、検索処理部、更新処理部、定義処理部であ
る。 第3図中、60・・・計算機、70・・・2次記憶装置
を示す。 第1図
FIG. 1 is a flowchart for explaining the flow of processing in an embodiment of the present invention. FIG. 2 is a diagram showing the overall configuration of an embodiment of the present invention. FIG. 3 is a diagram showing the minimum equipment configuration for implementing the present invention. In Figure 2, 10...terminal used by the terminal user, 20
...Interface program for terminal users, 30
...User program, 40...Database, 5
0...Database management system, 51, 52゜53
.. 54: A request control unit, a search processing unit, an update processing unit, and a definition processing unit that constitute the database management system 50. In FIG. 3, 60 indicates a computer, and 70 indicates a secondary storage device. Figure 1

Claims (1)

【特許請求の範囲】 1、データベース中にデータを格納し、ユーザの検索要
求に応じて、指定された条件を満足するデータを検索す
るデータベース管理システムにおいて、該データベース
管理システムに、検索処理の実行開始前に、検索処理開
始から検索処理を中断するまでの許容検索処理時間をユ
ーザが設定するステップと、検索処理中に検索処理時間
を監視するステップと、検索処理時間が許容検索処理時
間を越えた場合に処理を中断するステップと、中断後、
中断した処理の継続可否をユーザに尋ねるステップと、
中断した処理の継続可否をユーザから受け取るステップ
と、ユーザの指示により、中断した処理を継続、あるい
は無効にするステップとを設けたことを特徴とするデー
タベース検索処理方式。 2、中断した処理の継続可否をユーザに尋ねる時に、監
視した検索処理時間と、処理済みデータ数と未処理のデ
ータ数とに基づいて、検索終了までの処理時間を推定し
、未処理の推定検索時間を一緒に伝えることを特徴とす
る特許請求範囲第1項記載のデータベース検索処理方式
[Claims] 1. In a database management system that stores data in a database and searches for data that satisfies specified conditions in response to a user's search request, the database management system is provided with a method for executing a search process. Before starting, there is a step in which the user sets the allowable search processing time from the start of the search process until the search process is interrupted, a step in which the search process time is monitored during the search process, and a step in which the search process time exceeds the allowable search process time. a step to suspend processing if
a step of asking the user whether or not to continue the interrupted process;
A database search processing method comprising: a step of receiving from a user whether or not to continue the interrupted process; and a step of continuing or invalidating the interrupted process based on the user's instructions. 2. When asking the user whether to continue the interrupted process, estimate the processing time until the search ends based on the monitored search processing time, the number of processed data, and the number of unprocessed data, and estimate the amount of unprocessed data. A database search processing method according to claim 1, characterized in that a search time is also transmitted.
JP2295352A 1990-11-02 1990-11-02 Data base retrieval processing system Pending JPH04169972A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2295352A JPH04169972A (en) 1990-11-02 1990-11-02 Data base retrieval processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2295352A JPH04169972A (en) 1990-11-02 1990-11-02 Data base retrieval processing system

Publications (1)

Publication Number Publication Date
JPH04169972A true JPH04169972A (en) 1992-06-17

Family

ID=17819501

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2295352A Pending JPH04169972A (en) 1990-11-02 1990-11-02 Data base retrieval processing system

Country Status (1)

Country Link
JP (1) JPH04169972A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06231173A (en) * 1993-02-01 1994-08-19 Hitachi Ltd Information retrieving device
JPH07295875A (en) * 1994-04-22 1995-11-10 Sharp Corp Information retrieval device
JPH10143523A (en) * 1996-11-11 1998-05-29 Nec Corp Information retrieval device
JP2002278992A (en) * 2001-03-15 2002-09-27 Hitachi Information Systems Ltd Data retrieval server, data retrieving method and data retrieval program
JP2012073903A (en) * 2010-09-29 2012-04-12 Brother Ind Ltd Retrieval device
JP2015022573A (en) * 2013-07-19 2015-02-02 富士通株式会社 Data analysis program, data analysis apparatus, and data analysis method
JP2018521391A (en) * 2015-05-18 2018-08-02 ゼットティーイー コーポレイション Big data calculation method and system, program and recording medium

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06231173A (en) * 1993-02-01 1994-08-19 Hitachi Ltd Information retrieving device
JPH07295875A (en) * 1994-04-22 1995-11-10 Sharp Corp Information retrieval device
JPH10143523A (en) * 1996-11-11 1998-05-29 Nec Corp Information retrieval device
US5963946A (en) * 1996-11-11 1999-10-05 Nec Corporation Information retrieval system for presenting information obtained through efficient retrieval of a data base and processing of the retrieval results
JP2002278992A (en) * 2001-03-15 2002-09-27 Hitachi Information Systems Ltd Data retrieval server, data retrieving method and data retrieval program
JP2012073903A (en) * 2010-09-29 2012-04-12 Brother Ind Ltd Retrieval device
JP2015022573A (en) * 2013-07-19 2015-02-02 富士通株式会社 Data analysis program, data analysis apparatus, and data analysis method
JP2018521391A (en) * 2015-05-18 2018-08-02 ゼットティーイー コーポレイション Big data calculation method and system, program and recording medium

Similar Documents

Publication Publication Date Title
US5331545A (en) System and method for planning support
US5953719A (en) Heterogeneous database system with dynamic commit procedure control
US6629109B1 (en) System and method of enabling file revision management of application software
US6553369B1 (en) Approach for performing administrative functions in information systems
JP2000067130A (en) Work flow managing system
JPH04169972A (en) Data base retrieval processing system
US6816874B1 (en) Method, system, and program for accessing performance data
JPH0542018B2 (en)
JP2001134476A (en) Method for updating data base in a batch
EP1011045B1 (en) Object-oriented job scheduler
JPH06243011A (en) Automatic maintenance system for data base
JP2927348B2 (en) Job management device
JPH04252341A (en) Control system for inquiring data base
JP2006343901A (en) Restoration support system
JP3524270B2 (en) Parallel processing system
JP3103731B2 (en) Database management device
JP2001101211A (en) Data base processing method
JPH01291333A (en) Event sorting processing system
JPH09237212A (en) File backup system
JPS6314236A (en) Job control system
JPH02197948A (en) File transfer system
JP2904243B2 (en) Exclusive control method in network management system
JPH0612305A (en) System for transaction processing between transaction processing systems
JPH0546452A (en) Commitment control system
JPH0236455A (en) Batch processing start control system