JPH02161541A - Divided storage processing system for indexed file - Google Patents

Divided storage processing system for indexed file

Info

Publication number
JPH02161541A
JPH02161541A JP63317517A JP31751788A JPH02161541A JP H02161541 A JPH02161541 A JP H02161541A JP 63317517 A JP63317517 A JP 63317517A JP 31751788 A JP31751788 A JP 31751788A JP H02161541 A JPH02161541 A JP H02161541A
Authority
JP
Japan
Prior art keywords
area
record
data
key
file
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
JP63317517A
Other languages
Japanese (ja)
Other versions
JP2618029B2 (en
Inventor
Masaaki Hama
浜 正章
Masahiro Funekawa
舟川 政博
Fujio Fujita
藤田 不二男
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.)
Hitachi Software Engineering Co Ltd
Hitachi Ltd
Original Assignee
Hitachi Software Engineering Co Ltd
Hitachi 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 Hitachi Software Engineering Co Ltd, Hitachi Ltd filed Critical Hitachi Software Engineering Co Ltd
Priority to JP63317517A priority Critical patent/JP2618029B2/en
Publication of JPH02161541A publication Critical patent/JPH02161541A/en
Application granted granted Critical
Publication of JP2618029B2 publication Critical patent/JP2618029B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To independently execute the reedition processing of a record in each section by dividing an index part and a data part into plural sections having common identification (ID) numbers and expressing the records in both the areas by the deformation of their ID numbers and storage positions. CONSTITUTION:A user specifies a key range 4 and the space value of the area. A system side program (PG) allocates an area in each section to a volume in a direction access storage device 1 and registers correspondence between the key range 4 and a section number in a file control table 2. Then a record storage request having an optional key is generated from a user side PG. The system side PG executes the receiving processing of the request, determines the storage area and its address from the key value of the record based upon the key range information of correspondence information between the registered key range and the section number and stores the record. The key of the record and its pointer are registered based upon the key value of the record so as to be independently moved between areas as an indirect address due to deformation from the head of the data section.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、インデクス付きファイルの分割格納方式に関
し、特に、直接アクセス記憶装置上に割り当てられる領
域にインデクス付きファイルを格納するインデクス付き
ファイルの分割格納方式に関するものである。
Detailed Description of the Invention [Field of Industrial Application] The present invention relates to a divided storage method for indexed files, and particularly to a divided storage method for indexed files in which the indexed files are stored in areas allocated on a direct access storage device. It is related to the method.

〔従来の技術〕[Conventional technology]

仮想記憶アクセス法(VSAM)は、仮想記憶の特長を
生かしたアクセス法である。VSAMを用いて処理でき
るデータセットには、エントリ順データセット、キー順
データセット、および相対レコードデータセットの3種
類がある。いずれも磁気ディスク装置等の直接アクセス
記憶装置(DASD)上に作成される。エントリ順デー
タセットは、レコードが出力された順に蓄積されている
データセットであり、インデクスを持たず、順データセ
ットおよび直接データセットに類似したデータ構造とな
っている。このため、レコードを格納順にアクセスした
り、レコードの格納アドレスにより特定レコードのアク
セスが可能となっているデータセットである。キー順デ
ータセットは、インデクスを持つデータセットである。
Virtual memory access method (VSAM) is an access method that takes advantage of the features of virtual memory. There are three types of data sets that can be processed using VSAM: entry-ordered data sets, key-ordered data sets, and relative record data sets. Both are created on direct access storage devices (DASD) such as magnetic disk drives. The entry order data set is a data set in which records are stored in the order in which they are output, does not have an index, and has a data structure similar to the order data set and the direct data set. Therefore, it is a data set in which the records can be accessed in the order in which they are stored, or a specific record can be accessed by the storage address of the record. A keyed data set is a data set that has an index.

レコードはキーの昇順に格納され、キーの順にしたがっ
たインデクスを有する。このため、インデクスを参照し
、キーの順番にアクセスしたり、キーにより特定レコー
ドのアクセスが可能なデータセットとなっている。また
、相対レコードデータセットは、レコードを1から相対
番号付けされているデータセットであり、相対レコード
番号をキーにして。
Records are stored in ascending order of keys and have indexes according to the order of keys. Therefore, the data set is such that it is possible to refer to the index and access in the order of the keys, or to access a specific record using the key. In addition, a relative record data set is a data set in which records are numbered relative to each other starting from 1, using the relative record number as a key.

レコードを順アクセスでき、また、特定レコードの直接
アクセスが可能なデータセットとなっている。
This data set allows sequential access to records and direct access to specific records.

このようにVSAMのキー順データセットは、キーの昇
順にレコードが格納され、キーの順にしたがったインデ
クスを有し、キーにしたがってアクセスできる構造とな
っている。ところで、キー順データセットにおいては、
一つのデータセットを複数のキー範囲に分割してレコー
ドを格納するキーレンジと呼ばれる機能がある。キーレ
ンジ機能では、データ部のレコードはキー範囲に応じた
領域に分割して格納される。インデクスは、全てのキー
範囲から成るーっの木構造データになっており、また、
データ部は、キー範囲に分割された構造となっている。
In this way, a VSAM key-sequenced data set has a structure in which records are stored in ascending order of keys, have indexes according to the order of keys, and can be accessed according to the keys. By the way, in a keyed data set,
There is a function called key range that divides one data set into multiple key ranges and stores records. With the key range function, records in the data section are divided and stored into areas according to the key range. The index is tree-structured data consisting of all key ranges, and
The data section has a structure divided into key ranges.

しかし、データ部は、データ部の領域の先頭を0とした
変位でアドレス付けされており、分割した各々の領域毎
に独立したアドレス付けとはなっていない。
However, the data section is addressed by a displacement starting from 0 at the beginning of the data section area, and each divided area is not addressed independently.

第4図は、キーレンジ機能を用いてデータセットを形成
した場合のデータ構造を示す図である。
FIG. 4 is a diagram showing a data structure when a data set is formed using the key range function.

第4図において、1はレコードデータを記憶する直接ア
クセス記憶装置、2はファイル管理簿、3フアイル管理
レコードである。ファイル管理簿2は複数のファイルを
管理するため管理テーブルであり、ファイル管理簿2の
中にファイル管理レコード3が設けられる。ファイル管
理レコード3には、ファイルの存在するボリューム、そ
のボリューム上でのファイル領域の位置などの所在情報
In FIG. 4, 1 is a direct access storage device for storing record data, 2 is a file management list, and 3 is a file management record. The file management list 2 is a management table for managing a plurality of files, and a file management record 3 is provided in the file management list 2. The file management record 3 contains location information such as the volume where the file exists and the location of the file area on the volume.

およびファイルの構造、レコード形式などのファイルの
属性情報がファイル毎に記録されている。
Also, file attribute information such as file structure and record format is recorded for each file.

キーレンジ機能を用いて、データ部のレコードをキー範
囲に応じて各々の領域に分割して格納するため、図示す
るように、ファイル管理レコード3には、分割する各々
の領域毎のキー範囲4を指定するデータが設定される。
Using the key range function, records in the data section are divided and stored in each area according to the key range, so as shown in the figure, the file management record 3 contains the key range 4 for each area to be divided. Data specifying is set.

キー範囲4を指定するデータはユーザが予めサービスプ
ログラムを用いて設定する。キー順データセットにおい
て、ファイルのレコードを格納するファイル領域は、直
接アクセス記憶装置1上に別に割り当てられ、インデク
ス部の領域5およびデータ部の領域6が設けらける。イ
ンデクス部の領域5には、ファイル全体を管理する1つ
の木構造データのインデクスデータが格納される。また
、データ部の領域6は、キー範囲で分割された複数個の
領域(領域1〜領域n)となっており、各々のキー範囲
に応じて各レコードが格納される。データ部の領域6は
キー範囲で分割された複数の領域となっているが、イン
デクス部の領域5は、データ部のように設定するキー範
囲に対応して領域が分割されていない。
The data specifying the key range 4 is set by the user in advance using a service program. In a key-sequenced data set, a file area for storing file records is separately allocated on the direct access storage device 1, and an index section area 5 and a data section area 6 are provided. Area 5 of the index section stores index data of one piece of tree-structured data that manages the entire file. Furthermore, the area 6 of the data section is divided into a plurality of areas (area 1 to area n) divided by key range, and each record is stored according to each key range. Area 6 of the data section is divided into a plurality of areas based on key ranges, but area 5 of the index section is not divided into areas corresponding to key ranges to be set like the data section.

データ部の領域6の各領域の間はデータ部の領域の先頭
をOとした連続のアドレス付けとなっている。このため
、あるキー範囲のデータレコードが当該領域内に納まり
切らない場合、特定のキー範囲a −bを用いることと
して、当該キー範囲a〜bに、レコードを格納する複数
の各領域を対応させる。
Between each area of the data part area 6, continuous addressing is provided with O being the beginning of the data part area. Therefore, if the data records of a certain key range cannot fit within the relevant area, a specific key range a-b is used, and each of the multiple areas storing records is made to correspond to the key range a-b. .

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

ところで、データベース等の大容量のファイル処理を行
うシステムにおいては、ファイルの再編集などのファイ
ル保守のための時間が多くかかる。
By the way, in systems that process large-capacity files such as databases, it takes a lot of time for file maintenance such as re-editing files.

このため、大容量のファイルは、物理的に複数のファイ
ルに分割した構成として、ファイル処理を分割したファ
イル毎に行うようにしている。
For this reason, a large-capacity file is physically divided into a plurality of files, and file processing is performed for each divided file.

しかしながら、このようなファイル処理方法では、ファ
イルの容量が増加すると、更にファイル数が増加し、フ
ァイル管理のための時間が多く必要となる。また、上述
したようなキーレンジ機能を用いてキー順データセット
によりファイルを構成した場合においても、データ部の
レコード格納領域は、キー範囲毎に分割して格納されて
いるが、これに対するインデクス部が単一の木構造デー
タとなっているため、キー範囲毎の再編成を行う場合、
データ部とインデクス部とに対して同時に並行して処理
することができない、また、データ部の各々の領域も独
立したアドレス付けとなっていないため、一つのキー範
囲に対応する領域の大きさを変えて、直接アクセス記憶
装置上で再配置することはできないという問題点があっ
た。
However, in such a file processing method, as the file capacity increases, the number of files further increases, and more time is required for file management. Furthermore, even when a file is constructed from a key-sequenced data set using the key range function as described above, the record storage area of the data section is divided and stored for each key range, but the index section for this is divided and stored. is a single tree-structured data, so when reorganizing each key range,
It is not possible to process the data part and index part in parallel at the same time, and each area of the data part is not addressed independently, so the size of the area corresponding to one key range is On the other hand, there is a problem in that it cannot be relocated on a direct access storage device.

本発明は、上記問題点を解決するためになされたもので
ある。
The present invention has been made to solve the above problems.

本発明の目的は、大容量のインデクス付きファイルを複
数の区域に分割し、それぞれの区域毎に独立にレコード
の再編集処理を可能とするインデクス付きファイルの分
割格納方式を提供することにある。
SUMMARY OF THE INVENTION An object of the present invention is to provide a divided storage method for an indexed file that divides a large-capacity indexed file into a plurality of areas and enables records to be re-edited independently for each area.

本発明の前記ならびにその他の目的と新規な特徴は、本
明細書の記述及び添付図面によって明らかになるであろ
う。
The above and other objects and novel features of the present invention will become apparent from the description of this specification and the accompanying drawings.

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

上記目的を達成するため、本発明においては、直接アク
セス記憶装置上に割り当てられた領域にインデクス付き
ファイルを格納する分割格納処理方式において、インデ
クス付きファイルのインデクス部とデータ部とをそれぞ
れインデクス部とデータ部に共通な識別番号を持つ複数
の区域に分割し、インデクス部のレコード、データ部の
レコードを識別番号と区域内の先頭からの変位により表
わされるアドレスに格納し、各区域内のインデクス部の
レコードを、他区域内のインデクス部のレコードとは独
立した木構造データとし、各区域毎に独立に、ファイル
の各レコードの再作成および再編集を行うことを特徴と
する。
In order to achieve the above object, in the present invention, in a divided storage processing method in which an indexed file is stored in an area allocated on a direct access storage device, an index part and a data part of an indexed file are respectively divided into an index part and a data part. The records in the index part and the records in the data part are stored at addresses represented by the identification number and the displacement from the beginning of the area, and the records in the index part in each area are divided into multiple areas with common identification numbers. The record is made into tree-structured data independent of the records in the index section in other areas, and each record of the file is re-created and re-edited independently for each area.

〔作用〕[Effect]

前記手段によれば、インデクス部の領域とデータ部の領
域を共通の識別番号を持つ複数の区域に分割し、インデ
クス部の領域およびデータ部の領域内のレコードは、該
レコードが属する区域を示す識別番号と区域の先頭から
該レコードの格納される位置までの変位で表ねす。イン
デクス部のデータは、各々の区域毎に独立した木構造デ
ータとした構成のファイル構成とされる。
According to the above means, the area of the index part and the area of the data part are divided into a plurality of areas having a common identification number, and the records in the area of the index part and the area of the data part indicate the area to which the record belongs. It is expressed by the identification number and the displacement from the beginning of the area to the position where the record is stored. The data in the index section has a file structure with independent tree structure data for each area.

これにより、ファイル中のデータ部とインデクス部とは
それぞれに区域分けされ、データ部の一つの区域と該区
域のデータ部に対応するインデクス部の区域は、共通の
識別番号を持って対応付けされることになる。各区域毎
のレコードのアドレスは、各区域毎に独立に割り付けら
れるため、中間の区域のレコード数が増加した場合にも
、該区域の領域拡張が他区域とは独立して行うことがで
きる。さらに、各区域毎のインデクスのデータは。
As a result, the data section and index section in the file are divided into sections, and one section of the data section and the section of the index section corresponding to the data section of that section are associated with a common identification number. That will happen. Since the address of the record for each area is assigned independently for each area, even if the number of records in an intermediate area increases, the area can be expanded independently from other areas. Furthermore, the index data for each area is as follows.

各区域毎に独立した木構造データとされるので。This is because each area is treated as independent tree-structured data.

各区域毎にレコードの再編成処理が並行して実行できる
。このため、ファイル保守のためのバッチ処理の処理効
率を上げることができる。
Record reorganization processing can be executed in parallel for each area. Therefore, the processing efficiency of batch processing for file maintenance can be improved.

各区域内のレコードは、各区域毎に独立したアドレス付
けがなされるため、ファイル中の中間区域のレコードが
増加しても、該区域の拡張ができ。
Records within each area are addressed independently for each area, so even if the number of records in an intermediate area in the file increases, the area can be expanded.

区域毎に直接アクセス記憶装置上での再配置も可能とな
る。
Relocation on a direct access storage device is also possible for each area.

〔実施例〕〔Example〕

以下、本発明の一実施例を図面を用いて具体的に説明す
る。
Hereinafter, one embodiment of the present invention will be specifically described using the drawings.

第1図は、本発明の一実施例にかかるデータ処理装置の
要部の構成を示すブロック図である。第1図において、
7は中央処理装置である。中央処理装置7は、ファイル
処理、入出力の起動、および演算処理等を行う。また、
1は直接アクセス記憶装置であり、第4図で説明したよ
うに、直接アクセス記憶装置1には、インデクス付きフ
ァイルであるキー順データセットを構成するため、イン
デクス部の領域5およびデータ部の領域6が設けられる
。この例では、インデクス部の領域5およびデータ部の
領域6とも共通の区域番号である区域1から区域nに分
割し、各区域内のレコードは。
FIG. 1 is a block diagram showing the configuration of main parts of a data processing device according to an embodiment of the present invention. In Figure 1,
7 is a central processing unit. The central processing unit 7 performs file processing, input/output activation, arithmetic processing, and the like. Also,
Reference numeral 1 denotes a direct access storage device, and as explained in FIG. provided. In this example, the area is divided into areas 1 to n, which have the same area number as area 5 of the index section and area 6 of the data section, and the records in each area are as follows.

各々の区域内での先頭をOとした変位でアドレス付けす
る。したがって、各区域内のレコードは他区域内のレコ
ードとは独立したアドレスを持つことになる。
Addressing is done by displacement with O as the beginning within each area. Therefore, records in each area will have addresses independent of records in other areas.

第2図は、インデクス付きファイルを格納した場合のデ
ータ構造を説明する図である。第2図において、1は直
接アクセス記憶装置、2はファイル管理簿、3はファイ
ル管理レコード、4はキ−範囲、5はインデクス部の領
域、6はデータ部の領域である。また、10は記録単位
のレコードである。各区域内のデータ部の各々のレコー
ド10には。
FIG. 2 is a diagram illustrating the data structure when indexed files are stored. In FIG. 2, 1 is a direct access storage device, 2 is a file management list, 3 is a file management record, 4 is a key range, 5 is an index area, and 6 is a data area. Further, 10 is a record as a recording unit. In each record 10 of the data section within each area.

レコードを識別するためのキー10aが設けられてお積
、キー10aの値にもとづきインデクスを作成する。こ
のインデクスの作成は、各データ部の区域に対応したイ
ンデクスの区域毎に独立した木構造データでインデクス
を作成する。図示するように、ここでは、格納するファ
イルの領域を分割するために指定したキー範囲に対応し
て、キー範囲毎に各々の区域が設定され、各区域がそれ
ぞれ独立した構造のファイル構造となるようにし、各区
域がそれぞれ独立して処理できる処理単位になり得るよ
うにする。すなわち、キー範囲4に対応して、データ部
の領域6およびインデクス部の領域5の各区域が設定さ
れており、データ部の領域6の1区域およびインデクス
部の領域5の1区域が対応して、1つの処理単位として
独立にレコードの再編集処理ができるようなファイル構
造となっている。
A key 10a for identifying records is provided, and an index is created based on the value of the key 10a. In creating this index, an index is created using independent tree-structured data for each area of the index corresponding to the area of each data part. As shown in the figure, each area is set for each key range in accordance with the key range specified to divide the area of the file to be stored, and each area has an independent file structure. so that each area can become a processing unit that can be processed independently. That is, each area of area 6 of the data part and area 5 of the index part is set corresponding to key range 4, and one area of area 6 of the data part and one area of area 5 of the index part correspond. The file structure is such that records can be re-edited independently as one processing unit.

第3図は、本発明の一実施例にかかるインデクス付きフ
ァイルの作成手順を示すフローチャートである。第3図
を参照して説明する。インデクス付きファイルの作成手
順において、ユーザは予めキー範囲とキー範囲対応の区
域の直接アクセス記憶装置上でのスペース量を指定し、
システムに連結する。すなわち、ユーザ側プログラムに
より、ステップ30において、キー範囲とキー範囲対応
の区域のスペース量を指定する。これに対して、システ
ム側プログラムでは、ステップ31において、直接アク
セス記憶装置上のボユームに区域毎の領域を割り当て、
次のステップ32において、ファイル管理簿にキー範囲
と区域番号の対応を登録する。
FIG. 3 is a flowchart showing a procedure for creating an indexed file according to an embodiment of the present invention. This will be explained with reference to FIG. In the indexed file creation procedure, the user specifies in advance the key range and the amount of space on the direct access storage device for the area corresponding to the key range,
Connect to the system. That is, in step 30, the user program specifies the key range and the amount of space in the area corresponding to the key range. On the other hand, in step 31, the system program allocates areas for each area to volumes on the direct access storage device.
In the next step 32, the correspondence between the key range and the area number is registered in the file management book.

次に、ユーザ側プログラムからステップ33において、
任意のキーを持つレコードの格納要求を発行する。シス
テム側プログラムでは、これを受けてステップ34にお
いてレコードの格納要求の受付処理を行う。次に、ステ
ップ35において、ファイル管理簿に登録したキー範囲
と区域番号の対応情報のキー範囲情報にもとづき、格納
要求された当該レコードのキー値から当該レコードを格
納する区域を決定する。次にステップ36において、決
定した区域内での格納アドレス(区域内の先頭からの変
位)を決定し、当該レコードを区域内の該アドレスへ格
納する。次に、ステップ37において、当該レコードの
キー値にもとづき、データ部の当該区域に対応するイン
デクス区域内のインデクスに、当該レコードのキーと当
該レコードへのポインタを登録する。このときのポイン
タ情報は、当該データ区域の先頭からの変位だけとした
間接アドレスとして、当該区域全体の領域を処理に対応
して、独立に領域の間で移動可能とておく。このステッ
プ35〜ステツプ37の一連の処理が終了すると、次の
ステップ38において。
Next, in step 33 from the user side program,
Issue a request to store a record with any key. In response to this, the system side program performs a record storage request acceptance process in step 34. Next, in step 35, based on the key range information of the correspondence information between the key range and the area number registered in the file management book, the area in which the record is to be stored is determined from the key value of the record requested to be stored. Next, in step 36, a storage address (displacement from the beginning of the area) within the determined area is determined, and the record is stored at the address within the area. Next, in step 37, the key of the record and the pointer to the record are registered in the index in the index area corresponding to the area of the data section based on the key value of the record. The pointer information at this time is an indirect address that only indicates the displacement from the beginning of the data area, so that the entire area can be moved independently between areas in response to processing. When the series of processes from step 35 to step 37 is completed, the process proceeds to the next step 38.

レコード格納処理の終了報告を、ユーザ側プログラムに
送出する処理を行い、1つのキー付きレコードの格納要
求に対する処理を終了する。これにより、ユーザ側プロ
グラムでは、次のステップ39において1次の任意のキ
ーを持つレコードの格納要求を発行し、以降、ステップ
34〜ステツプ38の処理と同様な処理が続行される。
A process is performed to send a record storage process completion report to the user program, and the process for one keyed record storage request is completed. As a result, in the next step 39, the user side program issues a storage request for a record having an arbitrary primary key, and thereafter, the same processes as those in steps 34 to 38 are continued.

このようにして、任意のキーを持つレコードの格納要求
が次々と発行され、それに対応して、レコードの格納処
理が次々に行われる。この結果、ユーザの要求にもとづ
くレコード格納処理手順を繰り返すことで、第1図およ
び第2図で示すデータ構造のファイルが作成される。
In this way, requests to store records with arbitrary keys are issued one after another, and correspondingly, record storage processing is performed one after another. As a result, by repeating the record storage processing procedure based on the user's request, a file having the data structure shown in FIGS. 1 and 2 is created.

このように1例えば、第1図および第2図のデータ構造
に示されるように、ファイルを構成する各区域は独立し
た構造のファイルのデータ構造としたことにより、各々
の区域毎に独立して、かつ区域毎に並列にファイルの作
成を行うことができ、またファイルの再編成ができる。
In this way, 1. For example, as shown in the data structure of Figures 1 and 2, each area constituting a file has an independent file data structure, so each area can be , files can be created in parallel for each area, and files can be reorganized.

各区域内のレコードが増加しても、各区域は他の区域と
独立したアドレス付けがなされているため、変位で表り
すことができるアドレス範囲まで各々の区域単位で領域
が拡張できる。さらに、1つの区域だけ直接アクセス記
憶装置上から削除し、当該区域を直接アクセス記憶装置
上にその大きさを変えて再割り当てして、レコードを格
納し直すことができ1区域毎に独立して再配置が可能と
なる。
Even if the number of records in each area increases, since each area is addressed independently of other areas, the area can be expanded in each area to an address range that can be expressed by displacement. Furthermore, records can be restored by deleting only one area from the direct access storage device, reassigning that area to a different size on the direct access storage device, and relocating each area independently. becomes possible.

以上、本発明を実施例にもとづき具体的に説明したが、
本発明は、前記実施例に限定されるものではなく、その
要旨を逸脱しない範囲において種々変更可能であること
は言うまでもない。
The present invention has been specifically explained above based on examples, but
It goes without saying that the present invention is not limited to the embodiments described above, and can be modified in various ways without departing from the spirit thereof.

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

以上、説明したように、本発明によれば、木構造データ
を持つインデクス付きの大容量のファイルであっても、
複数に分割した区域毎に各々の部分において再編成処理
を行うことができ、かつ区域毎の再編成処理を同時に並
列して処理できる。
As explained above, according to the present invention, even a large-capacity file with an index that has tree-structured data can be
The reorganization process can be performed in each area divided into a plurality of areas, and the reorganization process for each area can be performed in parallel at the same time.

このため、ファイル保守のためのバッチ処理の処理効率
を上げることができる。さらに、各区域内のレコードは
、各区域毎に独立したアドレス付けがなされるため、フ
ァイル中の中間区域のレコードが増加しても、該中間区
域の拡張ができ、さらに区域毎の直接アクセス記憶装置
上での再配置も可能となる。
Therefore, the processing efficiency of batch processing for file maintenance can be improved. Furthermore, records within each area are addressed independently for each area, so even if the number of records in the intermediate area increases in the file, the intermediate area can be expanded, and direct access storage for each area is also possible. Relocation above is also possible.

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

第1図は1本発明の一実施例にかかるデータ処理装置の
要部の構成を示すブロック図、第2図は、インデクス付
きファイルを格納した場合のデータ構造を説明する図、 第3図は、本発明の一実施例にかかるインデクス付きフ
ァイルの作成手順を示すフローチャート、第4図は、キ
ーレンジ機能を用いてデータセットを形成した場合のデ
ータ構造を示す図である。 図中、1・・・直接アクセス記憶装置、2・・・ファイ
ル管理簿、3・・・ファイル管理レコード、4・・・キ
ー範囲、5・・・インデクス部の領域、6・・・データ
部の領域、7・・・中央処理装置。
FIG. 1 is a block diagram showing the configuration of the main parts of a data processing device according to an embodiment of the present invention, FIG. 2 is a diagram illustrating the data structure when indexed files are stored, and FIG. FIG. 4 is a flowchart showing a procedure for creating an indexed file according to an embodiment of the present invention. FIG. 4 is a diagram showing a data structure when a data set is created using the key range function. In the figure, 1... direct access storage device, 2... file management list, 3... file management record, 4... key range, 5... index section area, 6... data section area. Area, 7...Central processing unit.

Claims (1)

【特許請求の範囲】[Claims] 1、直接アクセス記憶装置上に割り当てられた領域にイ
ンデクス付きファイルを格納する分割格納処理方式にお
いて、インデクス付きファイルのインデクス部とデータ
部とをそれぞれインデクス部とデータ部に共通な識別番
号を持つ複数の区域に分割し、インデクス部のレコード
、データ部のレコードを識別番号と区域内の先頭からの
変位により表わされるアドレスに格納し、各区域内のイ
ンデクス部のレコードを、他区域内のインデクス部のレ
コードとは独立した木構造データとし、各区域毎に独立
に、ファイルの各レコードの再作成および再編集を行う
ことを特徴とするインデクス付きファイルの分割格納処
理方式。
1. In a split storage processing method that stores an indexed file in an area allocated on a direct access storage device, the index part and data part of the indexed file are divided into multiple groups each having a common identification number for the index part and the data part. Divide into areas, store records in the index part and records in the data part at addresses indicated by identification numbers and displacement from the beginning of the area, and store records in the index part in each area to the records in the index part in other areas. A split storage processing method for an indexed file, which is characterized in that tree-structured data is independent of records, and each record of the file is re-created and re-edited independently for each area.
JP63317517A 1988-12-14 1988-12-14 How to divide an indexed file Expired - Lifetime JP2618029B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63317517A JP2618029B2 (en) 1988-12-14 1988-12-14 How to divide an indexed file

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63317517A JP2618029B2 (en) 1988-12-14 1988-12-14 How to divide an indexed file

Publications (2)

Publication Number Publication Date
JPH02161541A true JPH02161541A (en) 1990-06-21
JP2618029B2 JP2618029B2 (en) 1997-06-11

Family

ID=18089122

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63317517A Expired - Lifetime JP2618029B2 (en) 1988-12-14 1988-12-14 How to divide an indexed file

Country Status (1)

Country Link
JP (1) JP2618029B2 (en)

Also Published As

Publication number Publication date
JP2618029B2 (en) 1997-06-11

Similar Documents

Publication Publication Date Title
US6275910B1 (en) Storage device and method for data sharing
JPS6310250A (en) Managing system for virtual logical volume
US4623963A (en) Device independent data transfer
CN111309263B (en) Method for realizing logical volume in distributed object storage
JPH07152498A (en) Information processing system
JP3384258B2 (en) Computer system
JPH0330034A (en) Optical disk file managing method
JPH02161541A (en) Divided storage processing system for indexed file
JPH1063436A (en) Method and device for storing data
JPH06110766A (en) Directory constitution method and computer system for sharing stored file system
JPH09223049A (en) Disk array system
JPS5851347A (en) Medium allocation system for file
JPH04336340A (en) Disk cache access control system
JPH03225412A (en) File data read system
JP3528500B2 (en) Computer system
JPH03174654A (en) Filing method and its device
JPH04350738A (en) Disk space management system
JPH0310341A (en) Disk space compaction system
JPH04155546A (en) Multivolume file processing method
JPH0652019A (en) File controller
JP2003323262A (en) Computer system
JPS63280348A (en) Subfile management system
JPH06348572A (en) Multi-mechanism disk system
JPH02191048A (en) Method and device for data processing
JPH04287245A (en) System for managing free area of file system

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19970128