JPS62172427A - Secondary indexing device - Google Patents

Secondary indexing device

Info

Publication number
JPS62172427A
JPS62172427A JP61013448A JP1344886A JPS62172427A JP S62172427 A JPS62172427 A JP S62172427A JP 61013448 A JP61013448 A JP 61013448A JP 1344886 A JP1344886 A JP 1344886A JP S62172427 A JPS62172427 A JP S62172427A
Authority
JP
Japan
Prior art keywords
address
index
data
record
key value
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
JP61013448A
Other languages
Japanese (ja)
Inventor
Hiroyumi Inoue
井上 浩弓
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 Corp
Original Assignee
NEC Corp
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 Corp filed Critical NEC Corp
Priority to JP61013448A priority Critical patent/JPS62172427A/en
Publication of JPS62172427A publication Critical patent/JPS62172427A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To update a secondary index file without referring to a retrieval key value by providing an address index deleting means that deletes address index record from an address index file based on an address in which data record to be updated is stored. CONSTITUTION:When an index deleting means 12 receives a retrieval key value, offset and length from an index retrieving means 21, the means 12 starts a secondary index deleting means 18 making them parameters, and starts an address index deleting means 20 making an address a parameter. The secondary index deleting means 18 deletes secondary index record in which retrieval key value, offset, address and length coincide from a secondary index file 5 using the inputted retrieval key value. The address index deleting means 20 address registration index record from an address index file 6 using inputted address. Thus, registration and deletion of secondary index can be executed automatically without requiring taking out of the retrieval key value from the data record.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は電子計算機システムにかかわるデータベースシ
ステムに関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a database system related to an electronic computer system.

〔概要〕〔overview〕

本発明は、位置が不定な検索キー値を有するデ−タにか
かわるデータレコードの登録および削除を行う二次索引
装置において、 検索キー値を含む二次索引レコードを登録および削除す
る手段を設けることにより、 二次索引ファイルの更新をデータレコード内の検索キー
値を参照せずにデータレコードの更新に同期して実行す
ることができるようにしたものである。
The present invention provides, in a secondary index device that registers and deletes data records related to data having search key values whose positions are uncertain, a means for registering and deleting secondary index records including search key values. This makes it possible to update the secondary index file in synchronization with data record updates without referring to the search key values in the data records.

〔従来の技術〕[Conventional technology]

データベース上のデータレコードをその検索キー値から
検索するに際し、二次索引装置を用いることが有効であ
る。二次索引装置に備わる二次索引ファイルにはデータ
レコードの検索キー値とアドレスとを関係づける二次索
引レコードが格納される。この二次索引ファイルを定め
られた手順に従って検索することにより、検索キー値か
らその検索キー値に対応するデータレコードのアドレス
が求められる。また、二次索引ファイルはデータベース
上のデータレコードの更新に同期して更新する必要があ
るので、更新するデータレコードのアドレスから更新す
べき二次索引レコードを求める手段が必要である。
When searching data records on a database based on their search key values, it is effective to use a secondary indexing device. A secondary index file provided in the secondary index device stores secondary index records that associate search key values of data records with addresses. By searching this secondary index file according to a predetermined procedure, the address of the data record corresponding to the search key value is determined from the search key value. Furthermore, since the secondary index file needs to be updated in synchronization with the updates of data records on the database, a means for determining the secondary index record to be updated from the address of the data record to be updated is required.

従来例装置では、データベース上のデータレコード内で
二次索引ファイルに登録した検索キー値   ゛を予め
定められた位置と長さに固定することにより、そのアド
レスが示すデータレコード内の二次索引ファイルに登録
した検索キー値を求め、その検索キー値を用いて検索す
ることにより、目的の二次索引レコードを求めて二次索
引ファイルを更新していた。
In the conventional device, by fixing the search key value ゛ registered in the secondary index file in the data record on the database at a predetermined position and length, the secondary index file in the data record indicated by the address is fixed. By finding the search key value registered in , and searching using that search key value, the desired secondary index record was found and the secondary index file was updated.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

このような従来例装置では、検索キー値の位置と長さが
予め固定されているので、文章データベースに対するキ
ーワードなどの検索キー値の位置と長さがデータレコー
ド毎に異なるデータには使用できない欠点があった。
In such conventional devices, the position and length of the search key value are fixed in advance, so the disadvantage is that it cannot be used for data such as keywords for text databases where the position and length of the search key value differs from data record to data record. was there.

本発明はこのような欠点を除去するもので、データレコ
ード内の検索キー値を参照せずに二次索引ファイルの更
新が行える二次索引装置を提供することを目的とする。
The present invention aims to eliminate such drawbacks, and aims to provide a secondary indexing device that can update a secondary index file without referring to the search key value in the data record.

〔問題点を解決するための手段〕[Means for solving problems]

本発明は、データレコードを格納するデータファイル(
4)と、データレコードにかかわる検索キー値とこのデ
ータレコードの格納アドレスとを対応させる二次索引レ
コードを検索キー値に関して昇順に格納する二次索引フ
ァイルと、更新するデータレコードのアドレスに対応す
る二次索引レコードを更新する更新手段とを備えた二次
索引装置において、データレコードの格納アドレスとこ
のデータレコードにかかわる検索キー値とを対応させる
アドレス索引レコードをアドレスに関して昇順に格納す
るアドレス索引ファイルを備え、上記更新手段は、更新
されるデータレコードが格納されたアドレスに基づいて
、上記アドレス索引ファイルからこのデータレコードに
対応する検索キー値を検索するアドレス索引検索手段と
、このアドレス索引検索手段で検索された検索キー値に
基づいて、上記二次索引ファイルから二次索引レコード
を削除する二次削除手段と、更新されるデータレコード
が格納されるアドレスに基づいて、上記アドレス索引フ
ァイルからアドレス索引レコードを削除するアドレス索
引削除手段とを備えたことを特徴とする。
The present invention provides a data file (
4), a secondary index file that stores secondary index records that associate the search key value related to a data record with the storage address of this data record in ascending order with respect to the search key value, and a secondary index file that corresponds to the address of the data record to be updated. In a secondary index device equipped with an update means for updating a secondary index record, an address index file stores address index records in ascending order with respect to addresses, which corresponds a storage address of a data record with a search key value related to this data record. The updating means includes: an address index search means for searching the address index file for a search key value corresponding to the data record based on the address where the data record to be updated is stored; and the address index search means. a secondary deletion means for deleting a secondary index record from the secondary index file based on the search key value searched for; and a secondary deletion means for deleting a secondary index record from the secondary index file based on the search key value retrieved by and address index deletion means for deleting index records.

〔作用〕[Effect]

外部記憶媒体であるデータファイルには、データがデー
タレコードとして記憶される。また、データファイル内
のデータレコードの内容の一部分である検索キー値と、
データファイルに記憶された各々のデータレコードのデ
ータファイル内の位置をデータファイル内で一意に識別
する識別子であるアドレスと、検索キー値のデータレコ
ード内の位置であるオフセントおよび検索キー値の長さ
であるレングスとを対応づける二次索引レコードが外部
記憶媒体である二次索引ファイルに記憶される。また、
データレコードのアドレス、オフセット、およびレング
スとそのデータレコードに対応する検索キー値とを対応
づけるアドレス登録索引レコードが外部記憶媒体である
アドレス索引ファイルに検索キー値に関し昇順に記憶さ
れる。
A data file, which is an external storage medium, stores data as data records. Also, a search key value that is part of the content of a data record in a data file,
The address, which is an identifier that uniquely identifies the position in the data file of each data record stored in the data file, the offset, which is the position in the data record of the search key value, and the length of the search key value. A secondary index record that associates a length with a length is stored in a secondary index file that is an external storage medium. Also,
Address registration index records that associate addresses, offsets, and lengths of data records with search key values corresponding to the data records are stored in an address index file, which is an external storage medium, in ascending order of search key values.

さて、データ登録手段は、データを入力し、デ−タレコ
ードを作成し、データファイルに記憶し、さらにデータ
レコードを記憶したアドレスを出力する。二次索引登録
手段は、データレコードの検索キー値、アドレス、オフ
セット、およびレングスを入力し、二次索引レコードを
作成し、二次索引ファイルに検索キー値に関し昇順に登
録する。
Now, the data registration means inputs data, creates a data record, stores it in a data file, and outputs the address where the data record is stored. The secondary index registration means inputs the search key value, address, offset, and length of the data record, creates a secondary index record, and registers the search key value in the secondary index file in ascending order.

アドレス索引登録手段は、データレコードのアドレス、
検索キー値、オフセット、およびレングスを入力し、ア
ドレス索引レコードを作成し、アドレス索引ファイルに
アドレスに関し昇順に登録する。索引登録手段は、デー
タレコードのアドレス、検索キー値、オフセット、およ
びレングスを入力し、二次索引登録手段とアドレス索引
登録手段とを起動することにより、二次索引ファイルお
よびアドレス索引ファイルに二次索引レコードおよびア
ドレス索引レコードを登録する。
The address index registration means includes the address of the data record,
Enter the search key value, offset, and length, create an address index record, and register the address in ascending order in the address index file. The index registration means inputs the address, search key value, offset, and length of the data record, and activates the secondary index registration means and the address index registration means, thereby adding the secondary index to the secondary index file and the address index file. Register index records and address index records.

索引削除手段は、データを入力とし、データ登録手段を
起動することによりデータファイルにデータレコードを
登録し、データを用いてアドレス索引削除手段を起動す
ることによりアドレス索引ファイルからアドレス索引レ
コードを削除し、取得した検索キー値を用いて二次索引
削除手段を起動することにより二次索引ファイルから二
次索引レコードを削除する。データベース削除手段は、
データ削除手段と索引削除手段とを起動することにより
、データファイル、二次索引ファイル、およびアドレス
索引ファイルから、データレコード、二次索引レコード
、およびアドレス索引レコードをそれぞれ削除する。
The index deletion means inputs data and registers a data record in the data file by activating the data registration means, and deletes the address index record from the address index file by activating the address index deletion means using the data. , the secondary index record is deleted from the secondary index file by activating the secondary index deletion means using the acquired search key value. The database deletion method is
By activating the data deletion means and the index deletion means, data records, secondary index records, and address index records are deleted from the data file, secondary index file, and address index file, respectively.

すなわち、本発明は、位置が不定な検索キー値を持つデ
ータを記憶するデータレコードの登録および削除に際し
て、そのデータレコードを検索するための検索キー値を
記憶する二次索引レコードを自動的に登録および削除す
ることができる。
That is, the present invention automatically registers a secondary index record that stores a search key value for searching that data record when registering or deleting a data record that stores data with a search key value whose position is uncertain. and can be deleted.

〔実施例〕〔Example〕

以下、本発明実施例装置を図面に基づいて説明する。 DESCRIPTION OF THE PREFERRED EMBODIMENTS A device according to an embodiment of the present invention will be explained below based on the drawings.

第1図を参照すると、本発明実施例装置は、ユーザプロ
グラム1と、データベース管理装置2と、データベース
3とで構成される。ここで、データベース管理装置2は
、入出力インタフェース7と、データベース検索手段8
と、データベース登録手段9と、データベース削除手段
10と、索引登録手段11と、索引削除手段12と、デ
ータ検索手段13と、データ登録手段14と、データ削
除手段15と、二次索引検索手段16と、二次索引登録
手段17と、二次索引削除手段18と、アドレス索引登
録手段19と、アドレス索引削除手段20と、アドレス
索引検索手段21とで構成される。また、データベース
3は、データファイル4と、二次索引ファイル5と、ア
ドレス索引ファイル6とで構成される。
Referring to FIG. 1, the apparatus according to the embodiment of the present invention is comprised of a user program 1, a database management apparatus 2, and a database 3. Here, the database management device 2 includes an input/output interface 7 and a database search means 8.
, database registration means 9, database deletion means 10, index registration means 11, index deletion means 12, data search means 13, data registration means 14, data deletion means 15, secondary index search means 16 , secondary index registration means 17 , secondary index deletion means 18 , address index registration means 19 , address index deletion means 20 , and address index search means 21 . Further, the database 3 is composed of a data file 4, a secondary index file 5, and an address index file 6.

次に、第2図を参照すると、二次索引ファイル5に格納
される二次索引レコード201およびアドレス索引ファ
イルに格納されるアドレス索引レコード202は検索キ
ー値とデータレコードのアドレスと、検索キー値のデー
タレコード内のオフセットと検索キー値のレングスとを
含む。
Next, referring to FIG. 2, the secondary index record 201 stored in the secondary index file 5 and the address index record 202 stored in the address index file contain the search key value, the address of the data record, and the search key value. contains the offset within the data record and the length of the search key value.

さて、データファイル4には、オフセットおよびレング
スが不定な検索キー値を持つデータレコードが格納され
る。二次索引ファイル5には、データレコードの検索キ
ー値とアドレスとを対応づける二次索引レコードが検索
キー値によって昇順となるようにB−木構造で格納され
る。また、アドレス索引ファイル6には、データレコー
ドのアドレスと検索キー値とを対応づけるアドレス登録
索引レコードがアドレスによって昇順となるようにB−
木構造で格納される。
Now, the data file 4 stores data records having search key values with indefinite offsets and lengths. In the secondary index file 5, secondary index records that associate search key values of data records with addresses are stored in a B-tree structure in ascending order according to the search key values. The address index file 6 also includes address registration index records that associate data record addresses and search key values in ascending order by address.
Stored in a tree structure.

ユーザプログラム1はデータベース3をデータベース管
理装置2を介してアクセスする。ユーザプログラム1か
らデータベース管理装置2へのアクセス要求はデータベ
ース操作言語(以下、DMLという。)で行われる。D
MLは人出力インタフェース7で解析され、その解析内
容に応じてデータベース検索手段8、データベース登録
手段9、およびデータベース削除手段10のいずれかの
手段が起動される。
The user program 1 accesses the database 3 via the database management device 2. An access request from the user program 1 to the database management device 2 is made using a database manipulation language (hereinafter referred to as DML). D
The ML is analyzed by the human output interface 7, and one of the database search means 8, the database registration means 9, and the database deletion means 10 is activated depending on the content of the analysis.

データレコードの検索はデータファイル4と、二次索引
ファイル5と、データベース検索手段8と、データ検索
手段13と、二次索引検索手段16とで行われる。すな
わち、データベース検索手段8が起動されると、入力さ
れた検索キー値をパラメータとして二次索引検索手段1
6を起動する。二次索引詮索手段16が起動されると、
入力された検索キー値を用いて二次索引ファイル5を検
索して目的とする二次索引レコードを求め、その二次索
引レコードの内容からデータファイル内のデータレコー
ドのアドレスを求める。データベース検索手段8は受は
取ったアドレスを入力パラメータとしてデータ検索手段
13を起動し、データ検索手段13はアドレスを用いて
データファイル4を検索して目的とするデータレコード
を求める。
Searching for data records is performed using the data file 4, the secondary index file 5, the database search means 8, the data search means 13, and the secondary index search means 16. That is, when the database search means 8 is activated, the secondary index search means 1 uses the input search key value as a parameter.
6. When the secondary index snooping means 16 is activated,
The secondary index file 5 is searched using the input search key value to find the desired secondary index record, and the address of the data record in the data file is found from the contents of the secondary index record. The database search means 8 uses the received address as an input parameter to start the data search means 13, and the data search means 13 searches the data file 4 using the address to find the target data record.

データレコードの登録はデータファイル4と、二次索引
ファイル5と、アドレス索引ファイル6と、データベー
ス登録手段9と、索引登録手段11と、データ登録手段
14と、二次索引登録手段17とアドレス索引登録手段
19とで行われる。すなわち、データベース登録手段9
が起動されると、データをパラメータとしてデータ登録
手段14を起動する。
Data records are registered in the data file 4, the secondary index file 5, the address index file 6, the database registration means 9, the index registration means 11, the data registration means 14, the secondary index registration means 17, and the address index. This is done by the registration means 19. That is, the database registration means 9
When activated, the data registration means 14 is activated using the data as a parameter.

データ登録手段14は入力されたデータからデータレコ
ードを作成し、これをデータファイル4に登録する。ま
た、二次索引に対する登録が必要な場合に、そのデータ
レコードのアドレスと検索キー値、オフセット、および
レングスをパラメータとして索引登録手段11を起動す
る。索引登録手段11が起動されると、入力された検索
キー値と、アドレスと、オフセットと、レングスとをパ
ラメータとして二次索引登録手段17とアドレス索引登
録手段19とを起動する。二次索引登録手段17は入力
された検索キー値と、アドレスと、オフセットと、レン
グスとから二次索引レコードを作成し二次索引ファイル
5に登録し、アドレス索引登録手段19はアドレス登録
索引レコードを作成してアドレス索引ファイル6に登録
する。
The data registration means 14 creates a data record from the input data and registers it in the data file 4. Furthermore, when registration to the secondary index is required, the index registration means 11 is activated using the address, search key value, offset, and length of the data record as parameters. When the index registration means 11 is activated, the secondary index registration means 17 and the address index registration means 19 are activated using the input search key value, address, offset, and length as parameters. The secondary index registration means 17 creates a secondary index record from the input search key value, address, offset, and length and registers it in the secondary index file 5, and the address index registration means 19 creates an address registration index record. is created and registered in the address index file 6.

データレコードの削除はデータファイル4と、二次索引
ファイル5と、アドレス索引ファイル6と、データベー
ス削除手段10と、索引削除手段12と、データ削除手
段15と、二次索引削除手段18と、アドレス索引削除
手段20と、アドレス索引検索手段21とで行われる。
Data records are deleted from the data file 4, secondary index file 5, address index file 6, database deletion means 10, index deletion means 12, data deletion means 15, secondary index deletion means 18, address This is performed by the index deletion means 20 and the address index search means 21.

すなわち、データベース削除手段10が起動されると、
アドレスをパラメータとしてデータ削除手段15と索引
削除手段12とを起動する。データ削除手段15は入力
されたアドレスを用いてデータファイル4からデータレ
コードを削除する。索引削除手段12が起動されると、
入力されたデータレコードのアドレスをパラメータとし
てアドレス索引検索手段21を起動する。アドレス索引
検索手段21が起動されると、入力されたアドレスを用
いてアドレス索引ファイル6を検索し、データレコード
に対応する検索キー値と、オフセットと、レングスとを
すべて求める。索引削除手段12はアドレス索引検索手
段21から検索キー値と、オフセットと、レングスとを
受は取ると、それらをパラメータとして二次索引削除手
段18を起動し、アドレスをパラメータとしてアドレス
索引削除手段20を起動する。二次索引削除手段18は
入力された検索キー値を用いて二次索引ファイルから検
索キー値と、オフセットと、アドレスと、レングスとが
一致する二次索引レコードを削除する。アドレス索引削
除手段20は人力されたアドレスを用いてアドレス索引
ファイル6からアドレス登録索引レコードを削除する。
That is, when the database deletion means 10 is activated,
Data deletion means 15 and index deletion means 12 are activated using the address as a parameter. The data deletion means 15 deletes the data record from the data file 4 using the input address. When the index deletion means 12 is activated,
The address index search means 21 is activated using the address of the input data record as a parameter. When the address index search means 21 is activated, it searches the address index file 6 using the input address to obtain all the search key values, offsets, and lengths corresponding to the data record. When the index deletion means 12 receives the search key value, offset, and length from the address index search means 21, it activates the secondary index deletion means 18 using these as parameters, and uses the address as a parameter to activate the secondary index deletion means 18. Start. The secondary index deletion means 18 uses the input search key value to delete from the secondary index file a secondary index record whose search key value, offset, address, and length match. Address index deletion means 20 deletes address registration index records from address index file 6 using manually entered addresses.

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

本発明は以上説明したように、データレコードから検索
キー値を取り出すことを必要とせずに自動的に二次索引
の登録と削除を実行することができるので、データレコ
ードの中の検索キー値の位置と長さとを不定にすること
ができる効果がある。
As explained above, the present invention is capable of automatically registering and deleting a secondary index without retrieving search key values from data records. This has the effect of making the position and length indeterminate.

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

第1図は本発明実施例装置の構成を示すブロック構成図
。 第2図は二次索引レコードおよびアドレス索引コードの
構造を示すフォーマット。 1・・・ユーザプログラム、2・・・データベース管理
装置、3・・・データベース、4・・・データファイル
、5・・・二次索引ファイル、6・・・アドレス索引フ
ァイル、7・・・入出力インタフェース、8・・・デー
タベース検索手段、9・・・データベース登録手段、1
0・・・データベース削除手段、11・・・索引登録手
段、12・・・索引削除手段、13・・・データ検索手
段、14・・・データ登録手段、15・・・データ削除
手段、16・・・二次索引検索手段、17・・・二次索
引登録手段、18・・・二次索引削除手段、19・・・
アドレス索引登録手段、20・・・アドレス索引削除手
段、21・・・アドレス索引検索手段、201・・・二
次索引レコード、202・・・アドレス索引レコード。 特許出願人 日本電気株式会社 1、 代理人  弁理士 井 出 直 孝 情報フォーマット 第2図
FIG. 1 is a block configuration diagram showing the configuration of an apparatus according to an embodiment of the present invention. FIG. 2 is a format showing the structure of a secondary index record and an address index code. DESCRIPTION OF SYMBOLS 1... User program, 2... Database management device, 3... Database, 4... Data file, 5... Secondary index file, 6... Address index file, 7... Input Output interface, 8... Database search means, 9... Database registration means, 1
0... Database deletion means, 11... Index registration means, 12... Index deletion means, 13... Data search means, 14... Data registration means, 15... Data deletion means, 16. ...Secondary index search means, 17...Secondary index registration means, 18...Secondary index deletion means, 19...
Address index registration means, 20: address index deletion means, 21: address index search means, 201: secondary index record, 202: address index record. Patent Applicant NEC Corporation 1. Agent Patent Attorney Naotaka Ide Information Format Figure 2

Claims (1)

【特許請求の範囲】[Claims] (1)データレコードを格納するデータファイル(4)
と、 データレコードにかかわる検索キー値とこのデータレコ
ードの格納アドレスとを対応させる二次索引レコードを
検索キー値に関して昇順に格納する二次索引ファイル(
5)と、 更新するデータレコードのアドレスに対応する二次索引
レコードを更新する更新手段と を備えた二次索引装置において、 データレコードの格納アドレスとこのデータレコードに
かかわる検索キー値とを対応させるアドレス索引レコー
ドをアドレスに関して昇順に格納するアドレス索引ファ
イル(6) を備え、 上記更新手段は、 更新されるデータレコードが格納されたアドレスに基づ
いて、上記アドレス索引ファイルからこのデータレコー
ドに対応する検索キー値を検索するアドレス索引検索手
段(21)と、 このアドレス索引検索手段で検索された検索キー値に基
づいて、上記二次索引ファイルから二次索引レコードを
削除する二次削除手段(18)と、更新されるデータレ
コードが格納されるアドレスに基づいて、上記アドレス
索引ファイルからアドレス索引レコードを削除するアド
レス索引削除手段(19)と を備えたことを特徴とする二次索引装置。
(1) Data file that stores data records (4)
and a secondary index file (which stores secondary index records that associate the search key value related to a data record with the storage address of this data record in ascending order with respect to the search key value).
5) and updating means for updating a secondary index record corresponding to the address of the data record to be updated, the storage address of the data record is made to correspond to the search key value related to this data record. The update means includes an address index file (6) that stores address index records in ascending order with respect to addresses, and the updating means retrieves a data record corresponding to the data record from the address index file based on the address where the data record to be updated is stored. An address index search means (21) for searching a key value; and a secondary deletion means (18) for deleting a secondary index record from the secondary index file based on the search key value searched by the address index search means. and address index deletion means (19) for deleting an address index record from the address index file based on the address where the data record to be updated is stored.
JP61013448A 1986-01-24 1986-01-24 Secondary indexing device Pending JPS62172427A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61013448A JPS62172427A (en) 1986-01-24 1986-01-24 Secondary indexing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61013448A JPS62172427A (en) 1986-01-24 1986-01-24 Secondary indexing device

Publications (1)

Publication Number Publication Date
JPS62172427A true JPS62172427A (en) 1987-07-29

Family

ID=11833417

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61013448A Pending JPS62172427A (en) 1986-01-24 1986-01-24 Secondary indexing device

Country Status (1)

Country Link
JP (1) JPS62172427A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107430546A (en) * 2015-06-26 2017-12-01 华为技术有限公司 A kind of file updating method and storage device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107430546A (en) * 2015-06-26 2017-12-01 华为技术有限公司 A kind of file updating method and storage device
CN107430546B (en) * 2015-06-26 2020-04-21 华为技术有限公司 File updating method and storage device

Similar Documents

Publication Publication Date Title
JP3836928B2 (en) Database processing method
US6148296A (en) Automatic generation of database queries
US8478760B2 (en) Techniques of efficient query over text, image, audio, video and other domain specific data in XML using XML table index with integration of text index and other domain specific indexes
US7299404B2 (en) Dynamic maintenance of web indices using landmarks
JP2014222538A (en) System and method for scoping searches using index keys
JPH02501514A (en) How to combine software application programs that use attribute data model databases
JP2001014329A (en) Database processing method and implementation device, and medium stored with the processing program
US20050102276A1 (en) Method and apparatus for case insensitive searching of ralational databases
JPH05324719A (en) Document retrieval system
JPH10240760A (en) Method for managing related data
JPH10143539A (en) Information retrieving method, its system, recording medium recording information resource dictionary data and recording medium recording information retrieving program
JPS62172427A (en) Secondary indexing device
JPH0644309A (en) Data base managing system
JP4825504B2 (en) Data registration / retrieval system and data registration / retrieval method
JPH117445A (en) Integrated document management device
JP2002063165A (en) Method and system and program for information retrieval, and recording medium having the same program recorded thereon
JP3601869B2 (en) Machine translation system
JPS6129936A (en) Retrieval method
JP2000148548A (en) Unnecessary record deleting device
JP3498926B2 (en) Document database management system
JPH03129570A (en) Data base retrieving system
JPH03137772A (en) Data base utilizing system
JP2777273B2 (en) Document creation and management system
JPH0340070A (en) Data base retrieving device
JPH11161531A (en) File management system and machine-readable recording medium recorded with program