JPH03282646A - Record storage control system - Google Patents

Record storage control system

Info

Publication number
JPH03282646A
JPH03282646A JP2082670A JP8267090A JPH03282646A JP H03282646 A JPH03282646 A JP H03282646A JP 2082670 A JP2082670 A JP 2082670A JP 8267090 A JP8267090 A JP 8267090A JP H03282646 A JPH03282646 A JP H03282646A
Authority
JP
Japan
Prior art keywords
record
data
basic
extended
length
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
JP2082670A
Other languages
Japanese (ja)
Inventor
Shigeki Hirano
平野 茂樹
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 JP2082670A priority Critical patent/JPH03282646A/en
Publication of JPH03282646A publication Critical patent/JPH03282646A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To improve the record access efficiency by separating a record into a basic record part and an extended record part and also separating the store files of both record parts from each other when the record is stored in a data base store medium. CONSTITUTION:A record 2 is separated into a basic record part 6 consisting of only a fixed length part that is displayed on a text screen in a normal state out of the data value and an extended record part 7 consisting of the elements except the fixed length part. Therefore a fixed record access is possible to the part 6 having a high access frequency and furthermore more number of records can be stored in a single block. Thus the record access efficiency is improved.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、情報処理装置におけるデータベースのレコー
ド格納制御方式に関し、特に文字列ブタのように1デ一
タ項目の値の先頭部分がそれ以外に比してアクセス頻度
が高いと云う特性を持つ場合のレコード格納制御方式に
関する。
[Detailed Description of the Invention] [Field of Industrial Application] The present invention relates to a database record storage control system in an information processing device, and in particular, the present invention relates to a database record storage control system in an information processing device, and in particular, when the leading part of the value of one data item, such as a character string, is This invention relates to a record storage control method when the access frequency is high compared to the record storage control method.

〔従来の技術〕[Conventional technology]

従来、この種のレコード格納制御方式においては、ルコ
ードを構成する全データ項目のそれぞれの格納フィール
ドを連結した長さで、二次記憶媒体上に連続空間を確保
し、そのままレコードを格納する制御方式となっていた
Conventionally, in this type of record storage control method, a continuous space is secured on the secondary storage medium with the length of the concatenated storage fields of all the data items that make up the record code, and the record is stored as is. It became.

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

上述した従来の格納制御方式は、1デ一タ項目のデータ
内にもアクセス頻度の差があるにもかかわらず、二次記
憶媒体上の連続空間を確保し、そこにレコード内の全デ
ータ項目を格納する制御方式となっているために、アク
セスレコード数当りのファイル入出力回数が高くなると
云う欠点がある。
The conventional storage control method described above secures a contiguous space on the secondary storage medium and stores all data items in a record in that space, even though there are differences in access frequency within the data of one data item. Since the control method stores files, there is a drawback that the number of file input/outputs per number of access records increases.

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

本発明のレコード格納制御方式は、レコードを構成する
各データ項目の値のうちアクセス頻度が高い各データの
先頭部分についてその長さ情報を情報として持つデータ
定義テーブルと、前記データ定義テーブルを参照して各
データの先頭部分を連結したものに短かい制御情報を付
加した基本レコード部と各データの先頭部分以外とその
長さを示すフィールドの組を連結した拡張レコード部と
に分離するレコード分離手段と、前記基本レコード部と
拡張レコード部の格納ファイルを分離する格納ファイル
分離手段とを備えて構成される。
The record storage control method of the present invention includes a data definition table that has length information as information for the leading part of each data item that is frequently accessed among the values of each data item that constitutes a record, and refers to the data definition table. record separation means for separating the basic record section into which the leading part of each data is concatenated and short control information is added; and the extended record part which is concatenated with the set of field indicating the length of the non-leading part of each data. and storage file separation means for separating the storage files of the basic record section and the extended record section.

〔実施例〕〔Example〕

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

第1図は本発明の一実施例の構成を示すブロック図、第
2図は本実施例のレコードの構成図、第3図は本実施例
のデータ定義テーブルの構成図である。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention, FIG. 2 is a configuration diagram of a record in this embodiment, and FIG. 3 is a configuration diagram of a data definition table in this embodiment.

データベース1は、0個以上のレコード2から構成され
、各レコード2は1個以上のデータ項目3から構成され
る。各データ項目3は1文字を2バイトで内部表現する
文字型データのみとし、レコード2ごとに長さは異なる
ことを許すが、データ項目3の並び順は全レコード2を
通して同一 とする。データ定義テーブル4は、データ
ベース]ごとに存在し、レコード2を構成する全データ
項目3の定義情報をデータ項目3の並び順に持つ。
A database 1 is composed of zero or more records 2, and each record 2 is composed of one or more data items 3. Each data item 3 should only be character type data in which one character is internally expressed in 2 bytes, and although the length is allowed to differ for each record 2, the order of arrangement of data items 3 shall be the same throughout all records 2. The data definition table 4 exists for each database, and has definition information of all data items 3 constituting the record 2 in the order in which the data items 3 are arranged.

データ項目3の定義情報には、データ表示長5を持ち、
その他データベース操作に必要な一般的な情報、例えば
データ型初期値等の情報も持つ。
The definition information of data item 3 has a data display length of 5,
It also contains general information necessary for database operations, such as initial data type values.

データベース格納媒体に格納する際に、レコード2は基
本レコード部6と拡張レコード部7に分離する。基本レ
コード部6は、拡張フィールド有無表示部8.データ基
本部9及び拡張レコード部アドレスフィールドIOから
構成される。データ基本部9は、各データ項目3の値を
格納するための基本フィールド11がデータ定義テーブ
ル4の定義順に並んでいる。各データ項目の基本フィル
ド11の長さはデータ表示長5と同一とする。
When stored in a database storage medium, the record 2 is separated into a basic record section 6 and an extended record section 7. The basic record section 6 includes an extended field presence/absence display section 8. It consists of a data basic section 9 and an extended record section address field IO. In the data basic section 9, basic fields 11 for storing the values of each data item 3 are arranged in the order of definition in the data definition table 4. The length of the basic field 11 of each data item is the same as the data display length 5.

拡張フィールド有無表示部8は、各データ項目3に対応
する1ビツトの拡張フィールド有無ビット12がデータ
定義テーブル4の定義順に並んでおり、全体の長さはバ
イト単位に切り上げる。拡張レコードアドレスフィール
ド10は、基本レコード部6に対応する拡張レコード7
が存在する場合に、そのデータベース格納媒体」二のア
ドレスを持ち、存在しない場合は無効フィールドとなる
In the extended field presence/absence display section 8, 1-bit extended field presence/absence bits 12 corresponding to each data item 3 are arranged in the order of definition in the data definition table 4, and the total length is rounded up to the nearest byte. The extension record address field 10 is an extension record 7 corresponding to the basic record section 6.
If it exists, it has the address of the database storage medium, and if it does not exist, it is an invalid field.

拡張レコード部7は、1つ以上のデータ項目3の価が長
いために基本フィールド11に格納しきれない場合に存
在し、レコード長フィールド13及びデータ拡張部14
から構成される。データ拡張部14は、基本フィールド
11に格納しきれなかったデータ項目3ごとに、データ
定義テーブル4の並び順に存在し、それぞれ拡張フィー
ルド長フィールド15と拡張フィールド16から構成さ
れる。拡張フィールド16には、基本フィールド]1に
格納し切れなかった後半部が格納され、拡張フィールド
長フィールド15にはその長さが格納される。レコード
長フィールド13は拡張レコード部7の長さを持つ。
The extension record section 7 exists when the value of one or more data items 3 is so long that it cannot be stored in the basic field 11.
It consists of The data extension section 14 exists in the order of arrangement in the data definition table 4 for each data item 3 that cannot be stored in the basic field 11, and is composed of an extension field length field 15 and an extension field 16, respectively. The extension field 16 stores the latter half that could not be stored in the basic field 1, and the extension field length field 15 stores its length. The record length field 13 has the length of the extended record section 7.

尚、データ項目3の価が、データ表示長5より短かい場
合は、基本フィオールド11に左づめで格納し、残余に
はNULL値をパディングする。
If the value of the data item 3 is shorter than the data display length 5, it is stored in the basic field 11 left-justified, and the remainder is padded with NULL values.

通常データバス処理手段29は、レコード2をデータバ
ス格納媒体に格納する場合は、通常のレコード構成形成
で各データ項目の値をレコードバッファに28に設定し
た後、レコード分離手段21に対してレコード蓄積指示
31を行う。レコード分離手段21は、データ定義テー
ブル4を参照し前記構成に準拠して基本レコード部6と
拡張1ノコ一ド部γに分離し、それぞれ基本レコード部
収容ファイルバッファ22と拡張レコード部収容ファイ
ルバッファ23に書込んだ後に、格納ファイル分離手段
24に対してデータバス書込み指示32を行う。格納フ
ァイル分離手段24は、アクセス中のデータベース1を
構成する基本レコード部収容ファイル26と拡張レコー
ド部収容ファイル27に対してそれぞれ基本レコード部
収容ファイルバッファ22と拡張レコード部収容ファイ
ルバッファ23の内容を書込むため、ファイル書込み指
示33をファイル入出力手段25にイ]う。
When storing the record 2 in the data bus storage medium, the normal data bus processing means 29 sets the value of each data item to 28 in the record buffer in normal record configuration formation, and then sends the record 2 to the record separation means 21. A storage instruction 31 is given. The record separation means 21 refers to the data definition table 4 and separates it into a basic record part 6 and an extended one-note part γ according to the above configuration, and separates the basic record part 6 and extended record part γ into a basic record part storage file buffer 22 and an extended record part storage file buffer, respectively. 23, a data bus write instruction 32 is issued to the storage file separation means 24. The storage file separating means 24 transfers the contents of the basic record section accommodating file buffer 22 and the extended record section accommodating file buffer 23 to the basic record section accommodating file 26 and the extended record section accommodating file 27 that constitute the database 1 being accessed, respectively. In order to write, a file write instruction 33 is input to the file input/output means 25.

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

以上説明したように本発明は、レコードをブタ値のうち
通常時にテキスト画面に表示する固定長部分のみを構成
要素とする基本レコード部とそれ以外で構成する拡張レ
コード部に分離し、かつそれぞれの格納ファイルを分離
することにより、アクセス頻度の高い基本レコード部へ
の固定レコードアクセスが可能となり、かつより多数の
レコードを1ブロツクに収容することが可能となるため
に、無効的なアクセス効率を向上できるという効果があ
る。
As explained above, the present invention separates a record into a basic record part whose constituent elements are only the fixed-length part of the pig value that is normally displayed on the text screen, and an extended record part which consists of the rest. By separating the storage files, it is possible to access fixed records to frequently accessed basic records, and it is also possible to accommodate a larger number of records in one block, improving the efficiency of invalid access. There is an effect that it can be done.

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

第1図は本発明の一実施例の構成を示すブロック図、第
2図は本実施例のレコードの構成図、第3図は本実施例
のデータ定義テーブルの構成図である。 4・・・・・・データ定義テーブル、21・・・・・・
レコード分離手段、22・・・・・・基本レコード部収
容ファイルバッファ、23・・・・・・拡張レコード部
収容ファイルバッファ、24・・・・・・格納ファイル
分離手段、25・・・・ファイル入出力手段、26・・
・・・基本レコード部収容ファイル、27・・・・・・
拡張レコード部収容ファイル、28・・・・・・レコー
ドバッファ、29・・・・・・通常データベース処理手
段、31・・・・・・レコード蓄積指示、32・・・・
データベース書込み指示、33・・・・ファイル書込み
指示。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention, FIG. 2 is a configuration diagram of a record in this embodiment, and FIG. 3 is a configuration diagram of a data definition table in this embodiment. 4...Data definition table, 21...
Record separation means, 22...Basic record section accommodation file buffer, 23...Extended record section accommodation file buffer, 24...Storage file separation means, 25...File Input/output means, 26...
...Basic record department storage file, 27...
Extended record section storage file, 28...Record buffer, 29...Normal database processing means, 31...Record accumulation instruction, 32...
Database write instruction, 33...File write instruction.

Claims (1)

【特許請求の範囲】[Claims] レコードを構成する各データ項目の値のうちアクセス頻
度が高い各データの先頭部分についてその長さを情報と
して持つデータ定義テーブルと、前記データ定義テーブ
ルを参照して各データの先頭部分を連結したものに短か
い制御情報を付加した基本レコード部と各データの先頭
部分以外とその長さを示すフィールドの組を連結した拡
張レコード部とに分離するレコード分離手段と、前記基
本レコード部と拡張レコード部の格納ファイルを分離す
る格納ファイル分離手段とを備えて成ることを特徴とす
るレコード格納制御方式。
A data definition table that has information about the length of the leading part of each frequently accessed data among the values of each data item that makes up a record, and a concatenation of the leading parts of each data by referring to the data definition table. record separation means for separating a basic record part into which short control information is added to the data, and an extended record part which concatenates a set of fields other than the leading part of each data and its length; and the basic record part and the extended record part. A record storage control method comprising: a storage file separation means for separating storage files.
JP2082670A 1990-03-29 1990-03-29 Record storage control system Pending JPH03282646A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2082670A JPH03282646A (en) 1990-03-29 1990-03-29 Record storage control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2082670A JPH03282646A (en) 1990-03-29 1990-03-29 Record storage control system

Publications (1)

Publication Number Publication Date
JPH03282646A true JPH03282646A (en) 1991-12-12

Family

ID=13780864

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2082670A Pending JPH03282646A (en) 1990-03-29 1990-03-29 Record storage control system

Country Status (1)

Country Link
JP (1) JPH03282646A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009123225A (en) * 2001-01-08 2009-06-04 Robert Bosch Gmbh Method for providing extension code for binary description for multimedia data

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009123225A (en) * 2001-01-08 2009-06-04 Robert Bosch Gmbh Method for providing extension code for binary description for multimedia data

Similar Documents

Publication Publication Date Title
US20100161567A1 (en) Compressed data page with uncompressed data fields
JPH03266039A (en) Free format data link processing system
JPH0623968B2 (en) Data transfer control system
US5710919A (en) Record compression
US6404362B1 (en) Method and apparatus for reducing the time required for decompressing compressed data
US5873001A (en) Method for rapid expansion of multi-byte sorting weights table to include user supplied sorting weights
JPH03282646A (en) Record storage control system
JP2925042B2 (en) Information link generation method
JPH0233661A (en) Character processor containing automatic address input function
JP3245873B2 (en) File processing device
JPS62121532A (en) Data retrieving method
JP3549251B2 (en) Sort processing apparatus and sort processing method
JPH0264830A (en) Storage device of same name-file
JP2615046B2 (en) Record addition processing method
JPS63187334A (en) Character-string pattern matching device
JPH04172541A (en) Record storage unit
JPH01136252A (en) File structure
JPH05274334A (en) System of grasping customer information for each person in charge in banking business
JPS63273949A (en) Information memory system
JPH02302869A (en) File edition system
JPH1091489A (en) System for storing record of structured database
JPH0668088A (en) Text management system in distributed processing editer
Novak File Manipulation
JPH02133839A (en) File processor
JPH04259978A (en) Directory list display system for optical disk film