JPH04264975A - Auxiliary master retrieval system - Google Patents

Auxiliary master retrieval system

Info

Publication number
JPH04264975A
JPH04264975A JP3025877A JP2587791A JPH04264975A JP H04264975 A JPH04264975 A JP H04264975A JP 3025877 A JP3025877 A JP 3025877A JP 2587791 A JP2587791 A JP 2587791A JP H04264975 A JPH04264975 A JP H04264975A
Authority
JP
Japan
Prior art keywords
retrieval
search
master file
file
master
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
JP3025877A
Other languages
Japanese (ja)
Inventor
Masaaki Yamazaki
山▲崎▼ 正晃
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.)
NEC Software Kansai Ltd
Original Assignee
NEC Software Kansai 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 NEC Software Kansai Ltd filed Critical NEC Software Kansai Ltd
Priority to JP3025877A priority Critical patent/JPH04264975A/en
Publication of JPH04264975A publication Critical patent/JPH04264975A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To accelerate retrieval processing by generating a retrieval master file in which data targeted to retrieve is stored, and retrieving the retrieval master file when retrieval is performed. CONSTITUTION:This system is comprised of a master file 1, a submaster file 2, an update module 3, and a retrieval module 4. The update module 3 updates the master file 1 according to update instruction data 5. and furthermore, updates the submaster file 2 for instruction data that coincides with a retrieval condition. The retrieval module 4 retrieves the content of the submaster file 2 according to retrieval instruction data 6. The retrieval can be accelerated since the retrieval module 4 always refers to only the submaster file 2.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明は各種情報の集積されたフ
ァイル(以下、マスタファイルと呼ぶ)のうち、検索対
象となる情報が全情報ではなく、且つ検索処理に迅速さ
が要求される場合に関する。
[Industrial Application Field] The present invention is applicable to files in which various types of information are accumulated (hereinafter referred to as master files), when the information to be searched is not all the information and speedy search processing is required. Regarding.

【0002】0002

【従来の技術】従来の情報検索処理においては、図2に
示すようにマスタファイルの内容を検索する条件につい
て全件照合し、その結果を得る方式をとっている。
2. Description of the Related Art In conventional information retrieval processing, as shown in FIG. 2, all the contents of a master file are checked against the retrieval conditions to obtain the results.

【0003】この方式では、マスタファイルの情報件数
が大量の場合で且つ検索する対象となる情報の件数が少
ない場合であっても全件について照合するので、検索処
理の実行に膨大な時間を費すことになる。
[0003] In this method, even when the number of information items in the master file is large and the number of information items to be searched is small, all items are compared, so a huge amount of time is spent executing the search process. I will do it.

【0004】0004

【発明が解決しようとする課題】上述の従来の検索方式
では、マスタファイルの情報件数に比例して検索処理の
時間が決定してしまう。したがって大量の情報を蓄積す
るようなマスタファイルの場合、検索処理が効率的に行
えないという問題点があった。
In the conventional search method described above, the time for the search process is determined in proportion to the number of information items in the master file. Therefore, in the case of a master file that stores a large amount of information, there is a problem that search processing cannot be performed efficiently.

【0005】[0005]

【課題を解決するための手段】本発明の補助マスタ検索
方式は、大量件数のマスタファイルを即時処理で検索す
るシステムにおいて、検索対象となるデータを格納した
検索マスタファイルを作成し、検索時には前記検索マス
タファイルを検索するようにして構成される。
[Means for Solving the Problems] The auxiliary master search method of the present invention, in a system that searches a large number of master files in real-time processing, creates a search master file that stores data to be searched, and when searching, It is configured to search the search master file.

【0006】また、本発明の補助マスタ検索方式は、マ
スタファイルを更新するとき、更新データが検索対象と
なるデータの場合には前記更新データによって検索マス
タファイルも更新するようにして構成される。
Further, the auxiliary master search method of the present invention is configured such that when updating a master file, if the updated data is data to be searched, the search master file is also updated with the updated data.

【0007】[0007]

【実施例】次に、本発明について図面を参照して説明す
る。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be explained with reference to the drawings.

【0008】図1は本発明の一実施例を示す説明図であ
る。同図において1はマスタファイル、2はサブマスタ
ファイル、3は更新モジュール、4は検索モジュール、
5は更新指示データ、そして6は検索指示データをそれ
ぞれ表す。
FIG. 1 is an explanatory diagram showing one embodiment of the present invention. In the figure, 1 is a master file, 2 is a submaster file, 3 is an update module, 4 is a search module,
5 represents update instruction data, and 6 represents search instruction data.

【0009】更新モジュール3は更新指示データ5に従
いマスタファイル1を更新し、さらに検索条件と合致す
る指示データについてはサブマスタファイル2も更新す
る。
The update module 3 updates the master file 1 according to the update instruction data 5, and also updates the sub-master file 2 for instruction data that matches the search conditions.

【0010】検索モジュール4は検索指示データ6に従
い、サブマスタファイル2の内容を検索する。検索モジ
ュール4は常にサブマスタファイル2のみを参照するの
で検索を迅速化することができる。
The search module 4 searches the contents of the sub-master file 2 according to the search instruction data 6. Since the search module 4 always refers to only the submaster file 2, the search can be speeded up.

【0011】[0011]

【発明の効果】以上説明したように本発明は、検索処理
の迅速化を目的として検索処理専用のサブマスタファイ
ルを用意し更新処理時にサブマスタファイルも同時に更
新することにより、マスタファイルと同じ情報をあたか
も直接検索するが毎く検索処理を行えるようにしている
。すなわち検索対象となる情報を限定することにより、
従来の手法に比べ飛躍的な処理時間の短縮が実現できる
という効果を有している。
Effects of the Invention As explained above, the present invention provides a sub-master file exclusively for search processing for the purpose of speeding up search processing, and updates the sub-master file at the same time during update processing, thereby retaining the same information as the master file. The search process can be performed as if searching directly. In other words, by limiting the information to be searched,
This method has the effect of dramatically reducing processing time compared to conventional methods.

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

【図1】本発明の一実施例を示す説明図。FIG. 1 is an explanatory diagram showing one embodiment of the present invention.

【図2】従来例を示す説明図。FIG. 2 is an explanatory diagram showing a conventional example.

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

1    マスタファイル 2    サブマスタファイル 3    更新モジュール 4    検索モジュール 1 Master file 2 Sub master file 3 Update module 4 Search module

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】  大量件数のマスタファイルを即時処理
で検索するシステムにおいて、検索対象となるデータを
格納した検索マスタファイルを作成し、検索時には前記
検索マスタファイルを検索することを特徴とする補助マ
スタ検索方式。
[Claim 1] An auxiliary master file in a system for searching a large number of master files in real-time processing, characterized in that a search master file is created that stores data to be searched, and the search master file is searched during a search. Search method.
【請求項2】  マスタファイルを更新するとき、更新
データが検索対象となるデータの場合には前記更新デー
タによって検索マスタファイルも更新することを特徴と
する請求項1記載の補助マスタ検索方式。
2. The auxiliary master search method according to claim 1, wherein when updating the master file, if the updated data is data to be searched, the search master file is also updated with the updated data.
JP3025877A 1991-02-20 1991-02-20 Auxiliary master retrieval system Pending JPH04264975A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3025877A JPH04264975A (en) 1991-02-20 1991-02-20 Auxiliary master retrieval system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3025877A JPH04264975A (en) 1991-02-20 1991-02-20 Auxiliary master retrieval system

Publications (1)

Publication Number Publication Date
JPH04264975A true JPH04264975A (en) 1992-09-21

Family

ID=12178018

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3025877A Pending JPH04264975A (en) 1991-02-20 1991-02-20 Auxiliary master retrieval system

Country Status (1)

Country Link
JP (1) JPH04264975A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6288732B1 (en) 1996-09-10 2001-09-11 Minolta Co., Ltd. Information processor

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6288732B1 (en) 1996-09-10 2001-09-11 Minolta Co., Ltd. Information processor
US6300949B1 (en) 1996-09-10 2001-10-09 Minolta Co., Ltd. Information processor

Similar Documents

Publication Publication Date Title
US6345271B1 (en) Method and apparatus for transforming queries
US6353819B1 (en) Method and system for using dynamically generated code to perform record management layer functions in a relational database manager
JPH06131392A (en) Database system
JPH04264975A (en) Auxiliary master retrieval system
JP2004206629A (en) Heterogeneous data source integrated retrieval server system
JP2925042B2 (en) Information link generation method
JPH0773187A (en) Retrieving system
CN111651423A (en) Distributed memory-oriented security index system and method
JPH1173353A (en) Transaction retrieval processor based on specified time
JPS63204434A (en) Electronic document retrieving device
JPS6380325A (en) Information retrieval method and index used therefor
JPS6074056A (en) File control system for history information
JPH05313971A (en) Key word managing system in relational data base
JP3398672B2 (en) Intermediate data storage device
JPH04304559A (en) Data retrieving system
JP2000020527A (en) Retrieving system in data base
JPH04260127A (en) Program source managing system
JPH03251958A (en) Object retrieving control system
JPH04138536A (en) Specification system for file
JPH05250335A (en) Data base update processing system of loosely coupled multiprocessor system
JPH0635766A (en) Document data management system
JPH05151059A (en) Exclusive control system for customer data
JPH04148373A (en) Data retrieving system
JPH04135243A (en) Label table retrieving system
JPH04256041A (en) Data base retrieving device