Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
JPS6244659B2 - - Google Patents
[go: Go Back, main page]

JPS6244659B2 - - Google Patents

Info

Publication number
JPS6244659B2
JPS6244659B2 JP56079016A JP7901681A JPS6244659B2 JP S6244659 B2 JPS6244659 B2 JP S6244659B2 JP 56079016 A JP56079016 A JP 56079016A JP 7901681 A JP7901681 A JP 7901681A JP S6244659 B2 JPS6244659 B2 JP S6244659B2
Authority
JP
Japan
Prior art keywords
key
search
keys
read
specified
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.)
Expired
Application number
JP56079016A
Other languages
Japanese (ja)
Other versions
JPS57193837A (en
Inventor
Isamu Oda
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP56079016A priority Critical patent/JPS57193837A/en
Publication of JPS57193837A publication Critical patent/JPS57193837A/en
Publication of JPS6244659B2 publication Critical patent/JPS6244659B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Indexing, Searching, Synchronizing, And The Amount Of Synchronization Travel Of Record Carriers (AREA)

Description

【発明の詳細な説明】 本発明は複数個のキーをもつデータレコードの
検索方式、さらに詳しく言えば、それぞれが種類
の異なる複数個のキーをもつ多数のデータレコー
ドをキーの種類およびキーにより検索する方式に
関する。
DETAILED DESCRIPTION OF THE INVENTION The present invention provides a search method for data records having multiple keys, and more specifically, a method for searching data records having multiple keys of different types. Regarding the method of

例えば、部品に関するデータ、例えば単価、販
売元、性能、規格その他のデータをデータレコー
ドとし、該当部品の品名等をキーとして付加して
記憶装置に格納しておき、上記キーによつて該当
データレコードを検索して、所望部品のデータを
得ることが行なわれている。この場合、同一部品
のデータレコードに対して、品名、名称、仕様、
あるいは顧客独特の品名等に対応して複数個の異
る種類のキーを付加しておき、どの種類のキーか
らでも、すなわち、上記の部品の場合、品名、名
称、仕様あるいは顧客独特の品名のいづれを使用
しても、検索可能とすることが便利である。
For example, data related to parts, such as unit price, vendor, performance, standards, and other data, are stored in a storage device with the product name of the part added as a key, and the data is recorded using the key. Data on a desired part is obtained by searching for the desired part. In this case, the product name, name, specifications,
Alternatively, you can add multiple different types of keys corresponding to customer-specific product names, etc., and use any type of key to access the product name, name, specifications, or customer-specific product name. No matter which one is used, it is convenient to make it searchable.

各キーに異る順位を与えてキーを順位の順に例
えば昇順に配列してあれば、検索を迅速に行なう
ことができる。しかし、上記のように、データに
複数個の異る種類のキーを付与する場合、1種類
のキーに着目してこれ等キーに異る順位を与えて
データレコードをキーの昇順に配列したとして
も、他の種類のキーに対しては昇順とはならず、
ランダムな順序の配列となる。このようにキーに
関してランダムな順序で配列されたデータレコー
ドのキーによる検索は、例えば、総べてのデータ
レコードを1つずつ順次に読み出して、読み出し
たキーと指定した検索キーとをいちいち比較して
一致を検出することにより可能であるが、このよ
うにすれば、最悪の場合、キーを含むデータレコ
ードの読出しおよびキーの比較を、格納されてい
るデータレコードの数と同じ回数、実行しなけれ
ばならないので、検索時に実行する読出しおよび
比較処理の回数が多くなり、検索に時間がかかる
欠点がある。
If each key is assigned a different rank and the keys are arranged in ascending order, for example, the search can be performed quickly. However, as mentioned above, when assigning multiple different types of keys to data, it is assumed that one type of key is focused on and the data records are arranged in ascending order of keys by assigning different ranks to these keys. is not ascending for other types of keys,
This will be an array in random order. Searching by key for data records arranged in a random order with respect to keys can be done, for example, by sequentially reading all the data records one by one and comparing the read keys with the specified search key one by one. In the worst case, this would require reading the data record containing the key and comparing the keys as many times as there are stored data records. Therefore, the number of times of reading and comparison processing to be executed during a search increases, resulting in a disadvantage that the search takes time.

本発明は複数の異る種類のキーをもち、しかも
ランダムな順序の配列のデータレコードのキーに
よる検索を迅速に、すなわちlog2N+1(ここに
Nはデータレコードの全数)回以下の読出しおよ
び比較処理により、任意の種類のキーにより可能
とするデータレコードの検索方式を提供すること
を目的とする。
The present invention enables quick key-based searches of data records having a plurality of different types of keys and arranged in a random order, i.e., reading and comparing less than log 2 N+1 (where N is the total number of data records) times. The purpose of the process is to provide a method for retrieving data records using any type of key.

次に本発明を図面について説明する。 Next, the present invention will be explained with reference to the drawings.

第4図は本発明において使用する2分岐検索手
順の原理説明図である。ここにA,B,C,D,
E,F,Gはそれぞれキーで、それぞれに順位が
付されAよりGに向つて順位が高いとする。い
ま、検索しようとするキーをXとする。まず上記
キーA〜Gの順位が中央のキーDを読出し、Xと
比較する。XがDの場合は一致し、一致しない場
合、Xの順位が低ければ、Dより順位の低いA,
B,Cのうちの中央のBを指定して読出し、Xと
Bとを比較する。XがBであれば一致するが、一
致しないと、XがBより低ければ、Bより順位の
低いAを指定してAを読み出し、XとAとを比較
する。この場合Aは比較対象キーの最終段階のも
のであるのでXとAとは一致する。またXがBよ
り高ければBより順位の高いCを指定して読出
し、Xと比較する。この場合も上記と同様にXと
Cとは一致する。
FIG. 4 is a diagram explaining the principle of the two-branch search procedure used in the present invention. Here A, B, C, D,
E, F, and G are keys, each of which is ranked, and G is ranked higher than A. Let us now assume that the key to be searched is X. First, key D, which is in the middle of the keys A to G, is read out and compared with key D. If X is D, they match; if they do not match, if X is lower in rank, A, which is lower in rank than D,
The center B of B and C is designated and read out, and X and B are compared. If X is B, they match, but if they do not match, and if X is lower than B, A, which is lower in rank than B, is specified, A is read out, and X and A are compared. In this case, since A is the final key to be compared, X and A match. If X is higher than B, C, which is higher in rank than B, is specified and read out and compared with X. In this case as well, X and C match as described above.

なお、XとDとの順位を比較したとき、上記と
異なりXの順位が高ければDより順位の高いE,
F,Gのうちの中央のFを指定して読出し、Xと
Fとを比較し、XがFならば一致し、一致しない
とき、XがFより高ければGを指定して読出しX
と比較する。この場合Gは比較対象の最後段階の
ものであるからXとGとは一致する。またXがF
より低ければEを指定してこれを読み出しXと比
較する。この場合も上記と同様にXとFとは一致
する。
Note that when comparing the ranks of X and D, unlike the above, if the rank of X is higher, then E, which is higher in rank than D,
Specify and read the middle F of F and G, compare X and F, if X is F, they match, and if they do not match, if X is higher than F, specify G and read X
Compare with. In this case, since G is at the last stage of comparison, X and G match. Also, X is F
If it is lower, specify E and read it and compare it with X. In this case as well, X and F match as described above.

このように、7個のキーから多くとも3回の読
出しおよび比較により指定されたキーを検索し、
そのキーのもつデータレコードを読出すことがで
きる。すなわち、多くともlog2(N+1)回(こ
の場合N=7であるのでlog2(7+1)=3)の
読出しで指定されたキーを検索することができ
る。
In this way, the specified key is retrieved by at most three reads and comparisons among the seven keys,
The data record of that key can be read. That is, the specified key can be searched for at most log 2 (N+1) times (in this case, since N=7, log 2 (7+1)=3).

上記において、読出したキーと指定した検索キ
ーの順位を比較して次回に読み出すキーを指定す
る情報を、順位の低いキーを指定する場合は下方
検索ポインタ(LP)、順位の高いキーを指定する
場合は上方検索ポインタ(UP)と称する。
In the above, the information that specifies the next key to be read by comparing the ranking of the read key and the specified search key is specified as the lower search pointer (LP) when specifying a key with a lower ranking, and the key with a higher ranking. In this case, it is called an upward search pointer (UP).

第1図は本発明の一実施例の構成を示すブロツ
ク図である。図において、Mは記憶部、MCTL
は記憶部制御部、K−COMはキー比較部、KIN
は検索条件指定部であつてキーの種類指定情報
KSとキー指定情報KVとを入力端KSin,KVinよ
りそれぞれ入力する。記憶部Mはキーの種類に対
応するエントリポインタEP1〜EPmを格納するエ
ントリポインタ格納領域EAとデータレコード
DR1〜DRnを格納するデータレコード格納領域
DRAとを具備する。
FIG. 1 is a block diagram showing the configuration of one embodiment of the present invention. In the figure, M is the storage unit, MCTL
is the storage control unit, K-COM is the key comparison unit, KIN
is the search condition specification part and the key type specification information
KS and key specification information KV are input from input terminals KSin and KVin, respectively. The storage section M has an entry pointer storage area EA for storing entry pointers EP 1 to EPm corresponding to the type of key, and a data record.
Data record storage area for storing DR 1 to DRn
Equipped with DRA.

第2図は、上記のデータレコードDR1〜DRnの
構成を示す図である。図において、DRはデータ
レコードの構成を示し、Dの部分にデータ(前記
部品の場合には、単価、販売元、性能、その他の
情報)を、また、K1〜Kmで示す部分にそれぞれ
種類別のキーおよび該キー対応の検索ポインタ
LP,UPを有する。図のKは部分K1の詳細を示す
もので、キーKV、下方検索ポインタLPおよび上
方検索ポインタUPとから構成される。図示して
いないが他の部分K2〜Kmもそれぞれ同一の構成
である。キーKVの種類は部分K1〜Kmのサフイ
ツクスに対応させることができる。
FIG. 2 is a diagram showing the structure of the above data records DR 1 to DRn. In the figure, DR indicates the structure of a data record, data (in the case of the above parts, unit price, vendor, performance, and other information) is shown in part D, and types are shown in parts K 1 to Km, respectively. Another key and its corresponding search pointer
Has LP and UP. K in the figure shows details of part K1 , which is composed of a key KV, a downward search pointer LP, and an upward search pointer UP. Although not shown, the other portions K 2 to Km also have the same configuration. The type of key KV can be made to correspond to the suffixes of the part K 1 to Km.

第3図は、記憶部Mに格納されている各データ
の詳細を示す。記憶部Mのデータレコード格納領
域DRAにはデータレコードDR1〜DR7が図示のよ
うに格納される。格納されているデータレコード
DR1〜DR7のそれぞれの第1の種類のキーに対応
する部分K1に格納されているキーKVは、A,
B,C,D,E,F,Gで、この順序に順位が高
くなるものとする。しかし、ここには昇順ではな
く、ランダムに格納されている。
FIG. 3 shows details of each data stored in the storage section M. In the data record storage area DRA of the storage section M, data records DR 1 to DR 7 are stored as shown. stored data records
The keys KV stored in the portion K1 corresponding to each of the first type keys of DR 1 to DR 7 are A,
B, C, D, E, F, and G are ranked in this order. However, they are stored here in random order, not in ascending order.

記憶部Mのエントリポインタ格納領域EPAに
はキーの種類に対応してエントリポインタEP1
EPmが格納されているが図にはそのうちの第1
の種類のキーに対応するエントリポインタEP1
みを示す。エントリポインタEP1〜EPmには、キ
ーの種類に対応して、第1回目に読出すデータレ
コード(DR1〜DR7のうちの一つで、第4図にお
いて説明したとおり、該当する種類の全キー中の
中央の順位のキーに対応するもの)のアドレス・
データを与えておく。
The entry pointer storage area EPA of the storage unit M contains entry pointers EP 1 to EPA corresponding to the type of key.
EPm is stored, but the first one of them is shown in the figure.
Only the entry pointer EP 1 corresponding to the type of key is shown. Entry pointers EP 1 to EPm contain data records of the corresponding type (one of DR 1 to DR 7 , which are read for the first time, as explained in FIG. 4) corresponding to the type of key. address of the key in the middle position among all keys
Give the data.

第1図に示す実施例において、第1の種類のキ
ーを指定し、該当種類の中のキーX(A〜Gのう
ちの一つ)でデータレコードを検索するには、ま
づ、検索条件指定部KINにおいて、入端KSinよ
りキーの種類(1〜m)を指定する情報1をまた
入端KVinより、該種類のキーの一つを指定する
キー情報Xを入力する。そして指定された種類の
全キーより指定されたキーを2分岐検索手順によ
り検索する。
In the embodiment shown in FIG. 1, in order to specify the first type of key and search for a data record using key X (one of A to G) in the corresponding type, first, the search condition is In the specification section KIN, information 1 specifying the type of key (1 to m) is inputted from the input end KSin, and key information X specifying one of the keys of the type is inputted from the input end KVin. Then, the specified key is searched for from all keys of the specified type using a two-branch search procedure.

キーの種類指定情報1は記憶部制御部MCTL
に入力し、この情報1により該種類1に対応する
エントリポインタEP1の内容この場合“6”を読
み出し、これをアドレスとして、データレコード
格納領域DRAのアドレス(AD)6から中央順位
のキーDをもつデータレコードを読み出し、キー
比較部K−COMに転送する(第3図参照)。
Key type specification information 1 is the storage control unit MCTL
With this information 1, the content of the entry pointer EP 1 corresponding to the type 1 is read out, in this case "6", and using this as an address, the data record storage area DRA is moved from address (AD) 6 to the central key D. The data record having the following data is read out and transferred to the key comparison section K-COM (see Fig. 3).

キー比較部K−COMは先に検索条件指定部
KINからキーの種類を指定する情報1およびキー
情報Xが入力され、保持されている。
The key comparison section K-COM is first search condition specification section.
Information 1 specifying the type of key and key information X are input from KIN and are held.

キー比較部K−COMにおいて、上記の転送さ
れたデータレコードのキー種類指定情報1で指定
される部分K1のキーDと指定されたキーXと比
較する。XがDであれば一致が検出され、この結
果検索が終了したと識別され、キー比較部K−
COMに保持されているデータレコードDR6は出
力端Outから出力される。
The key comparison unit K-COM compares the key D of the portion K1 designated by the key type designation information 1 of the transferred data record with the designated key X. If X is D, a match is detected, and as a result, it is determined that the search has ended, and the key comparison unit K-
The data record DR 6 held in COM is output from the output terminal Out.

XがDでなければ、XとDとの順位が比較さ
れ、XがDより低い順位にあればデータレコード
DR6中の部分K1中の下方検索ポインタLPすなわ
ち“5”が抽出され、この情報が記憶部制御部
MCTLに転送される。この下方検索ポインタLP
の情報“5”はキーDより下位のキーのうちの中
央の順位のキーBのアドレス情報である。
If X is not D, the ranks of X and D are compared, and if X is lower than D, the data record is
The downward search pointer LP, that is, "5" in part K1 in DR6 is extracted, and this information is stored in the storage controller.
Transferred to MCTL. This downward search pointer LP
The information "5" is the address information of the key B in the middle order among the keys lower than the key D.

記憶部制御部MCTLは、上記情報“5”をア
ドレスとして、記憶部Mのデータレコード格納領
域DRAからキーBをもつデータレコードDR6を読
出して、キー比較部K−COMに転送し、上記と
同様の手順で、XとBとを比較する。XがBであ
れば一致するので検索は終了し、転送されたデー
タレコードDR6を出力する。一致しなければ、さ
らに上記と同様の手順により、第4図について説
明した2分岐検索手順に従つて、検索を続行す
る。
The storage unit control unit MCTL uses the above information “5” as an address to read data record DR 6 with key B from the data record storage area DRA of the storage unit M, transfers it to the key comparison unit K-COM, and compares it with the above. Compare X and B using the same procedure. If X is B, there is a match, so the search ends and the transferred data record DR 6 is output. If there is no match, the search continues in the same manner as above, following the two-branch search procedure described with reference to FIG.

上記検索途中において、XとDとの順位を比較
したときXがDより高い順位にあれば、データレ
コードDR6中の部分K1中の上方検索ポインタUP
の情報“2”が抽出され、上記のようにこの
“2”をアドレスとして、キーDより上位の3個
のキーの中央の順位のキーFをもつデータレコー
ドDR2が読み出され、上記と同様の手順により検
索が行なわれる。
During the above search, when comparing the ranks of X and D, if X is in a higher rank than D, the upward search pointer in part K 1 of data record DR 6 is UP.
information "2" is extracted, and as described above, using this "2" as an address, data record DR 2 with key F in the middle order of the three keys higher than key D is read out, and the above A search is performed using a similar procedure.

異なる種類のキーにより検索を行なう場合は、
新しくキーの種類を指定して上記と同様に検索を
行なう。
If you want to search using different types of keys,
Specify a new key type and perform the search in the same way as above.

上記において、もはや2分岐することができな
い検索の最終段階のキーA,G,E,Cにおいて
は、上方および下方検索ポインタUP,LPとして
“0”を設定する。従つて、検索の最終段階にお
いて、不一致を検出したときは、換言すれば、使
用してないキーを指定する等により検索不可能な
ときは、検索ポインタとして“0”が記憶部制御
部MCTLに送られる。記憶部制御部MCTLでは
これに基いて出力端ERに検索不能情報を送出す
る。
In the above, for keys A, G, E, and C at the final stage of the search, which can no longer be branched into two, "0" is set as the upper and lower search pointers UP and LP. Therefore, in the final stage of the search, when a mismatch is detected, in other words, when the search is impossible due to specifying an unused key, "0" is set as the search pointer in the storage controller MCTL. Sent. Based on this, the storage controller MCTL sends unsearchable information to the output terminal ER.

上記データレコード7個を検索する場合につい
て説明したが、本発明は、その検索対象のデータ
レコードは7個に限られるものではなく、さらに
多数のデータレコードの検索を全く同様の手順で
行なうことが可能なことは言うまでもない。
Although the case where seven data records are searched has been described above, the present invention is not limited to seven data records; it is also possible to search a larger number of data records using exactly the same procedure. It goes without saying that it is possible.

本発明は、上記のように構成されているので、
複数の種類のキーをもち、しかもランダムな順序
のデータレコードの検索を迅速に行ない得る効果
がある。例えば1023個のレコードから検索を行な
う場合、レコードを順次に読出して検索を行なう
と最悪の場合1023回の読出し作業を要するが、本
発明によれば最悪の場合でも(log21023+1=)
10回の読出し作業で検索を終了することができ
る。
Since the present invention is configured as described above,
This has the effect of quickly searching for data records that have multiple types of keys and are in random order. For example, when searching from 1023 records, if the records are sequentially read and searched, it will require 1023 read operations in the worst case, but according to the present invention, even in the worst case (log 2 1023 + 1 =)
The search can be completed after reading 10 times.

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

第1図は本発明の一実施例の構成を示すブロツ
ク図、第2図は本発明におけるデータレコードの
構成を示す図、第3図は第1図の実施例の記憶部
に格納されているデータの詳細を示す図、第4図
は本発明に使用する2分岐検索手順の原理説明図
である。 M……記憶部、KIN……検索条件指定部、
MCTL……記憶部制御部、K−COM……キー比
較部、EA……エントリポインタ格納領域、DRA
……データレコード格納領域、EP1〜EPm……イ
ニシヤルポインタ、DR1〜DRn……データレコー
ド、K1〜Km……キーとキー対応の検索ポインタ
を格納する部分、D……データ、KV……キー、
LP……下方検索ポインタ、UP……上方検索ポイ
ンタ。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention, FIG. 2 is a diagram showing the structure of a data record in the present invention, and FIG. 3 is a diagram showing the structure of a data record stored in the storage unit of the embodiment of FIG. FIG. 4, a diagram showing the details of the data, is a diagram explaining the principle of the two-branch search procedure used in the present invention. M...Storage section, KIN...Search condition specification section,
MCTL...Storage control unit, K-COM...Key comparison unit, EA...Entry pointer storage area, DRA
...Data record storage area, EP 1 - EPm ... Initial pointer, DR 1 - DRn ... Data record, K 1 - Km ... Part that stores keys and key-corresponding search pointers, D ... Data, KV ……Key,
LP...Downward search pointer, UP...Upward search pointer.

Claims (1)

【特許請求の範囲】[Claims] 1 複数個のキーとキー毎の上方検索ポインタお
よび下方検索ポインタを有するデータレコードを
ランダムな順序で格納し、かつキーの種類に対応
するエントリポインタを格納した記憶部と、検索
するキーの種類を指定する情報および検索するキ
ー情報を保持し、上記記憶部から読出したデータ
レコードの指定された種類のキーと保持された上
記の検索キーとを比較するキー比較部とを具備
し、キーにより上記データレコードを検索するに
当つては、2分岐検索手順に従つて、指定された
キーの種類に対応するエントリポインタにより指
定される中央の順位にあるキーを読出して該読出
したキーと保持された検索キーとのキー比較部に
おける比較結果に基き、さらに該読出したキーの
有する上方検索ポインタまたは下方検索ポインタ
により指定されるキーを読出し、この手順を、記
憶部から読出したキーと保持された検索キーとが
一致するまで繰返して検索を行なうことを特徴と
する複数個のキーをもつデータレコードの検索方
式。
1 A storage unit that stores data records having a plurality of keys and an upward search pointer and a downward search pointer for each key in a random order, and stores entry pointers corresponding to the types of keys, and a key comparison unit that holds specified information and key information to be searched, and compares the specified type of key of the data record read from the storage unit with the held search key; When searching for a data record, a two-branch search procedure is followed to read out the key in the middle order specified by the entry pointer corresponding to the specified key type, and to store the key as the read key. Based on the comparison result in the key comparison unit with the search key, the key specified by the upper search pointer or the lower search pointer of the read key is further read out, and this procedure is combined with the key read from the storage unit and the retained search key. A search method for data records having multiple keys, characterized in that the search is repeated until a key matches.
JP56079016A 1981-05-25 1981-05-25 Retrieval system for data record having a plurality of keys Granted JPS57193837A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP56079016A JPS57193837A (en) 1981-05-25 1981-05-25 Retrieval system for data record having a plurality of keys

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP56079016A JPS57193837A (en) 1981-05-25 1981-05-25 Retrieval system for data record having a plurality of keys

Publications (2)

Publication Number Publication Date
JPS57193837A JPS57193837A (en) 1982-11-29
JPS6244659B2 true JPS6244659B2 (en) 1987-09-22

Family

ID=13678142

Family Applications (1)

Application Number Title Priority Date Filing Date
JP56079016A Granted JPS57193837A (en) 1981-05-25 1981-05-25 Retrieval system for data record having a plurality of keys

Country Status (1)

Country Link
JP (1) JPS57193837A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0657057U (en) * 1992-12-25 1994-08-05 東洋電機製造株式会社 Cooling structure of the cage induction machine rotor

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4633391A (en) * 1983-10-21 1986-12-30 Storage Technology Partners Ii Extended index for digital information storage and retrieval device
US4633393A (en) * 1983-10-21 1986-12-30 Storage Technology Partners Ii Generic key for indexing and searching user data in a digital information storage and retrieval device
JPH0758493B2 (en) * 1988-10-21 1995-06-21 日本電気株式会社 Inter-table consistency check method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0657057U (en) * 1992-12-25 1994-08-05 東洋電機製造株式会社 Cooling structure of the cage induction machine rotor

Also Published As

Publication number Publication date
JPS57193837A (en) 1982-11-29

Similar Documents

Publication Publication Date Title
US4785400A (en) Method for processing a data base
JPH0196727A (en) Intelligence system
US7080072B1 (en) Row hash match scan in a partitioned database system
JP3251138B2 (en) Hash method
US7188334B1 (en) Value-ordered primary index and row hash match scan
JPS6244659B2 (en)
RU2039376C1 (en) Device for information search
JPH10240741A (en) How to manage tree structured data
JPH0254370A (en) Index loading system
JPS6014324A (en) Associative storage device
JPH0736755A (en) Input/output method for index file
JPH0295552A (en) Preparing system for part list
JPH02116936A (en) Reorganizing system
JPS62287350A (en) Index integrally updating system
JPH06103307A (en) Retrieval speeding-up method for structured data base
JPS59188765A (en) Processing device of data base inquiry
JPS63288344A (en) Information file device
JPH1173353A (en) Transaction retrieval processor based on specified time
JPH0196728A (en) Alteration of data base table
JPS63291116A (en) File access system
Parker et al. GRIP—a personal online indexing system using a minicomputer
JPH02194471A (en) Data base retrieval system
JPH0327439A (en) Shared module managing system for program
JPS60196844A (en) Retrieving device of information
JPS5853384B2 (en) General information