JPH0756782A - Device for controlling data record storage and method therefor - Google Patents

Device for controlling data record storage and method therefor

Info

Publication number
JPH0756782A
JPH0756782A JP5198034A JP19803493A JPH0756782A JP H0756782 A JPH0756782 A JP H0756782A JP 5198034 A JP5198034 A JP 5198034A JP 19803493 A JP19803493 A JP 19803493A JP H0756782 A JPH0756782 A JP H0756782A
Authority
JP
Japan
Prior art keywords
cluster
data
record
capacity
data 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.)
Pending
Application number
JP5198034A
Other languages
Japanese (ja)
Inventor
Noriko Miyabe
規子 宮部
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 JP5198034A priority Critical patent/JPH0756782A/en
Publication of JPH0756782A publication Critical patent/JPH0756782A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To provide a data record storage controlling device and its method capable of storing a cluster with a capacity smaller than the block capacity of an output data base file surely in a block and preventing the processing performance of I/O processing from being reduced. CONSTITUTION:A data record retrieving means 1 retrieves and acquires a data record from an input data file 11. A cluster storing means 2 stores the acquired data record in each cluster and a capacity calculating means 3 calculates total data capacity in each cluster. A storage status acquiring means 4 calculates the remaining capacity of a block storing the final record of a cluster processed immediately before the calculation in an output data base file 12. A capacity comparing means 5 compares the calculated result of the means 3 with that of the means 4 to judge a block storing the cluster concerned. A storage area setting means 7 receives the compared result, sets up a block for outputting the cluster concerned in the file 12 and informs a data record storing means 6 of the set result.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明はデータレコード格納制御
装置および方法に関し、特にブロックの容量に対してク
ラスタの容量が小さいデータベースファイルに適用する
データレコード格納制御装置および方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data record storage control apparatus and method, and more particularly to a data record storage control apparatus and method applied to a database file in which cluster capacity is smaller than block capacity.

【0002】[0002]

【従来の技術】従来のデータレコード格納制御装置は、
図3のブロック図に示すように、まずデータベースファ
イル31および順ファイル32を含む入力データファイ
ル33からデータレコード検索手段34がデータレコー
ドを取得する。つぎにデータレコード検索手段34の取
得したデータレコードを、データレコード格納手段35
が出力データベースファイル36に物理順に格納してい
る。このとき、入力データファイル33から読み込まれ
た複数のデータレコードは、図2の従来のデータ格納形
式と本発明のデータ格納形式との対照説明図の分図
(a)に示すように、各々のクラスタの容量とは無関係
に、出力データベースファイル36のブロックnから最
上位のレコードおよびこれと論理的関係を持つ複数の
データレコード、さらにこれに続いて最上位のレコード
およびこれと論理的関係を持つ複数のデータレコー
ド、というように最上位のレコード以下も同様に隙間
なしに物理順に格納し、各最上位のレコードと論理的関
係を持つ複数のレコードは、対応する最上位のレコード
の近傍に格納されるようになっている。本説明図の場合
は、最上位のレコードおよびのグループが、2つの
ブロックに渡って格納されている。
2. Description of the Related Art A conventional data record storage controller is
As shown in the block diagram of FIG. 3, first, the data record search means 34 acquires a data record from the input data file 33 including the database file 31 and the sequential file 32. Next, the data record acquired by the data record search means 34 is stored in the data record storage means 35.
Are stored in the output database file 36 in physical order. At this time, each of the plurality of data records read from the input data file 33 has a plurality of data records, as shown in FIG. 2 (a) of the explanatory diagram comparing the conventional data storage format and the data storage format of the present invention. Irrespective of the capacity of the cluster, the record n from the block n of the output database file 36 to the top record and a plurality of data records having a logical relationship therewith, and subsequently the top record and a logical relationship to this record. Similarly, multiple data records, such as the topmost record and so on, are stored in physical order without gaps, and multiple records that have a logical relationship with each topmost record are stored near the corresponding topmost record. It is supposed to be done. In the case of this explanatory diagram, the highest level record and the group are stored in two blocks.

【0003】[0003]

【発明が解決しようとする課題】上述した従来のデータ
レコード格納制御装置は、データレコード格納手段が、
データレコードを出力データベースファイルに単に物理
順に格納し、出力データベースファイルのブロック容量
と各クラスタの容量との間には何等の関係も持たせずに
格納しているため、出力データベースファイルのブロッ
ク容量より小さい容量のクラスタを、2ブロックに渡っ
て格納してしまうことがあり、以後、このクラスタへの
アクセス時には、2ブロックに対して入出力処理を行わ
なければならず、処理性能を低下させることになるとい
う問題点がある。
In the conventional data record storage control device described above, the data record storage means is
Data records are stored in the output database file simply in physical order, and are stored without any relation between the block capacity of the output database file and the capacity of each cluster. A small-capacity cluster may be stored in two blocks, and thereafter, when accessing this cluster, I / O processing must be performed for two blocks, which reduces processing performance. There is a problem that

【0004】本発明の目的は、出力データベースファイ
ルのブロック容量より小さい容量のクラスタを必ず1ブ
ロックに格納し、入出力処理の処理性能を低下させるこ
とのないデータレコード格納制御装置および方法を提供
することにある。
An object of the present invention is to provide a data record storage control apparatus and method in which a cluster having a capacity smaller than the block capacity of an output database file is always stored in one block and the processing performance of input / output processing is not deteriorated. Especially.

【0005】[0005]

【課題を解決するための手段】本発明のデータレコード
格納制御装置は、最上位のレコードを中心に前記最上位
のレコードと論理的関係を持つ複数のレコードとで構成
するクラスタを複数個格納する入力データファイルから
データレコードを検索し取得するデータレコード検索手
段と、前記データレコード検索手段の取得したデータレ
コードを出力データベースファイルに物理順に格納する
データレコード格納手段とを有するデータレコード格納
制御装置において、前記データレコード検索手段が取得
したデータレコードをクラスタ単位に記憶するクラスタ
記憶手段と、前記データレコード検索手段が取得したデ
ータレコードのデータ総容量をクラスタ単位に計算する
容量計算手段と、前記出力データベースファイル内で直
前に処理を行ったクラスタの最終レコードを格納したブ
ロックの残り容量を計算する格納状況取得手段と、前記
容量計算手段が計算したクラスタ単位のデータ総容量と
前記格納状況取得手段が計算した前記ブロックの残り容
量とを比較し前記ブロックに該当するクラスタを格納す
ることの可能性を判断する容量比較手段と、前記容量比
較手段の比較結果を受け前記出力データベースファイル
に前記該当するクラスタを出力するブロックを設定し前
記データレコード格納手段に通知する格納領域設定手段
とを設けている。
A data record storage control device of the present invention stores a plurality of clusters, each of which is composed of a plurality of records having a logical relationship with the highest record, centering on the highest record. In a data record storage control device having a data record search means for searching for and acquiring a data record from an input data file, and a data record storage means for storing the data records acquired by the data record search means in a physical order in an output database file, Cluster storage means for storing the data records acquired by the data record search means in cluster units, capacity calculation means for calculating the total data capacity of the data records acquired by the data record search means in cluster units, and the output database file Was processed immediately before Comparing the storage status acquisition means for calculating the remaining capacity of the block storing the last record of the raster with the total data capacity in cluster units calculated by the capacity calculation means and the remaining capacity of the block calculated by the storage status acquisition means Then, a capacity comparison unit that determines the possibility of storing the corresponding cluster in the block and a block that outputs the corresponding cluster to the output database file that receives the comparison result of the capacity comparison unit are set to the data record. A storage area setting means for notifying the storage means is provided.

【0006】本発明のデータレコード格納制御方法は、
最上位のレコードを中心に前記最上位のレコードと論理
的関係を持つ複数のレコードとで構成したクラスタを複
数個格納する入力データファイルからデータレコードを
検索取得し、この取得したデータレコードを出力データ
ベースファイルに物理順に格納するデータレコード格納
制御方法において、前記検索し取得したデータレコード
のデータ総容量をクラスタ単位に計算し、前記出力デー
タベースファイル内で直前に処理を行ったクラスタの最
終レコードを格納したブロックの残り容量を計算し、前
記クラスタ単位に計算したデータ総容量と前記最終レコ
ードを格納したブロックの残り容量とを比較し、前記最
終レコードを格納したブロックに該当するクラスタを格
納することの可能性を判断し、この判断結果に従って前
記該当するクラスタを出力する前記出力データベースフ
ァイル内のブロックを設定し格納している。
The data record storage control method of the present invention is
A data record is retrieved and acquired from an input data file that stores a plurality of clusters composed of a plurality of records having a logical relationship with the highest record centering on the highest record, and the obtained data record is output database In a data record storage control method of storing data in physical order in a file, the total data capacity of the retrieved and acquired data records is calculated in cluster units, and the last record of the cluster processed immediately before in the output database file is stored. It is possible to calculate the remaining capacity of the block, compare the total data capacity calculated in the cluster unit with the remaining capacity of the block storing the final record, and store the cluster corresponding to the block storing the final record. Judgment of sex It is set to store a block of the output database file for outputting.

【0007】[0007]

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

【0008】図1は本発明の一実施例のブロック図であ
る。
FIG. 1 is a block diagram of an embodiment of the present invention.

【0009】本発明のデータレコード格納制御装置10
は、最上位のレコードを中心に最上位のレコードと論理
的関係を持つ複数のレコードとで構成したクラスタを複
数個格納する入力データファイル11からデータレコー
ドを検索し取得するデータレコード検索手段1と、デー
タレコード検索手段1が取得したデータレコードをクラ
スタ単位に記憶するクラスタ記憶手段2と、データレコ
ード検索手段1が取得したデータレコードのデータ総容
量をクラスタ単位に計算する容量計算手段3と、データ
レコード検索手段1の取得したデータレコードを格納す
る出力データベースファイル12内で直前に処理を行っ
たクラスタの最終レコードを格納したブロックの残り容
量を計算する格納状況取得手段4と、容量計算手段3が
計算したクラスタ単位のデータ総容量と格納状況取得手
段4が計算したブロックの残り容量とを比較し、最終レ
コードを格納したブロックに該当するクラスタを格納す
ることの可能性を判断する容量比較手段5と、容量比較
手段5の比較結果を受け出力データベースファイル12
に該当するクラスタを出力するブロックを設定しデータ
レコード格納手段6に通知する格納領域設定手段7とを
含む。
Data record storage controller 10 of the present invention
Is a data record retrieving means 1 for retrieving and acquiring a data record from an input data file 11 which stores a plurality of clusters composed of a plurality of records having a logical relationship with the highest record centering on the highest record. A cluster storage unit 2 for storing the data records acquired by the data record search unit 1 in cluster units; a capacity calculation unit 3 for calculating the total data capacity of the data records acquired by the data record search unit 1 in cluster units; In the output database file 12 storing the data record acquired by the record search means 1, the storage status acquisition means 4 for calculating the remaining capacity of the block storing the last record of the cluster processed immediately before and the capacity calculation means 3 are provided. The calculated total amount of data in cluster units and the block calculated by the storage status acquisition means 4 Tsu comparing the remaining capacity of click, the capacity comparing means 5 for determining the possibility of storing the cluster corresponding to the block storing the last record, the output database file 12 receives the comparison result of the capacity comparing means 5
Storage area setting means 7 for setting a block for outputting a cluster corresponding to and for notifying the data record storage means 6.

【0010】又、入力データファイル11は、クラスタ
を構成する各レコードが記憶領域上で近傍配置されてい
る入力データベースファイル8と、クラスタを構成する
各レコードが最上位のレコードを先頭として順に格納さ
れている順ファイル9とのいずれであってもよい。
Further, the input data file 11 stores an input database file 8 in which each record forming a cluster is arranged in the vicinity of a storage area, and each record forming a cluster is stored in order from the highest record to the top. It may be any of the sequential files 9 shown in FIG.

【0011】次に本発明の一実施例の動作について説明
する。
Next, the operation of the embodiment of the present invention will be described.

【0012】本発明の装置を用いてデータレコードの格
納を行う場合、格納状況取得手段4は、出力データベー
スファイル12内の、直前処理クラスタの最終レコード
が格納されているブロックについてのブロック内残り容
量を取得し、容量比較手段5に通知しておく。データレ
コード検索手段1では、処理対象の入力データベースフ
ァイル8又は順ファイル9から、1クラスタ分のデータ
レコードを論理順に検索する。クラスタ記憶手段2は、
データレコード検索手段1の検索したデータレコード
を、1クラスタ分蓄積する。容量計算手段3は、データ
レコード検索手段1の検索したデータレコードの容量を
取得し、1クラスタ分のデータ総容量を計算して容量比
較手段5に通知する。容量比較手段5では、格納状況取
得手段4から取得したブロック内残り容量と、容量計算
手段3から取得した処理クラスタのデータ総容量とを比
較し、処理クラスタのデータ総容量がブロック内残り容
量以下の場合は、処理クラスタをブロック内に格納可能
であり、又、処理クラスタのデータ総容量よりブロック
内残り容量が小さい場合は、処理クラスタをブロック内
に格納することは不可能であると判断し、この比較結果
を格納領域設定手段7に通知する。格納領域設定手段7
では、容量比較手段5で格納可能と判断した場合には、
直前処理クラスタの最終レコードが格納されているブロ
ックを、又、格納不可能と判断した場合には、これの次
のブロックを、それぞれ処理クラスタ格納対象ブロック
として設定し、データレコード格納手段6に通知する。
出力データベースファイル12内に処理クラスタの格納
対象ブロックが設定されると、クラスタ記憶手段2に蓄
えられた1クラスタ分のデータレコードは、データレコ
ード格納手段6により、出力データベースファイル12
に格納される。
When the data record is stored using the device of the present invention, the storage status acquisition means 4 determines the remaining capacity in the block for the block in the output database file 12 in which the last record of the immediately preceding processing cluster is stored. Is obtained and notified to the capacity comparison means 5. The data record search means 1 searches the input database file 8 or the sequential file 9 to be processed for data records of one cluster in a logical order. The cluster storage means 2 is
The data records searched by the data record searching means 1 are accumulated for one cluster. The capacity calculation means 3 acquires the capacity of the data record searched by the data record search means 1, calculates the total data capacity of one cluster, and notifies the capacity comparison means 5. The capacity comparing means 5 compares the remaining capacity in the block acquired from the storage status acquiring means 4 with the total data capacity of the processing cluster acquired from the capacity calculating means 3, and the total data capacity of the processing cluster is less than or equal to the remaining capacity in the block. If the processing cluster can be stored in the block, and if the remaining capacity in the block is smaller than the total data capacity of the processing cluster, it is determined that the processing cluster cannot be stored in the block. The comparison result is notified to the storage area setting means 7. Storage area setting means 7
Then, when the capacity comparing means 5 determines that the data can be stored,
When it is determined that the block in which the last record of the immediately preceding processing cluster is stored cannot be stored, the next block is set as the processing cluster storage target block, and the data record storage unit 6 is notified. To do.
When the block to be stored in the processing cluster is set in the output database file 12, the data record for one cluster stored in the cluster storage means 2 is output to the output database file 12 by the data record storage means 6.
Stored in.

【0013】次に本発明のデータレコードの格納形式に
ついて説明する。
Next, the storage format of the data record of the present invention will be described.

【0014】図2の従来のデータ格納形式と本発明のデ
ータ格納形式との対照説明図の分図(b)に示すよう
に、各々のクラスタの容量とブロック内残容量とを比較
した結果に基き、出力データベースファイル12のブロ
ックnに最上位のレコードおよびこれと論理的関係を
持つ複数のデータレコード、ブロックn+1に最上位の
レコードおよびこれと論理的関係を持つ複数のデータ
レコード、続いて最上位のレコードおよびこれと論理
的関係を持つ複数のデータレコード、ブロックn+2に
最上位のレコードおよびこれと論理的関係を持つ複数
のデータレコードというように、各最上位のレコードと
これと論理的関係を持つ複数のデータレコードとが、そ
れぞれ2つのブロックに渡ることなく、対応する最上位
のレコードの近傍に格納されている。
As shown in the diagram (b) of the comparison explanatory diagram of the conventional data storage format of FIG. 2 and the data storage format of the present invention, the result of comparing the capacity of each cluster and the remaining capacity in the block is shown. Based on this, the block n of the output database file 12 has the highest record and a plurality of data records having a logical relationship with it, and the block n + 1 has a highest record and a plurality of data records having a logical relationship therewith, followed by the highest record. Each top-level record and its logical relationship with each other, such as an upper-level record and a plurality of data records having a logical relationship with it, a top-level record in block n + 2 and a plurality of data records having a logical relationship with it. And multiple data records with are stored in the vicinity of the corresponding top-level records without crossing each of the two blocks. There.

【0015】[0015]

【発明の効果】以上説明したように、本発明は、データ
レコード検索手段が取得したデータレコードをクラスタ
単位に記憶するクラスタ記憶手段と、データレコード検
索手段が取得したデータレコードのデータ総容量をクラ
スタ単位に計算する容量計算手段と、出力データベース
ファイル内で直前に処理を行ったクラスタの最終レコー
ドを格納したブロックの残り容量を計算する格納状況取
得手段と、容量計算手段が計算したクラスタ単位のデー
タ総容量と格納状況取得手段が計算したブロックの残り
容量とを比較しブロックに該当するクラスタを格納する
ことの可能性を判断する容量比較手段と、容量比較手段
の比較結果を受け出力データベースファイルに該当する
クラスタを出力するブロックを設定しデータレコード格
納手段に通知する格納領域設定手段とを設けることによ
り、出力データベースファイルのブロック容量より小さ
い容量のクラスタを必ず1ブロックに格納し、入出力処
理の処理性能を低下させることがなくなりアクセス効率
が改善されるという効果が有る。
As described above, according to the present invention, the cluster storage means for storing the data records acquired by the data record search means in cluster units and the total data capacity of the data records acquired by the data record search means are clustered. Capacity calculation means that calculates in units, storage status acquisition means that calculates the remaining capacity of the block that stores the last record of the cluster that was processed immediately before in the output database file, and cluster unit data that is calculated by the capacity calculation means A capacity comparison unit that compares the total capacity with the remaining capacity of the block calculated by the storage status acquisition unit to determine the possibility of storing the cluster corresponding to the block, and a comparison result of the capacity comparison unit that is output to the output database file. Set the block that outputs the corresponding cluster and notify the data record storage means By providing the storage area setting means, the cluster having a capacity smaller than the block capacity of the output database file is always stored in one block, and the processing efficiency of the input / output processing is not deteriorated, and the access efficiency is improved. There is.

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

【図1】本発明の一実施例のブロック図である。FIG. 1 is a block diagram of an embodiment of the present invention.

【図2】従来のデータ格納形式と本発明のデータ格納形
式との対照説明図である。
FIG. 2 is a diagram illustrating a comparison between the conventional data storage format and the data storage format of the present invention.

【図3】従来のデータレコード格納制御装置のブロック
図である。
FIG. 3 is a block diagram of a conventional data record storage control device.

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

1 データレコード検索手段 2 クラスタ記憶手段 3 容量計算手段 4 格納状況取得手段 5 容量比較手段 6 データレコード格納手段 7 格納領域設定手段 8 入力データベースファイル 9 順ファイル 10 データレコード格納制御装置 11 入力データファイル 12 出力データベースファイル 1 data record retrieval means 2 cluster storage means 3 capacity calculation means 4 storage status acquisition means 5 capacity comparison means 6 data record storage means 7 storage area setting means 8 input database file 9 sequential file 10 data record storage control device 11 input data file 12 Output database file

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 最上位のレコードを中心に前記最上位の
レコードと論理的関係を持つ複数のレコードとで構成す
るクラスタを複数個格納する入力データファイルからデ
ータレコードを検索し取得するデータレコード検索手段
と、前記データレコード検索手段の取得したデータレコ
ードを出力データベースファイルに物理順に格納するデ
ータレコード格納手段とを有するデータレコード格納制
御装置において、前記データレコード検索手段が取得し
たデータレコードをクラスタ単位に記憶するクラスタ記
憶手段と、前記データレコード検索手段が取得したデー
タレコードのデータ総容量をクラスタ単位に計算する容
量計算手段と、前記出力データベースファイル内で直前
に処理を行ったクラスタの最終レコードを格納したブロ
ックの残り容量を計算する格納状況取得手段と、前記容
量計算手段が計算したクラスタ単位のデータ総容量と前
記格納状況取得手段が計算した前記ブロックの残り容量
とを比較し前記ブロックに該当するクラスタを格納する
ことの可能性を判断する容量比較手段と、前記容量比較
手段の比較結果を受け前記出力データベースファイルに
前記該当するクラスタを出力するブロックを設定し前記
データレコード格納手段に通知する格納領域設定手段と
を設けることを特徴とするデータレコード格納制御装
置。
1. A data record search for retrieving and acquiring a data record from an input data file that stores a plurality of clusters that are composed of a plurality of records having a logical relationship with the highest record centering on the highest record. And a data record storage control unit that stores the data records acquired by the data record search unit in an output database file in physical order, in the data record storage control device, the data records acquired by the data record search unit in cluster units. A cluster storage unit for storing, a capacity calculation unit for calculating the total data capacity of the data records acquired by the data record search unit in cluster units, and a final record of the last processed cluster in the output database file. The remaining capacity of the blocks A storage status acquisition means for calculating, a total data capacity in cluster units calculated by the capacity calculation means and the remaining capacity of the block calculated by the storage status acquisition means are compared, and a cluster corresponding to the block is stored. A capacity comparison means for judging the possibility and a storage area setting means for receiving a comparison result of the capacity comparison means and setting a block for outputting the corresponding cluster in the output database file and notifying the data record storage means are provided. A data record storage control device characterized by the above.
【請求項2】 前記入力データファイルは、クラスタを
構成する各レコードが記憶領域上で近傍配置されている
データベースファイルと、前記クラスタを構成する各レ
コードが前記最上位のレコードを先頭として順に格納さ
れている順ファイルとを含むことを特徴とする請求項1
記載のデータレコード格納制御装置。
2. The input data file includes a database file in which records constituting a cluster are arranged in the vicinity of a storage area, and records constituting the cluster are sequentially stored with the highest record as a head. A sequential file is included.
Data record storage control device described.
【請求項3】 最上位のレコードを中心に前記最上位の
レコードと論理的関係を持つ複数のレコードとで構成し
たクラスタを複数個格納する入力データファイルからデ
ータレコードを検索取得し、この取得したデータレコー
ドを出力データベースファイルに物理順に格納するデー
タレコード格納制御方法において、前記検索し取得した
データレコードのデータ総容量をクラスタ単位に計算
し、前記出力データベースファイル内で直前に処理を行
ったクラスタの最終レコードを格納したブロックの残り
容量を計算し、前記クラスタ単位に計算したデータ総容
量と前記最終レコードを格納したブロックの残り容量と
を比較し、前記最終レコードを格納したブロックに該当
するクラスタを格納することの可能性を判断し、この判
断結果に従って前記該当するクラスタを出力する前記出
力データベースファイル内のブロックを設定し格納する
ことを特徴とするデータレコード格納制御方法。
3. A data record is retrieved and acquired from an input data file that stores a plurality of clusters composed of a plurality of records having a logical relationship with the highest record centering on the highest record, and the acquired data record is obtained. In a data record storage control method of storing data records in physical order in an output database file, the total data capacity of the retrieved and acquired data records is calculated in cluster units, and the cluster of the cluster processed immediately before in the output database file is calculated. The remaining capacity of the block storing the final record is calculated, the total data capacity calculated in the cluster unit is compared with the remaining capacity of the block storing the final record, and the cluster corresponding to the block storing the final record is determined. The possibility of storing is judged, and the above-mentioned A data record storage control method comprising setting and storing a block in the output database file for outputting a corresponding cluster.
JP5198034A 1993-08-10 1993-08-10 Device for controlling data record storage and method therefor Pending JPH0756782A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5198034A JPH0756782A (en) 1993-08-10 1993-08-10 Device for controlling data record storage and method therefor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5198034A JPH0756782A (en) 1993-08-10 1993-08-10 Device for controlling data record storage and method therefor

Publications (1)

Publication Number Publication Date
JPH0756782A true JPH0756782A (en) 1995-03-03

Family

ID=16384438

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5198034A Pending JPH0756782A (en) 1993-08-10 1993-08-10 Device for controlling data record storage and method therefor

Country Status (1)

Country Link
JP (1) JPH0756782A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6570729B1 (en) * 1998-12-01 2003-05-27 Sony Corporation Recording medium and tape drive apparatus that calculates available partition recording area using maximum frame number information stored in a memory-in-cassette

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6570729B1 (en) * 1998-12-01 2003-05-27 Sony Corporation Recording medium and tape drive apparatus that calculates available partition recording area using maximum frame number information stored in a memory-in-cassette

Similar Documents

Publication Publication Date Title
JP3510042B2 (en) Database management method and system
US20060093221A1 (en) Image retrieval device, image retrieval method and storage medium storing similar-image retrieval program
CN102999519A (en) Read-write method and system for database
WO2013152678A1 (en) Method and device for metadata query
US7797290B2 (en) Database reorganization program and method
JPH0756782A (en) Device for controlling data record storage and method therefor
US7003508B1 (en) Partitioning data in a parallel database system
JP3996040B2 (en) Database disturbance elimination processing method, implementation apparatus thereof, and processing program thereof
KR20010056528A (en) Data tiling method for retrieving and handling large volume of data
JPS61256442A (en) Method for increasing record retrieving speed
JP4547162B2 (en) Dynamic load balancing method
JPH05314188A (en) Retrieval processing system for data having range
JP3515581B2 (en) Data search method
JPH0239225A (en) Filing system
KR20210045789A (en) Method and System for Efficient Deep Learning of Large Audio Data
CN117539392A (en) Tape library data processing method and system, electronic equipment and storage medium
JP2009276941A (en) Determination device, program, and determination method
JPH05250234A (en) Data record storage control system
JPH05257610A (en) Device and method for reading file
JPH086738A (en) Library device
JPH0342773A (en) Data base retrieving system
JPH05165686A (en) Data store control system
JPH08190501A (en) Data storing method for data base
JPH08241321A (en) Data comparing device
JPH04178878A (en) Table record retrieving system

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 19961210