JPH04328680A - Data storing method - Google Patents

Data storing method

Info

Publication number
JPH04328680A
JPH04328680A JP3125561A JP12556191A JPH04328680A JP H04328680 A JPH04328680 A JP H04328680A JP 3125561 A JP3125561 A JP 3125561A JP 12556191 A JP12556191 A JP 12556191A JP H04328680 A JPH04328680 A JP H04328680A
Authority
JP
Japan
Prior art keywords
data
digit
stored
identification code
record
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.)
Granted
Application number
JP3125561A
Other languages
Japanese (ja)
Other versions
JPH0786880B2 (en
Inventor
Jiyun Ooshimo
純 大志茂
Kouzou Kitahashi
北端 浩三
Toru Wada
亨 和田
Kiyoshi Fukuyama
福山 清
Hironori Yoshimura
浩則 吉村
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.)
Tsubakimoto Chain Co
Original Assignee
Tsubakimoto Chain Co
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 Tsubakimoto Chain Co filed Critical Tsubakimoto Chain Co
Priority to JP3125561A priority Critical patent/JPH0786880B2/en
Publication of JPH04328680A publication Critical patent/JPH04328680A/en
Publication of JPH0786880B2 publication Critical patent/JPH0786880B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Management Or Editing Of Information On Record Carriers (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Signal Processing For Digital Recording And Reproducing (AREA)

Abstract

PURPOSE:To store the massive quantity of data constituted of the data and the identification code into the comparatively small capacity of the storing area. CONSTITUTION:The identification code of the data constituted of the data and plural digits is made into one record, the identification code is dissolved into digits, respective digits are assigned into each node 311 of the tree structure, a digit value is stored into a list 312 designated from each node 311, the node address of the next digit is stored, and into the list 312 of the prescribed digit, out of the data elements identified by the identification code from the most significant digit up to the digit, the address of the data elements excluding the identified data elements from the digit up to the higher-order digit than the relevant digit is stored. On the other hand, the data elements of respective records, when they are the same as other records, are stored into the same address as the data element of the record.

Description

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

【0001】0001

【産業上の利用分野】本発明は、各データに複数桁の識
別コードが付されてあり、複数のデータに共通データが
含まれるデータを記憶する方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method for storing data in which a plurality of digit identification codes are attached to each data and common data is included in the plurality of data.

【0002】0002

【従来の技術】図8は商品の分類コードと商品名を対照
付けたJANコードマスタデータの一例を示す図であっ
て、分類コードは販売会社毎の商品別に付されてあり、
商品のバーコード等に利用される。
2. Description of the Related Art FIG. 8 is a diagram showing an example of JAN code master data that compares product classification codes and product names, and classification codes are assigned to each product by each sales company.
Used for product barcodes, etc.

【0003】図9乃至11は、上述のJANコードマス
タデータの従来の記憶方法による記憶状態を示す概念図
である。従来では、1レコードが固定長の数値データ部
と可変長の文字列データ部とからなるデータを2分木の
木構造で記憶している。即ち、図9に示すように、数値
データ部に対応付けて文字列データの記憶位置を示すポ
インタが記憶され、数値データからの分岐先が左右枝の
ポインタとして記憶されている。文字列データは、図1
0に示すようにポインタが示すアドレスにそれぞれ記憶
されてある。図11は上述のような木構造データの記憶
状態を示す概念図である。
FIGS. 9 to 11 are conceptual diagrams showing the storage state of the above-mentioned JAN code master data according to the conventional storage method. Conventionally, data in which one record consists of a fixed-length numeric data section and a variable-length character string data section is stored in a binary tree structure. That is, as shown in FIG. 9, a pointer indicating the storage position of character string data is stored in association with the numerical data section, and branch destinations from the numerical data are stored as left and right branch pointers. The string data is shown in Figure 1.
0, they are stored at the addresses indicated by the pointers. FIG. 11 is a conceptual diagram showing the storage state of tree-structured data as described above.

【0004】0004

【発明が解決しようとする課題】以上のような従来のデ
ータ記憶方法では、JANコードマスタデータのように
、多数のデータに共通する販売会社名等の文字列コード
及びこれに対応する数値データを含むデータを記憶する
場合も、各レコードの全データをそれぞれ異なる記憶領
域に記憶するので、レコード数が多くなるほど同一デー
タが多く記憶されることになり、記憶領域の利用効率が
低下するという問題があった。
[Problem to be Solved by the Invention] In the conventional data storage method as described above, character string codes such as sales company names that are common to a large number of data, such as JAN code master data, and corresponding numerical data are stored. When storing data, all data for each record is stored in a different storage area, so as the number of records increases, more of the same data will be stored, reducing the efficiency of storage area usage. there were.

【0005】本発明はこのような問題点を解決するため
になされたものであって、他のレコードとの共通データ
を同一アドレスに記憶することにより、記憶領域の利用
効率が高いデータ記憶方法の提供を目的とする。
[0005] The present invention has been made to solve these problems, and provides a data storage method with high storage area utilization efficiency by storing common data with other records at the same address. For the purpose of providing.

【0006】[0006]

【課題を解決するための手段】本発明のデータ記憶方法
は、データ及び複数桁からなる該データの識別コードを
1レコードとし、1レコードのデータの一部要素が他の
レコードの一部要素と同一である場合、同一データ要素
に対応するそれぞれの識別コードの桁部分に同一値が設
定されてあるデータを記憶する方法において、識別コー
ドの各桁値を、桁順に深くなる木構造の各ノードから指
定される桁値別のリストに記憶するとともに各リストに
次桁のノードアドレスを記憶し、所定桁のリストに、最
上位桁から当該桁までの識別コードにより識別されるデ
ータ要素のうち、当該桁より上位の桁にて識別済みのデ
ータ要素を除くデータ要素の記憶アドレスを記憶すると
ともに、各レコードのデータ要素を、データ要素が他の
レコードと同一の場合は該レコードの該データ要素と同
一のアドレスに記憶することを特徴とする。
[Means for Solving the Problem] In the data storage method of the present invention, data and an identification code of the data consisting of a plurality of digits are set as one record, and some elements of the data of one record are some elements of other records. If they are the same, in a method for storing data in which the same value is set in the digit part of each identification code corresponding to the same data element, each digit value of the identification code is stored in each node of a tree structure that becomes deeper in digit order. The data elements identified by the identification code from the most significant digit to the relevant digit are stored in a list of each digit value specified by , and the node address of the next digit is stored in each list. It stores the storage addresses of data elements other than the data elements already identified in the digits higher than the relevant digit, and stores the data elements of each record as the data element of that record if the data element is the same as that of another record. It is characterized by being stored at the same address.

【0007】[0007]

【作用】本発明のデータ記憶方法は、識別コードを桁別
に分解し、各桁を桁順に深くなる木構造の各ノードに割
り当て、各ノードから指定される桁値別のリストに次桁
のノードアドレスを記憶するとともに、所定桁のリスト
に、最上位桁から当該桁までの識別コードにより識別さ
れるデータ要素のうち、当該桁より上位の桁にて識別済
みのデータ要素を除くデータ要素の記憶アドレスを記憶
しておき、一方、各レコードのデータ要素は、データ要
素が他のレコードと同一の場合は該レコードの該データ
要素の同一のアドレスに記憶する。以上のようにして記
憶されたデータを検索する場合、識別コードの各桁のノ
ードが指定するリストによって、次桁のノードアドレス
を得て、一致検索によって識別コードを桁順にたどって
いき、リストにデータ要素の記憶アドレスが記憶されて
いる場合、この記憶アドレスからデータ要素を読み出し
て、最上位桁から当該桁までに識別済みのデータ要素に
追加し、全桁値を一致検索し終えた時点で全データ要素
を検索結果として出力する。
[Operation] The data storage method of the present invention decomposes the identification code into digits, assigns each digit to each node of a tree structure that becomes deeper in order of digits, and stores the next digit in a list by digit value specified from each node. In addition to storing the address, data elements identified by the identification code from the most significant digit to the relevant digit are stored in a list of predetermined digits, excluding data elements that have already been identified by the digits higher than the relevant digit. The address is stored, while the data element of each record is stored at the same address of the data element of the record if the data element is the same as that of another record. When searching for data stored in the above manner, the node address of the next digit is obtained from the list specified by the node for each digit of the identification code, and the identification code is followed in digit order by a match search. If the storage address of the data element is stored, read the data element from this storage address, add it to the identified data element from the most significant digit to the relevant digit, and when all digit values have been searched for a match, Output all data elements as search results.

【0008】[0008]

【実施例】以下、本発明をその実施例を示す図面に基づ
いて説明する。図1は本発明に係るデータ記憶方法を実
施するデータ処理装置の構成を示すブロック図である。 図中1は数値,文字等のデータ及び各種命令を入力する
キーボードからなる入力部であって、入力部1から入力
されたデータ,命令はデータ処理部2に入力される。デ
ータ処理部2は、数値データ部及び文字列データ部を1
レコードとするデータを記憶しているデータベース3か
らデータを読み出して処理するとともに、処理結果をC
RTからなる表示部5に表示し、またプリンタ6に印字
する。データ処理部2はデータベース3を検索して検索
結果を検索結果文字列バッファ4に格納する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention will be explained below based on drawings showing embodiments thereof. FIG. 1 is a block diagram showing the configuration of a data processing device that implements a data storage method according to the present invention. In the figure, reference numeral 1 denotes an input unit consisting of a keyboard for inputting data such as numerical values and characters, and various commands. The data and commands input from the input unit 1 are input to a data processing unit 2. The data processing section 2 has a numerical data section and a character string data section.
Data is read from the database 3 that stores data to be records and processed, and the processing results are transferred to C
The information is displayed on the display section 5 consisting of an RT and printed on the printer 6. The data processing unit 2 searches the database 3 and stores the search results in the search result character string buffer 4.

【0009】データベース3は、前記識別コードたる数
値データ部を後述する木構造で記憶している木構造デー
タ記憶部31と、前記データたる文字列データ部を、複
数のレコードに共通するデータ要素を同一アドレスに集
約して記憶している集約データ記憶部32とからなる。
The database 3 includes a tree-structured data storage section 31 that stores a numerical data section as the identification code in a tree structure described later, and a string data section as the data that stores data elements common to a plurality of records. It consists of an aggregated data storage unit 32 that aggregates and stores data at the same address.

【0010】図2はデータ構造を示す概念図であって、
図2(a) は固定長の数値データ部と可変長の文字列
データ部とからなる1レコードの構成を示しており、数
値データ部が検索キーとなる。図2(b) は木構造の
各ノードデータ311 の構成を示しており、そのデー
タは双方向リストの先頭要素へのポインタである。
FIG. 2 is a conceptual diagram showing the data structure,
FIG. 2(a) shows the structure of one record consisting of a fixed-length numerical data section and a variable-length character string data section, with the numerical data section serving as a search key. FIG. 2(b) shows the structure of each node data 311 in the tree structure, and the data is a pointer to the first element of the bidirectional list.

【0011】図2(c) は双方向リスト312 の要
素構成を示す図であって、各要素は先頭から数値データ
(numb),集約データへのポインタ(comp),
 前方要素へのポインタ(prev), 後方要素への
ポインタ(next), 次の桁のノードデータへのポ
インタ(nxcl)である。
FIG. 2(c) is a diagram showing the element configuration of the interactive list 312, in which each element, starting from the beginning, contains numerical data (numb), a pointer to aggregated data (comp),
These are a pointer to the previous element (prev), a pointer to the next element (next), and a pointer to the next digit of node data (nxcl).

【0012】図3は、本発明のデータ記憶方法によるデ
ータの記憶状態を示す概念図であって、各ノードデータ
311 から指される双方向リスト312に数値データ
が昇順に記憶されており、各数値データの双方向リスト
の集約データへのポインタから指されるアドレスに集約
データ321 が記憶されている。
FIG. 3 is a conceptual diagram showing a data storage state according to the data storage method of the present invention, in which numerical data is stored in ascending order in a bidirectional list 312 pointed to by each node data 311. Aggregated data 321 is stored at the address pointed to by the pointer to aggregated data in the interactive list of numerical data.

【0013】以上のような本発明のデータ記憶方法によ
り記憶されたデータの検索手順について、図4及び図5
に示すフローチャートに基づいて説明する。まず、検索
キーの各桁をS[n] にセットする(S1)。次に、
“A”に空文字列,“i”に“0”,“N”に“根のノ
ードデータ”、即ち、数値データ部の1桁目の双方向リ
ストへのポインタをセットする(S2)。
FIGS. 4 and 5 show the procedure for searching data stored by the data storage method of the present invention as described above.
The explanation will be based on the flowchart shown in . First, each digit of the search key is set to S[n] (S1). next,
Set "A" to an empty string, "i" to "0", and "N" to "root node data", that is, a pointer to the bidirectional list in the first digit of the numerical data section (S2).

【0014】“M”に、“N”が指している双方向リス
トの要素データをセットする(S3)。即ち、“Mnu
mb”に1桁分の数値データ,“Mcomp”に集約デ
ータへのポインタ, “Mprev”に前方要素へのポ
インタ, “Mnext”に後方要素へのポインタ, 
“Mnxcl”に次の桁のノードデータへのポインタを
セットする。
The element data of the bidirectional list pointed to by "N" is set in "M" (S3). That is, “Mnu
mb” is the numerical data for one digit, “Mcomp” is the pointer to the aggregated data, “Mprev” is the pointer to the forward element, “Mnext” is the pointer to the backward element,
A pointer to the next digit of node data is set in "Mnxcl".

【0015】“S[i] ”と“Mnumb”とを比較
し、等しくない場合は“Mnext”が“0”であるか
否かを判断する(S5)。“Mnext”が“0”の場
合は、検索対象が見つからないので(S7)、エラー終
了する。“Mnext”が“0”でない場合、“N”に
“Mnext”をセットし(S6)、ステップ3に戻っ
て次の数値データを検討する。
"S[i]" and "Mnumb" are compared, and if they are not equal, it is determined whether "Mnext" is "0" (S5). If "Mnext" is "0", the search target is not found (S7), and the process ends with an error. If "Mnext" is not "0", "Mnext" is set to "N" (S6), and the process returns to step 3 to consider the next numerical data.

【0016】S4で“S[i] ”と“Mnumb”と
が等しい場合、求める数値データであるので、“Mco
mp”が“0”であるか否かを判断する(S8)。“M
comp”が“0”でない場合は集約データが記憶され
ているので、“Mcomp”が指している集約データ文
字列を読み出して“A”の末尾に追加する(S9)。
[0016] If "S[i]" and "Mnumb" are equal in S4, since this is the desired numerical data, "Mco
mp” is “0” (S8).
If "comp" is not "0", aggregate data is stored, so the aggregate data character string pointed to by "Mcomp" is read out and added to the end of "A" (S9).

【0017】“Mcomp”が“0”で集約データが記
憶されていない場合、“Mnxcl”が“0”か否かを
判断する(S10)。“Mnxcl”が“0”でなく、
即ち次の桁がある場合、“Mnxcl”が指しているノ
ードデータを“N”にセットし(S11)、“i”をイ
ンクリメントして(S12)、ステップ3に戻り、以上
をS[0] 〜S[12] 全桁に対して繰り返す。最
終桁まで到達して“Mnxcl”が“0”になると、“
A”の文字列を検索結果として表示部5,プリンタ6等
へ出力し(S13)、1レコード分の検索を終了する。
If "Mcomp" is "0" and no aggregated data is stored, it is determined whether "Mnxcl" is "0" (S10). “Mnxcl” is not “0”,
That is, if there is the next digit, set the node data pointed to by "Mnxcl" to "N" (S11), increment "i" (S12), return to step 3, and set the above to S[0]. ~S[12] Repeat for all digits. When the final digit is reached and “Mnxcl” becomes “0”, “
The character string "A" is output as a search result to the display section 5, printer 6, etc. (S13), and the search for one record is completed.

【0018】次に、“4971710007213”を
キーとしてデータを検索する手順を、図6及び7に示す
木構造データの記憶状態の概念図に基づいて説明する。 図中、61,64,66,68,70,77 及び80
はそれぞれノードデータを示し、62,65,67,6
9,71,72,74,75,78及び81は双方向リ
ストの要素データを示す。なお、例えば68と69とは
線形に連結されたデータである。また、63,76 及
び79は、集約データである。
Next, a procedure for searching for data using "4971710007213" as a key will be explained based on conceptual diagrams of the storage state of tree-structured data shown in FIGS. 6 and 7. In the figure, 61, 64, 66, 68, 70, 77 and 80
respectively indicate node data, 62, 65, 67, 6
9, 71, 72, 74, 75, 78 and 81 indicate element data of the interactive list. Note that, for example, 68 and 69 are linearly connected data. Further, 63, 76 and 79 are aggregated data.

【0019】まず、S[0] ←4,S[1] ←9,
S[2] ←7,S[3] ←1,S[4] ←7,S
[5] ←1,S[6] ←0,S[7] ←0,S[
8] ←0,S[9] ←7,S[10]←2,S[1
1]←1,S[12]←3とセットする。“Mnumb
”に1桁分の数値データ“4”,“Mcomp”に集約
データ“小林コーセー”へのポインタ, “Mprev
”に前方要素へのポインタ, “Mnext”に後方要
素へのポインタ, “Mnxcl”に次の桁“9”のノ
ードデータへのポインタをセットする。
[0019] First, S[0] ←4, S[1] ←9,
S[2] ←7,S[3] ←1,S[4] ←7,S
[5] ←1,S[6] ←0,S[7] ←0,S[
8] ←0,S[9] ←7,S[10]←2,S[1
Set 1]←1, S[12]←3. “Mnumb
” contains the numerical data “4” for one digit, “Mcomp” contains the pointer to the aggregated data “Kose Kobayashi”, “Mprev
” sets the pointer to the forward element, “Mnext” sets the pointer to the backward element, and “Mnxcl” sets the pointer to the node data of the next digit “9”.

【0020】1桁ずつ深くなる木構造をたどり、1桁目
の“4”の一致検索の結果、集約データ“小林コーセー
”63を検索結果文字列バッファ4に記憶する。“i”
が9回インクリメントされて“497171000”ま
で一致検索が終了した時点で、10桁目S[9] のノ
ードデータ70に到達し、桁値“7”を、ノードデータ
70が指す双方向リストの先頭の要素データ71の“M
numb”と比較した結果、大きいので後方の要素デー
タ72へ分岐する。
A tree structure that becomes deeper by one digit is followed, and as a result of a match search for "4" in the first digit, aggregated data "Kobayashi Kose" 63 is stored in the search result character string buffer 4. “i”
is incremented 9 times and the match search is completed to "497171000", the node data 70 of the 10th digit S[9] is reached, and the digit value "7" is moved to the top of the bidirectional list pointed to by the node data 70. "M" of element data 71 of
As a result of comparison with "number", it is larger, so branching is performed to the subsequent element data 72.

【0021】次に、11桁目S[10]のノードデータ
73が指す双方向リストの先頭要素データの数値データ
“0”と11桁目の桁値“2”とを比較した結果、大き
いので後方の要素データ75へ分岐し、桁値と要素デー
タ75の数値データ“2”との一致によって、集約デー
タ“S.B.S ケーキ(クィックT)R ”76を得
て、検索結果文字列バッファ4の“小林コーセー”に“
S.B.S ケーキ(クィックT)R ”を追加する。 12桁目のS[11]のノードデータ77に指す双方向
リストの先頭要素データ78の数値データと桁値“1”
とを比較した結果、一致するので、集約データ“ 11
0 ”79 を得て、検索結果文字列バッファ4の“小
林コーセーS.B.S ケーキ(クィックT)R ”に
“ 110  ”を追加する。
Next, as a result of comparing the numerical data "0" of the first element data of the two-way list pointed to by the node data 73 of the 11th digit S[10] and the digit value "2" of the 11th digit, it is found that Branching to the backward element data 75, and by matching the digit value with the numerical data "2" of the element data 75, the aggregated data "S.B.S Cake (Quick T) R" 76 is obtained, and the search result string Buffer 4's "Kose Kobayashi"
S. B. S Cake (Quick T) R'' is added. Numerical data and digit value “1” of the first element data 78 of the bidirectional list pointing to the node data 77 of S[11] in the 12th digit
As a result of comparing, they match, so the aggregated data “11
0"79 is obtained, and the search result character string buffer 4 "Kobayashi Kose S. B. Add “110” to “S Cake (Quick T) R”.

【0022】最終桁S[12]のノードデータ80が指
す双方向リストの要素データ80の数値データと最終桁
の桁値“3”とを比較した結果、一致し、さらに次の桁
のノードデータが指す双方向リストの要素データ81の
“Mnxcl”が“0”であるので、最終桁まで一致検
索が終了したと判定して“小林コーセーS.B.S ケ
ーキ(クィックT)R110”を検索結果として出力す
る。以上のように、木構造のノードを根から葉の方向へ
たどってき、葉の末端に達したときに“小林コーセーS
.B.S ケーキ(クイックT)R110”を検索結果
として出力する。
[0022] As a result of comparing the numerical data of the element data 80 of the two-way list pointed to by the node data 80 of the last digit S[12] with the digit value "3" of the last digit, they match, and the node data of the next digit is Since “Mnxcl” of the element data 81 of the two-way list pointed to is “0”, it is determined that the match search has been completed up to the last digit, and “Kobayashi Kose S.B.S Cake (Quick T) R110” is searched. Output as result. As described above, the nodes of the tree structure are traced from the root to the leaves, and when the end of the leaf is reached, the “Kobayashi Kose
.. B. S Cake (Quick T) R110” is output as a search result.

【0023】なお、本実施例では、JANコードマスタ
データを記憶する場合について説明したが、これに限る
ものではなく、例えば郵便番号にも適用可能である。
[0023] In this embodiment, a case has been described in which JAN code master data is stored, but the present invention is not limited to this, and can also be applied to, for example, postal codes.

【0024】[0024]

【発明の効果】以上のように、本発明のデータ記憶方法
は、複数のレコードにおいて共通のデータ部分を集約し
て共通のアドレスに記憶しているので、記憶領域の節減
が可能となり、小容量の記憶領域で膨大なデータを記憶
できるという優れた効果を奏する。
Effects of the Invention As described above, the data storage method of the present invention aggregates the common data parts of multiple records and stores them at a common address, so it is possible to save the storage area and reduce the storage capacity. It has the excellent effect of being able to store a huge amount of data in a storage area of .

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

【図1】本発明のデータ記憶方法を実施する装置の構成
を示すブロック図である。
FIG. 1 is a block diagram showing the configuration of an apparatus that implements the data storage method of the present invention.

【図2】本発明のデータ記憶方法により記憶されるデー
タの構成を示す概念図である。
FIG. 2 is a conceptual diagram showing the structure of data stored by the data storage method of the present invention.

【図3】本発明のデータ記憶方法によるデータの記憶状
態を示す概念図である。
FIG. 3 is a conceptual diagram showing a data storage state according to the data storage method of the present invention.

【図4】本発明のデータ記憶方法により記憶されたデー
タの検索手順を示すフローチャートである。
FIG. 4 is a flowchart showing a procedure for searching data stored by the data storage method of the present invention.

【図5】本発明のデータ記憶方法により記憶されたデー
タの検索手順を示すフローチャートである。
FIG. 5 is a flowchart showing a procedure for searching data stored by the data storage method of the present invention.

【図6】本発明のデータ記憶方法によるデータの記憶状
態と検索手順との関係を示す概念図である。
FIG. 6 is a conceptual diagram showing the relationship between data storage status and search procedure according to the data storage method of the present invention.

【図7】本発明のデータ記憶方法によるデータの記憶状
態と検索手順との関係を示す概念図である。
FIG. 7 is a conceptual diagram showing the relationship between data storage status and search procedure according to the data storage method of the present invention.

【図8】JANコードマスタデータの一例を示す図であ
る。
FIG. 8 is a diagram showing an example of JAN code master data.

【図9】従来のデータ記憶方法による数値データ部の記
憶状態を示す概念図である。
FIG. 9 is a conceptual diagram showing a storage state of a numerical data section according to a conventional data storage method.

【図10】従来のデータ記憶方法による文字列データ部
の記憶状態を示す概念図である。
FIG. 10 is a conceptual diagram showing a storage state of a character string data section according to a conventional data storage method.

【図11】従来のデータ記憶方法によるデータの記憶状
態を示す概念図である。
FIG. 11 is a conceptual diagram showing a data storage state according to a conventional data storage method.

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

1    入力部 2    データ処理部 3    データベース 4    検索結果文字列バッファ 31  木構造データ記憶部 32  集約データ記憶部 1 Input section 2 Data processing section 3 Database 4 Search result string buffer 31 Tree structure data storage unit 32 Aggregated data storage unit

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  データ及び複数桁からなる該データの
識別コードを1レコードとし、1レコードのデータの一
部要素が他のレコードの一部要素と同一である場合、同
一データ要素に対応するそれぞれの識別コードの桁部分
に同一値が設定されてあるデータを記憶する方法におい
て、識別コードの各桁値を、桁順に深くなる木構造の各
ノードから指定される桁値別のリストに記憶するととも
に各リストに次桁のノードアドレスを記憶し、所定桁の
リストに、最上位桁から当該桁までの識別コードにより
識別されるデータ要素のうち、当該桁より上位の桁にて
識別済みのデータ要素を除くデータ要素の記憶アドレス
を記憶するとともに、各レコードのデータ要素を、デー
タ要素が他のレコードと同一の場合は該レコードの該デ
ータ要素と同一のアドレスに記憶することを特徴とする
データ記憶方法。
Claim 1: If the data and the identification code of the data consisting of multiple digits are one record, and some elements of the data in one record are the same as some elements in other records, each corresponding to the same data element In a method of storing data in which the same value is set in the digit part of the identification code, each digit value of the identification code is stored in a list of digit values specified from each node of a tree structure that deepens in digit order. The node address of the next digit is also stored in each list, and among the data elements identified by the identification code from the most significant digit to the relevant digit, the data already identified by the digit higher than the relevant digit is stored in the list of predetermined digits. Data that is characterized by storing storage addresses of data elements other than Element, and storing the data element of each record at the same address as the data element of the record if the data element is the same as that of another record. Memorization method.
JP3125561A 1991-04-26 1991-04-26 Data storage method Expired - Fee Related JPH0786880B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3125561A JPH0786880B2 (en) 1991-04-26 1991-04-26 Data storage method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3125561A JPH0786880B2 (en) 1991-04-26 1991-04-26 Data storage method

Publications (2)

Publication Number Publication Date
JPH04328680A true JPH04328680A (en) 1992-11-17
JPH0786880B2 JPH0786880B2 (en) 1995-09-20

Family

ID=14913246

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3125561A Expired - Fee Related JPH0786880B2 (en) 1991-04-26 1991-04-26 Data storage method

Country Status (1)

Country Link
JP (1) JPH0786880B2 (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS595372A (en) * 1982-06-30 1984-01-12 Fujitsu Ltd File processing system
JPS6168642A (en) * 1984-09-12 1986-04-09 Fujitsu Ltd Data processing system
JPS6220027A (en) * 1985-07-19 1987-01-28 Hitachi Ltd Storage and retrieval system for proposition expressed with list structure
JPS63104133A (en) * 1986-10-22 1988-05-09 Hitachi Ltd Tree searching system for logical language processing system
JPS63116232A (en) * 1986-10-30 1988-05-20 アプル・コンピユータ・インコーポレーテツド Method of memorizing and retrieving data using computer

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS595372A (en) * 1982-06-30 1984-01-12 Fujitsu Ltd File processing system
JPS6168642A (en) * 1984-09-12 1986-04-09 Fujitsu Ltd Data processing system
JPS6220027A (en) * 1985-07-19 1987-01-28 Hitachi Ltd Storage and retrieval system for proposition expressed with list structure
JPS63104133A (en) * 1986-10-22 1988-05-09 Hitachi Ltd Tree searching system for logical language processing system
JPS63116232A (en) * 1986-10-30 1988-05-20 アプル・コンピユータ・インコーポレーテツド Method of memorizing and retrieving data using computer

Also Published As

Publication number Publication date
JPH0786880B2 (en) 1995-09-20

Similar Documents

Publication Publication Date Title
US11899641B2 (en) Trie-based indices for databases
AU656153B2 (en) System and method for information retrieval
Faloutsos Multiattribute hashing using gray codes
US5218700A (en) Apparatus and method for sorting a list of items
US5710915A (en) Method for accelerating access to a database clustered partitioning
JP4646624B2 (en) Store and query relational data in a compressed storage format
US20030212694A1 (en) Method and mechanism of improving performance of database query language statements
WO2000010103A1 (en) Method and apparatus for retrieving, accumulating, and sorting table-formatted data
RU2005105582A (en) DATABASE AND KNOWLEDGE MANAGEMENT SYSTEM
JPH064585A (en) Method and apparatus wherein pointer compression in structured database is improved
JPS61223941A (en) Method for storing and retrieving chemical structure
JPH06508228A (en) Relational Database Memory Utilization Analyzer
JP2001043237A (en) Data file and data retrieving method
WO2003058512A2 (en) Enhanced multiway radix tree
CN111274454B (en) Spatio-temporal data processing method and device, electronic equipment and storage medium
JP2001331509A (en) Relational database processor, relational database processing method, and computer-readable recording medium recorded with relational database processing program
JP2001216307A (en) Relational database management system and storage medium stored with same
JPH04328680A (en) Data storing method
US11822530B2 (en) Augmentation to the succinct trie for multi-segment keys
US6901396B1 (en) Packed radix search tree implementation
JPS6143338A (en) Searching of thin data base using association technology
JPS642970B2 (en)
JPH10240741A (en) Managing method for tree structure type data
JPH06103134A (en) Constructing method for index
JPH0447858B2 (en)

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees