JP2658969B2 - Data storage control system - Google Patents

Data storage control system

Info

Publication number
JP2658969B2
JP2658969B2 JP7114199A JP11419995A JP2658969B2 JP 2658969 B2 JP2658969 B2 JP 2658969B2 JP 7114199 A JP7114199 A JP 7114199A JP 11419995 A JP11419995 A JP 11419995A JP 2658969 B2 JP2658969 B2 JP 2658969B2
Authority
JP
Japan
Prior art keywords
cluster
free
block
storage
area
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 - Fee Related
Application number
JP7114199A
Other languages
Japanese (ja)
Other versions
JPH08314774A (en
Inventor
文江 萩原
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
Nippon Electric Co 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 Nippon Electric Co Ltd filed Critical Nippon Electric Co Ltd
Priority to JP7114199A priority Critical patent/JP2658969B2/en
Publication of JPH08314774A publication Critical patent/JPH08314774A/en
Application granted granted Critical
Publication of JP2658969B2 publication Critical patent/JP2658969B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

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

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【産業上の利用分野】本発明は、データレコードを格納
元データベースファイルから格納先データベースファイ
ル内に初期格納する際の制御方式に関し、特にクラスタ
ごとに空き領域の設定を行うデータ格納制御システムに
関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a control system for initially storing data records in a storage destination database file from a storage source database file, and more particularly to a data storage control system for setting a free area for each cluster.

【0002】[0002]

【従来の技術】従来、この種のデータ格納制御システム
は、格納先データベースファイルにデータを初期格納後
に新たにデータが追加されることを考慮し、データベー
ス内に空き領域を設定するために用いられている。
2. Description of the Related Art Conventionally, this type of data storage control system has been used to set a free space in a database in consideration of the fact that new data is added after initial storage of data in a storage destination database file. ing.

【0003】周知のように、データベースとはある目的
を果たすために必要十分なデータの集まりのことをい
う。データベースは一般に補助記憶装置にデータベース
ファイルとして格納されるが、補助記憶装置としては直
接アクセス記憶装置(DASD)が使用される場合が多
い。直接アクセス記憶装置はデータの記憶場所によって
アクセス時間が異ならない補助記憶装置である。直接ア
クセス記憶装置をアクセスする方式として仮想記憶アク
セス方式(VSAM)が知られている。仮想記憶アクセ
ス方式は直接アクセス記憶装置上の固定長レコードと可
変長レコードを直接または順次に処理することができる
アクセス方式である。
[0003] As is well known, a database is a collection of data necessary and sufficient to fulfill a certain purpose. The database is generally stored as a database file in an auxiliary storage device, but a direct access storage device (DASD) is often used as the auxiliary storage device. A direct access storage device is an auxiliary storage device whose access time does not vary depending on the storage location of data. A virtual storage access method (VSAM) is known as a method for accessing a direct access storage device. The virtual storage access method is an access method capable of directly or sequentially processing fixed-length records and variable-length records on a direct access storage device.

【0004】データベースファイルにはデータセットが
レコードの集まりとして格納されるが、一般には、最初
のレコードであるルートレコードを中心に、このルート
レコードと論理的関係のあるレコードが記憶領域上に近
傍配置される。ルートレコードとそれに論理的関係にあ
るレコードの集まりはクラスタと呼ばれる。
In a database file, a data set is stored as a set of records. Generally, a record having a logical relationship with the root record is located near a root record, which is the first record, in a storage area. Is done. A collection of a root record and records having a logical relationship with the root record is called a cluster.

【0005】従来のデータ格納制御システムの一例が、
特開平5−250234号公報に記載されている。図4
にこの公報に記載されているデータレコード格納制御方
式を示し、また図5に公に知られた技術を示す。図4お
よび図5において、二重丸“◎”はルートレコードを示
し、一重丸“○”はレコードを示し、破線“…”は論理
的なつながりを示し、黒丸“●”は追加レコードを示
す。図4および図5において、(a)は空き領域が設定
されたデータ初期格納時の状態を示し、(b)はデータ
初期格納後に新たにデータ(レコード)が追加された状
態を示す。
One example of a conventional data storage control system is:
It is described in JP-A-5-250234. FIG.
FIG. 5 shows a data record storage control method described in this publication, and FIG. 5 shows a publicly known technique. 4 and 5, a double circle “◎” indicates a root record, a single circle “○” indicates a record, a broken line “…” indicates a logical connection, and a black circle “●” indicates an additional record. . 4 and 5, (a) shows a state at the time of initial data storage in which a free area is set, and (b) shows a state in which new data (record) is added after the initial data storage.

【0006】上記公報に記載されているのデータレコー
ド格納制御方式は、図4(a)に示すように、クラスタ
Cのデータ量により空き領域の大きさを算出し、クラス
タ格納後にブロック単位に空き領域を設定する。この種
のデータ格納制御方式では、図4(b)に示すように、
論理的につながっているレコードを大量に追加する場合
に適している。
According to the data record storage control method described in the above publication, as shown in FIG. 4A, the size of a free area is calculated based on the data amount of a cluster C, and after storing the cluster, the free space is calculated in block units. Set the area. In this type of data storage control method, as shown in FIG.
Suitable for adding a large number of logically connected records.

【0007】また、公に知られた技術は、図5(a)に
示すように、データ格納時にデータベースファイル内の
全ブロックに対して、ブロック内に一定の空き領域を確
保することが可能である。この種のデータ格納制御方式
では、図5(b)に示すように、追加レコード●間に論
理的なつながりがなく、クラスタCa内に平均的にレコ
ードを追加する場合に適している。
[0007] The publicly known technique can secure a certain free space in a block for all blocks in a database file at the time of data storage, as shown in FIG. is there. As shown in FIG. 5B, this type of data storage control method is suitable for a case where there is no logical connection between the additional records ● and the records are added on average in the cluster Ca.

【0008】[0008]

【発明が解決しようとする課題】図4および図5に示し
た従来の技術には次のような問題点がある。すなわち、
追加されるデータの特性が異なるクラスタが混在する格
納元データベースファイルを格納先データベースファイ
ルに初期格納する際、従来の技術であるクラスタ格納後
にブロック単位に空き領域を設定するデータ格納制御方
式(図4)、またはブロック内に一定の空き領域を確保
するデータ格納制御方式(図5)を採用すると、データ
追加時に必要以上にブロックまたがりが発生し、アクセ
ス時に物理I/Oが多発するクラスタが発生し、格納効
率およびアクセス効率が低下する点である。
The prior art shown in FIGS. 4 and 5 has the following problems. That is,
When initially storing a storage source database file in which clusters having different characteristics of added data coexist in a storage destination database file, a conventional data storage control method for setting an empty area in block units after cluster storage (FIG. 4) ) Or a data storage control method (FIG. 5) that secures a certain free space in a block, a block may be unnecessarily spanned when data is added, and a cluster in which physical I / O frequently occurs at the time of access may occur. , Storage efficiency and access efficiency are reduced.

【0009】その理由は、クラスタに追加されるデータ
の特性によって、格納効率およびアクセス効率の面から
クラスタごとに適した空き領域の設定が考慮されていな
いためである。例えば、図6に示すようにブロック内に
一定の空き領域を確保した場合、論理的につながってい
るレコードを大量に追加すると格納効率およびアクセス
効率の面から問題となる。
The reason is that setting of a free area suitable for each cluster is not taken into consideration in terms of storage efficiency and access efficiency due to the characteristics of data added to the cluster. For example, when a certain free space is secured in a block as shown in FIG. 6, if a large number of logically connected records are added, there is a problem in terms of storage efficiency and access efficiency.

【0010】本発明の目的は、将来的にクラスタに追加
されるデータの特性によって、クラスタごとに空き領域
の設定箇所と比率を利用者が指定することにより、クラ
スタごとに適した空き領域を設定し、格納効率およびア
クセス効率を向上させることができるデータ格納制御シ
ステムを提供することにある。
An object of the present invention is to set a suitable free area for each cluster by designating a setting location and a ratio of a free area for each cluster according to the characteristics of data to be added to the cluster in the future. Another object of the present invention is to provide a data storage control system capable of improving storage efficiency and access efficiency.

【0011】[0011]

【課題を解決するための手段】本発明によれば、ルート
レコードを中心に、このルートレコードと論理的関係の
あるレコードの集まりであるクラスタが記憶領域上に近
傍配置されている格納元データベースファイルからレコ
ードを入力し、この入力したレコードを空き領域を確保
した状態で格納先データベースファイルに初期格納する
初期格納制御手段を有するデータ格納制御システムにお
いて、初期格納制御手段は、利用者が予め指定する、ク
ラスタごとの空き領域の設定箇所としてクラスタを格納
するブロック内かクラスタ格納後の連続するブロックか
という情報と設定する空き領域のクラスタのデータ容量
に対する比率に基づき、クラスタ格納ブロック内に空き
領域を確保する場合は、ブロックの最後にクラスタごと
に指定された比率の空き領域を設定し、クラスタ格納後
連続する空きブロックとして確保する場合は、空き領
域の大きさを算出し、クラスタ格納後に算出されたブロ
ック数分空き領域を設定することを特徴とするデータ格
納制御システムが得られる。
According to the present invention, a storage source database file in which a cluster, which is a collection of records having a logical relationship with the root record, is located in the vicinity of a storage area around the root record In the data storage control system having the initial storage control means for inputting the record from the storage device and initially storing the input record in the storage destination database file while securing the free space, the initial storage control means is specified in advance by the user. , Clusters are stored as free space setting locations for each cluster
Within a block to be executed or a continuous block after storing a cluster
Information and the free space cluster data capacity to be set
Based on the ratio for the case of securing a free space to the cluster storage block, each cluster to the end of the block
Bro If set the free space of the specified ratios, to ensure the free blocks contiguous after cluster stored, which calculates the amount of free space, which is calculated after the cluster stored in
Thus , a data storage control system characterized by setting an empty area for the number of packets is obtained.

【0012】[0012]

【作用】データベースの格納制御として、利用者が予め
追加されるデータの特性によってクラスタごとに空き領
域の設定箇所と比率を指定する。指定された設定箇所の
情報により、レコードを格納するブロック内に一定の空
き領域を確保するクラスタであると判断された場合は、
ブロック内に指定された比率の空き領域を確保しながら
レコードを格納する。クラスタ格納後に連続した空きブ
ロックを確保するクラスタであると判断された場合は、
指定された比率をもとに確保すべき空きブロック数を算
出し、クラスタ格納後に空きブロックを設定する。
According to the storage control of the database, the user designates the setting location and ratio of the free space for each cluster according to the characteristics of the data to be added in advance. If it is determined by the information of the specified setting location that the cluster secures a certain free area in the block storing the record,
Store records while securing free space at the specified ratio in the block. If it is determined that the cluster secures continuous free blocks after storing the cluster,
The number of empty blocks to be secured is calculated based on the specified ratio, and the empty blocks are set after storing the cluster.

【0013】[0013]

【実施例】以下、本発明の実施例について図面を参照し
て詳細に説明する。
Embodiments of the present invention will be described below in detail with reference to the drawings.

【0014】図1を参照すると、本発明の一実施例によ
るデータ格納制御システムは、処理対象となるファイル
である格納元データベースファイル10と、格納先デー
タベースファイル20と、格納元データベースファイル
10から入力したレコードを、空き領域を確保した状態
で格納先データベースファイル20に初期格納する初期
格納制御部30とを有している。
Referring to FIG. 1, a data storage control system according to an embodiment of the present invention includes a storage source database file 10 as a file to be processed, a storage destination database file 20, and an input from a storage source database file 10. And an initial storage control unit 30 for initially storing the created record in the storage destination database file 20 in a state where a free area is secured.

【0015】初期格納制御部30は、レコード入力制御
手段31と、空き領域情報ファイル32と、空き領域設
定制御手段33と、フリースペース率格納領域34と、
レコード格納制御手段35と、クラスタ容量計算手段3
6と、ブロックサイズ情報37と、空きブロック数算出
手段38と、空きブロック設定手段39とから構成され
る。
The initial storage control unit 30 includes a record input control means 31, a free area information file 32, a free area setting control means 33, a free space ratio storage area 34,
Record storage control means 35 and cluster capacity calculation means 3
6, empty block number calculating means 38, and empty block setting means 39.

【0016】レコード入力制御手段31は格納元データ
ベースファイル10からレコードを入力する。空き領域
情報ファイル32は利用者が指定するクラスタごとの空
き領域の設定箇所(クラスタを格納するブロック内に一
定の空き領域を確保するか、またはクラスタ格納後に連
続した空きブロックとして確保するかという情報)、お
よびクラスタのデータ容量に対する空き領域の比率の情
報を持つ。空き領域設定制御手段33は空き領域情報フ
ァイル32から取得する情報をもとにブロック内の空き
領域の比率を示すフリースペース率を決定し、空き領域
の設定を制御する。フリースペース率格納領域34はそ
の決定されたフリースペース率を格納する。レコード格
納制御手段35はレコードを格納先データベースファイ
ル20に格納する。クラスタ容量計算手段36はクラス
タのデータ容量(クラスタ容量)を計算する。ブロック
サイズ情報37は格納先データベースファイル20のブ
ロックサイズを示す。空きブロック数算出手段38はブ
ロックサイズとクラスタ容量とブロックサイズの空き領
域の比率(空き領域比率)とから空きブロック数を算出
する。空きブロック設定手段39は空きブロックを設定
する。
The record input control means 31 inputs a record from the storage source database file 10. The free space information file 32 contains information on whether a free space is set in each block specified by the user (whether to secure a certain free space in a block storing a cluster or to secure a continuous free block after storing a cluster). ), And information on the ratio of the free area to the data capacity of the cluster. The free area setting control means 33 determines the free space ratio indicating the ratio of the free area in the block based on the information acquired from the free area information file 32, and controls the setting of the free area. The free space ratio storage area 34 stores the determined free space ratio. The record storage control means 35 stores the record in the storage destination database file 20. The cluster capacity calculation means 36 calculates the data capacity of the cluster (cluster capacity). The block size information 37 indicates the block size of the storage destination database file 20. The number-of-free-blocks calculating means 38 calculates the number of free blocks from the block size, the cluster capacity, and the ratio of the free area of the block size (free area ratio). The empty block setting means 39 sets an empty block.

【0017】空き領域設定制御手段33とフリースペー
ス率格納領域34とレコード格納制御手段35との組合
わせは、指定された設定箇所の情報により、レコードを
格納するブロック内に一定の空き領域を確保するクラス
タであると判断された場合に、ブロック内に指定された
比率の空き領域を確保しながらレコードを格納する手段
として働く。また、空き領域設定制御手段33とクラス
タ容量計算手段36と、ブロックサイズ情報37と空き
ブロック数算出手段38と空きブロック設定手段39と
の組合わせは、クラスタ格納後に連続した空きブロック
を確保するクラスタであると判断された場合に、指定さ
れた比率をもとに確保すべき空きブロック数を算出し、
クラスタ格納後に空きブロックを設定する手段として働
く。
The combination of the free area setting control means 33, the free space ratio storage area 34, and the record storage control means 35 secures a certain free area in a block for storing a record, based on information on a designated set location. When it is determined that the cluster is a cluster to perform, it functions as a means for storing a record while securing an empty area of a specified ratio in the block. The combination of the free area setting control means 33, the cluster capacity calculating means 36, the block size information 37, the free block number calculating means 38, and the free block setting means 39 is a combination of clusters for securing continuous free blocks after storing the cluster. If it is determined that the number of free blocks to be secured is calculated based on the specified ratio,
It works as a means to set an empty block after cluster storage.

【0018】図2は空きブロック数算出手段38にて空
きブロック数を算出する際の計算式を示し、図3(a)
および(b)は、それぞれ、本発明によるデータ格納イ
メージおよび空き領域情報ファイル32のデータイメー
ジを示す。
FIG. 2 shows a formula for calculating the number of empty blocks by the number of empty blocks calculating means 38, and FIG.
(B) shows the data storage image according to the present invention and the data image of the free space information file 32, respectively.

【0019】以下、図1、図2および図3を参照して、
本実施例の動作について説明する。
Hereinafter, referring to FIG. 1, FIG. 2 and FIG.
The operation of the present embodiment will be described.

【0020】レコード入力制御手段31により、格納元
データベースファイル10からレコードを入力する。空
き領域設定制御手段33は入力されたレコードがルート
レコードの場合、ブロック内に空き領域を確保すべきク
ラスタのデータか、またはクラスタ格納後に空きブロッ
クを確保すべきクラスタのデータかを利用者が指定した
空き領域情報ファイル32の情報から判断する。ブロッ
ク内に空き領域を確保すべきクラスタの場合、空き領域
設定制御手段33は空き領域情報ファイル32から空き
領域の比率を取得し、ブロック内の空き領域の比率を示
すフリースペース率として、フリースペース率格納領域
34に設定する。クラスタ格納後に空きブロックを確保
すべきクラスタの場合、空き領域設定制御手段33はブ
ロック内に空き領域を設定しないようにするため、フリ
ースペース率格納領域34には0(ゼロ)を設定する。
The record input control means 31 inputs a record from the storage source database file 10. When the input record is a root record, the free area setting control unit 33 specifies whether the data is a cluster data for which a free area should be reserved in a block or a cluster data for which a free block should be reserved after storing the cluster. Judgment is made from the information of the free space information file 32 thus obtained. In the case of a cluster in which a free area is to be secured in a block, the free area setting control means 33 acquires the ratio of the free area from the free area information file 32 and sets the free space ratio as the free space ratio indicating the ratio of the free area in the block. It is set in the rate storage area 34. In the case of a cluster for which an empty block should be secured after storing the cluster, the empty area setting control means 33 sets 0 (zero) in the free space ratio storage area 34 so as not to set an empty area in the block.

【0021】レコード格納制御手段35は、レコード入
力制御手段31により入力された当該クラスタの全レコ
ードを、フリースペース率格納領域34に設定されてい
る値をもとにブロック内に空き領域設定の有無を判断
し、必要であれば空き領域を設定しながら、格納先デー
タベースファイル20に格納する。
The record storage control means 35 determines whether all the records of the cluster input by the record input control means 31 have a free area set in the block based on the value set in the free space ratio storage area 34. Is determined and stored in the storage destination database file 20 while setting a free area if necessary.

【0022】空き領域設定制御手段33により、クラス
タ格納後に空きブロックを確保すべきクラスタであると
判断された場合は、クラスタ容量計算手段36は、入力
されたレコードをもとにクラスタのデータ容量を計算す
る。空きブロック数算出手段38は、ブロックサイズ情
報37より格納先データベースファイル20のブロック
サイズを取得し、クラスタ容量計算手段36により計算
したクラスタのデータ容量と空き領域情報ファイル32
から取得した空き領域の比率から、図2で示した空きブ
ロック数計算式を用いて、ブロック数を算出する。空き
ブロック設定手段39は空きブロック数算出手段38で
算出したブロック数分の空きブロックをクラスタ格納後
に設定する。
When the free area setting control means 33 determines that the cluster is a cluster for which a free block should be secured after storing the cluster, the cluster capacity calculating means 36 calculates the data capacity of the cluster based on the input record. calculate. The number-of-free-blocks calculating means 38 acquires the block size of the storage destination database file 20 from the block size information 37, and calculates the data capacity of the cluster calculated by the cluster capacity calculating means 36 and the free area information file 32.
The number of blocks is calculated from the ratio of the free area acquired from the above using the free block number calculation formula shown in FIG. The empty block setting means 39 sets empty blocks for the number of blocks calculated by the empty block number calculating means 38 after storing the cluster.

【0023】図3(a)は本発明によるデータ格納イメ
ージを示し、図3(b)は空き領域情報ファイル32の
データイメージを示す。空き領域情報ファイル32のデ
ータによると、1番目、4番目、および5番目に格納す
るクラスタC1,C4,C5は、ブロック内に一定の空
き領域を確保するクラスタであり、ブロック内の空き領
域の比率はそれぞれ25%、25%、33%である。2
番目および3番目に格納するクラスタC2およびC3
は、クラスタ格納後に連続した空きブロックとして空き
領域を確保するクラスタであり、クラスタのデータ容量
に対する空き領域の比率はそれぞれ200%および50
%である。2番目と3番目のクラスタC2およびC3に
対して、図2に示した空きブロック数計算式により空き
ブロック数を計算すると、それぞれ下記の数式1および
数式2のようになる。
FIG. 3A shows a data storage image according to the present invention, and FIG. 3B shows a data image of the free space information file 32. According to the data of the free space information file 32, the first, fourth, and fifth clusters C1, C4, and C5 to be stored are clusters that secure a certain free space in the block. The ratios are 25%, 25% and 33%, respectively. 2
Clusters C2 and C3 to be stored third and third
Is a cluster for securing a free area as a continuous free block after storing the cluster. The ratio of the free area to the data capacity of the cluster is 200% and 50%, respectively.
%. When the number of free blocks is calculated for the second and third clusters C2 and C3 by the free block number calculation formula shown in FIG. 2, the following formulas 1 and 2 are obtained, respectively.

【0024】[0024]

【数1】 (Equation 1)

【0025】[0025]

【数2】 以上のことから明らかなように、本発明により、図3
(a)で示すようにクラスタごとに適した空き領域が設
定される。
(Equation 2) As is clear from the above, according to the present invention, FIG.
As shown in (a), a free area suitable for each cluster is set.

【0026】[0026]

【発明の効果】以上説明したように、本発明によれば、
将来的にクラスタに追加されるデータの特性に合わせて
空き領域の設定箇所と比率を指定することにより、デー
タ初期格納後のデータ追加時および追加データの検索時
には、物理I/Oが抑制され、格納効率およびアクセス
効率が向上する。その理由は、外部からクラスタごとに
空き領域の設定箇所および比率を指定させることによ
り、将来的にクラスタに追加されるデータの特性に合わ
せてクラスタごとに適した空き領域を設定できるためで
ある。
As described above, according to the present invention,
By specifying the setting location and ratio of the free space in accordance with the characteristics of data to be added to the cluster in the future, the physical I / O is suppressed when adding data after initial data storage and when searching for additional data. Storage efficiency and access efficiency are improved. The reason is that, by designating the setting position and the ratio of the free space for each cluster from the outside, a suitable free space can be set for each cluster in accordance with the characteristics of data to be added to the cluster in the future.

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

【図1】本発明の一実施例によるデータ格納制御システ
ムを示すブロック図である。
FIG. 1 is a block diagram showing a data storage control system according to one embodiment of the present invention.

【図2】空きブロック数算出手段にて空きブロック数を
算出する際の計算式を表した図である。
FIG. 2 is a diagram showing a calculation formula when calculating the number of free blocks by a free block number calculation unit.

【図3】(a)は本発明によるデータ格納イメージを示
す図、(b)は空き領域情報ファイルのデータイメージ
を示す図である。
FIG. 3A is a diagram showing a data storage image according to the present invention, and FIG. 3B is a diagram showing a data image of a free space information file.

【図4】空き領域をクラスタ格納後に連続空きブロック
として確保するデータ格納制御方式における、(a)は
データ格納イメージを示す図、(b)はレコード追加イ
メージを示す図である。
4A is a diagram illustrating a data storage image, and FIG. 4B is a diagram illustrating a record addition image in a data storage control method for securing a free area as a continuous free block after storing a cluster.

【図5】空き領域をクラスタ格納ブロック内に確保する
データ格納制御方式における、(a)はデータ格納イメ
ージを示し図、(b)はレコード追加イメージを示す図
である。
5A is a diagram showing a data storage image and FIG. 5B is a diagram showing a record addition image in a data storage control method for securing a free area in a cluster storage block.

【図6】空き領域の設定方法が追加データの特性に適し
ていない例を示す図である。
FIG. 6 is a diagram illustrating an example in which a method of setting a free area is not suitable for characteristics of additional data.

【符号の説明】 10 格納元データベースファイル 20 格納先データベースファイル 30 初期格納制御部 31 レコード入力制御手段 32 空き領域情報ファイル 33 空き領域設定制御手段 34 フリースペース率格納領域 35 レコード格納制御手段 36 クラスタ容量計算手段 37 ブロックサイズ情報 38 空きブロック数算出手段 39 空きブロック設定手段[Description of Signs] 10 Storage source database file 20 Storage destination database file 30 Initial storage control unit 31 Record input control means 32 Free space information file 33 Free space setting control means 34 Free space ratio storage area 35 Record storage control means 36 Cluster capacity Calculation means 37 Block size information 38 Free block number calculation means 39 Free block setting means

Claims (3)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 ルートレコードを中心に、該ルートレコ
ードと論理的関係のあるレコードの集まりであるクラス
タが記憶領域上に近傍配置されている格納元データベー
スファイル(10)からレコードを入力し、該入力した
レコードを空き領域を確保した状態で格納先データベー
スファイル(20)に初期格納する初期格納制御手段
(30)を有するデータ格納制御システムにおいて、 前記初期格納制御手段(30)は、利用者が予め指定す
る、クラスタごとの空き領域の設定箇所としてクラスタ
を格納するブロック内かクラスタ格納後の連続するブロ
ックかという情報と設定する空き領域のクラスタのデー
タ容量に対する比率に基づき、クラスタ格納ブロック内
に空き領域を確保する場合は、ブロックの最後にクラス
タごとに指定された比率の空き領域を設定し、クラスタ
格納後に連続する空きブロックとして確保する場合は、
空き領域の大きさを算出し、クラスタ格納後に算出され
ブロック数分空き領域を設定することを特徴とするデ
ータ格納制御システム。
1. A record is input from a storage source database file (10) centered on a root record, in which a cluster, which is a collection of records having a logical relationship with the root record, is arranged in the vicinity of a storage area. In a data storage control system having an initial storage control means (30) for initially storing an input record in a storage destination database file (20) while securing an empty area, the initial storage control means (30) The cluster is specified as a free space setting location for each cluster specified in advance.
In a block that stores
Information and whether to set the free space cluster data.
Based on the ratio of data capacity, to provide space cluster storage block, a class to the last block
If you want to set a free area of the ratio specified for each data and secure it as a continuous free block after storing the cluster,
A data storage control system comprising: calculating a size of a free area; and setting a free area for the number of blocks calculated after storing the cluster.
【請求項2】 前記初期格納制御手段(30)は、利用
者が予め追加されるデータの特性によってクラスタごと
に空き領域の設定箇所と比率を指定する手段(32)
と、該指定された設定箇所の情報により、レコードを格
納するブロック内に一定の空き領域を確保するクラスタ
であると判断された場合は、ブロック内に指定された比
率の空き領域を確保しながらレコードを格納する手段
(33,34,35)と、クラスタ格納後に連続した空
きブロックを確保するクラスタであると判断された場合
は、前記指定された比率をもとに確保すべき空きブロッ
ク数を算出し、クラスタ格納後に空きブロックを設定す
る手段(33,36,37,38,39)とを有する請
求項1記載のデータ格納制御システム。
2. The means (32) wherein the initial storage control means (30) allows a user to specify a set location and a ratio of a free area for each cluster according to characteristics of data added in advance.
If it is determined from the information of the specified setting location that the cluster is to secure a certain free area in the block storing the record, the cluster is to secure a specified ratio of free area in the block. Means for storing records (33, 34, 35), and when it is determined that the cluster is to secure continuous empty blocks after storing the cluster, the number of empty blocks to be secured is determined based on the specified ratio. 2. The data storage control system according to claim 1, further comprising means (33, 36, 37, 38, 39) for calculating and setting an empty block after storing the cluster.
【請求項3】 前記初期格納制御手段(30)は、 利用者から指定された前記格納元データベースファイル
からレコードを入力するレコード入力制御手段(31)
と、 前記レコード入力制御手段により入力されたレコードの
属するクラスタごとに、クラスタを格納するブロック内
に一定の空き領域を確保するか、またはクラスタ格納後
に連続した空きブロックとして確保するかという情報を
示す空き領域の設定箇所、およびクラスタのデータ容量
に対する空き領域の比率を利用者が指定する空き領域情
報ファイル(32)と、 前記空き領域情報ファイルから取得する前記空き領域の
設定箇所の情報をもとに、当該クラスタがクラスタを格
納するブロック内に一定の空き領域を確保するクラスタ
であると判断される場合、ブロック内に確保する空き領
域の比率を示すフリースペース率として、前記空き領域
情報ファイルから取得する空き領域の比率をフリースペ
ース率格納領域(34)に設定し、当該クラスタがクラ
スタ格納後の連続した空きブロックを確保するクラスタ
であると判断される場合、前記フリースペース率格納領
域(34)に0を設定する空き領域設定制御手段(3
3)と、 前記レコード入力制御手段により入力したレコードを、
前記フリースペース率格納領域の値をもとにブロック内
に空き領域設定の有無を考慮しながら利用者により指定
された前記格納先データベースファイルに格納するレコ
ード格納制御手段(35)と、 前記空き領域設定制御手段により、当該クラスタがクラ
スタ格納後に連続した空きブロックを確保するクラスタ
であると判断される場合、クラスタのデータ容量を計算
するクラスタ容量計算手段(36)と、 利用者より指定された前記格納先データベースファイル
のブロックサイズ情報(37)、前記空き領域情報ファ
イルから取得した空き領域の比率、およびクラスタのデ
ータ量から確保すべき空きブロック数を算出する空きブ
ロック数算出手段(38)と、 クラスタ格納後に前記空きブロック数算出手段(38)
で算出された前記空きブロック数分の空きブロックを設
定する空きブロック設定手段(39)とを有することを
特徴とする請求項1記載のデータ格納制御システム。
3. The record input control means (31) for inputting a record from the storage source database file designated by a user.
And indicates, for each cluster to which the record input by the record input control unit belongs, whether to secure a certain free area in the block storing the cluster or to secure it as a continuous free block after storing the cluster. A free area information file (32) in which the user specifies the setting area of the free area and the ratio of the free area to the data capacity of the cluster, and information on the setting place of the free area acquired from the free area information file. If it is determined that the cluster is a cluster that secures a certain free area in the block that stores the cluster, the free space rate indicating the ratio of the free area to be reserved in the block is used as the free space rate from the free space information file. The free space ratio to be acquired is set in the free space ratio storage area (34), and If the static is determined to be a cluster to ensure continuous free block after cluster storage, space area setting control means for setting 0 to the free space ratio storage area (34) (3
3) and the record input by the record input control means is
A record storage control means (35) for storing in the storage destination database file designated by a user while considering whether or not a free area is set in a block based on the value of the free space ratio storage area; If the setting control unit determines that the cluster is a cluster that secures a continuous free block after storing the cluster, a cluster capacity calculation unit (36) that calculates the data capacity of the cluster; Free block number calculating means (38) for calculating the number of free blocks to be secured from the block size information (37) of the storage destination database file, the ratio of free space obtained from the free space information file, and the data amount of the cluster; Means for calculating the number of free blocks after storage in the cluster (38)
2. The data storage control system according to claim 1, further comprising: an empty block setting means (39) for setting empty blocks corresponding to the number of empty blocks calculated in (1).
JP7114199A 1995-05-12 1995-05-12 Data storage control system Expired - Fee Related JP2658969B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7114199A JP2658969B2 (en) 1995-05-12 1995-05-12 Data storage control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7114199A JP2658969B2 (en) 1995-05-12 1995-05-12 Data storage control system

Publications (2)

Publication Number Publication Date
JPH08314774A JPH08314774A (en) 1996-11-29
JP2658969B2 true JP2658969B2 (en) 1997-09-30

Family

ID=14631694

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7114199A Expired - Fee Related JP2658969B2 (en) 1995-05-12 1995-05-12 Data storage control system

Country Status (1)

Country Link
JP (1) JP2658969B2 (en)

Also Published As

Publication number Publication date
JPH08314774A (en) 1996-11-29

Similar Documents

Publication Publication Date Title
US5890169A (en) Disk fragmentation reduction using file allocation tables
US6023744A (en) Method and mechanism for freeing disk space in a file system
EP0798656B1 (en) File system level compression using holes
US5740445A (en) Information processing apparatus for generating directory information to manage a file using directories
US7032093B1 (en) On-demand allocation of physical storage for virtual volumes using a zero logical disk
EP0694831A2 (en) Computer system having storage unit provided with data compression function andmethod of management of storage area thereof
JP2658969B2 (en) Data storage control system
JP4176933B2 (en) RECORDING MEDIUM RECORDING EXTERNAL STORAGE DEVICE DRIVER PROGRAM AND COMPUTER HAVING EXTERNAL STORAGE DEVICE ACCESS FUNCTION
CN109634874A (en) A kind of data processing method, device, electronic equipment and storage system
US6701319B1 (en) Storing apparatus and data storing structure
JP2734515B2 (en) I / O buffer management device
JP2000057013A (en) Trace information sampling device and mechanically readable recording medium recording program
JP3060481B2 (en) Segment roll-in / roll-out method
JP2002055874A (en) Buffer memory managing device, buffer memory managing method and computer readable recording medium in which program to make computer implement the same method is recorded
JP2583403B2 (en) Backing store management method
JP2788844B2 (en) System dump collection system
JPH01119839A (en) File constitution control system
JPH04349524A (en) Data managing device
JPH03125236A (en) Memory dump collection system
JPH04223537A (en) Image file storing system
JPH05324456A (en) Reference counting type garbage collection method
JPH0535552A (en) File controller
JPH0652019A (en) File controller
JPS62279422A (en) File input/output system
JP2000099383A (en) System and method for managing database and storage medium

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: 19970506

LAPS Cancellation because of no payment of annual fees