JP2000293412A - Information processor and method for calculating amount of data output to auxiliary storage medium - Google Patents

Information processor and method for calculating amount of data output to auxiliary storage medium

Info

Publication number
JP2000293412A
JP2000293412A JP11102779A JP10277999A JP2000293412A JP 2000293412 A JP2000293412 A JP 2000293412A JP 11102779 A JP11102779 A JP 11102779A JP 10277999 A JP10277999 A JP 10277999A JP 2000293412 A JP2000293412 A JP 2000293412A
Authority
JP
Japan
Prior art keywords
key
record
file
data
capacity
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
JP11102779A
Other languages
Japanese (ja)
Other versions
JP3567792B2 (en
Inventor
Toshihiro Kato
敏洋 加藤
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 JP10277999A priority Critical patent/JP3567792B2/en
Publication of JP2000293412A publication Critical patent/JP2000293412A/en
Application granted granted Critical
Publication of JP3567792B2 publication Critical patent/JP3567792B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To utilize the storage capacity of the auxiliary storage medium to the utmost by performing control so that, when a relevant key is already registered in another table, the amount of data of the record of the relevant key is not added to the total capacity. SOLUTION: The key of a record to be downloaded from an index file corresponding to a file to the auxiliary storage medium 5 is selected and a table which is rearranged in the order of storage to the auxiliary storage medium 5 is generated. The total capacity is initialized to 0 and tables for holding the keys of other indexes relating to the key are initialized. The data capacity needed to download records registered in the table is added to the total capacity. When other keys relating to the key are present in other tables, it is considered that the data capacity relating to other files is already added and then nothing is added to the total capacity; when other keys are absent, other key records are extracted from other indexes, the data capacity of the records is added, and other keys are added to other tables.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、情報処理装置に関
し、特に、情報処理装置において補助記憶媒体へデータ
を格納する際のデータ容量算出方法及び装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information processing apparatus, and more particularly to a method and apparatus for calculating a data capacity when storing data in an auxiliary storage medium in the information processing apparatus.

【0002】[0002]

【従来の技術】上位装置内に格納されている関連性のあ
る複数のファイルから必要なデータを複数の補助記憶装
置の記憶媒体に格納する場合、同一の記憶媒体内で情報
の整合性を保ち、かつデータ量が記憶媒体の容量を超え
ないように、データ又はファイルを複数に分割すること
が必要とされる。
2. Description of the Related Art When storing necessary data from a plurality of related files stored in a host device in storage media of a plurality of auxiliary storage devices, information consistency is maintained in the same storage medium. In addition, it is necessary to divide the data or the file into a plurality of pieces so that the data amount does not exceed the capacity of the storage medium.

【0003】例えば、上位装置である情報処理装置のハ
ードディスク装置等記憶装置に格納された複数のファイ
ルから、例えば携帯情報端末装置等の目的装置にロード
すべきレコードデータ(データ、テーブル、プログラム
コード等)を抽出して、例えばFD(フロッピーディス
ク)、半導体メモリ等の補助記憶媒体に書き込み、該補
助記憶媒体のデータを携帯情報端末装置等目的装置にロ
ードする場合において、関連性あるレコードデータがす
べて含まれている等、同一の記憶媒体内で情報の整合性
を保つことが必要とされ、データ量が記憶媒体の容量を
超えないように、ファイルを分割することが必要とされ
る。
For example, record data (data, tables, program codes, etc.) to be loaded from a plurality of files stored in a storage device such as a hard disk device of an information processing device as a host device into a target device such as a portable information terminal device. ) Is extracted and written to an auxiliary storage medium such as an FD (floppy disk) or a semiconductor memory, and when the data of the auxiliary storage medium is loaded into a target device such as a portable information terminal device, all relevant record data are stored. It is necessary to maintain the consistency of information within the same storage medium, such as being included, and it is necessary to divide the file so that the data amount does not exceed the capacity of the storage medium.

【0004】同様にネットワーク接続されたサーバ装置
からクライアント端末側にクライアント側で所要のファ
イルデータを転送する場合にも、クライアント端末側の
記憶装置でオーバフローの発生を回避するには、クライ
アント端末側の記憶装置の記憶容量に照らし合わせて、
ダウンロードすべきデータの容量を計算することが必要
とされ、またクライアント側で情報の整合性を保ち、か
つデータ量が記憶媒体の容量を超えないように、ファイ
ルを分割することが必要とされる。
Similarly, even when required file data is transferred from the server device connected to the network to the client terminal side on the client side, in order to avoid the occurrence of overflow in the storage device on the client terminal side, it is necessary to avoid the occurrence of overflow. In light of the storage capacity of the storage device,
It is necessary to calculate the amount of data to be downloaded, and it is necessary to divide the file so that information consistency is maintained on the client side and the amount of data does not exceed the capacity of the storage medium. .

【0005】ファイル容量を算出する従来の方法とし
て、従来、ファイルから抽出するレコード1件ごとに関
連する別ファイルの容量を計算して順次加算していき、
補助記憶装置の記憶媒体の容量を超えるまでのデータ
を、上位装置の各ファイルから補助記憶装置の記憶媒体
に格納するような方法が一般に用いられている。
[0005] As a conventional method of calculating the file capacity, conventionally, the capacity of another file related to each record extracted from the file is calculated and added sequentially.
A method of storing data up to the capacity of the storage medium of the auxiliary storage device from each file of the host device in the storage medium of the auxiliary storage device is generally used.

【0006】なおファイル容量算定方式に関する刊行物
として、例えば特開平2−83637号公報が参照され
る。同公報には、データファイル及びプログラム格納フ
ァイルの編成方法、レコード長、ブロック長、キー情報
を含むデータを設定し、データファイルが必要とする領
域を該データに基づいて決定して該領域をファイル装置
の確保する構成が提案されている。
As a publication concerning the file capacity calculation method, for example, Japanese Patent Laid-Open Publication No. 2-83637 is referred to. In this publication, data including a method of organizing data files and program storage files, record length, block length, and key information are set, an area required by the data file is determined based on the data, and the area is defined as a file. A configuration for securing the device has been proposed.

【0007】[0007]

【発明が解決しようとする課題】しかしながら、上記従
来の方法においては、事前に計算したデータ容量が補助
記憶装置の記憶媒体へ(「補助記憶媒体」という)実際
に格納するデータ容量よりも大となってしまうという事
態が生じ、この場合、本来、補助記憶装置の記憶媒体の
空き容量があるにもかかわらず、補助記憶装置の記憶媒
体へのデータ格納を停止してしまい、補助記憶装置の記
憶容量を有効に活用できない、という問題点を有してい
る。
However, in the above-mentioned conventional method, the data capacity calculated in advance is larger than the data capacity actually stored in the storage medium of the auxiliary storage device (referred to as "auxiliary storage medium"). In this case, the storage of data in the storage medium of the auxiliary storage device is stopped despite the fact that the storage medium of the auxiliary storage device has free space, and the storage of the auxiliary storage device is stopped. There is a problem that the capacity cannot be used effectively.

【0008】その理由は、従来の方法においては、抽出
するレコード1件ごとに関連する各ファイルの容量を計
算し、該容量を順次に加算していくため、ファイルごと
に抽出キーが異なる場合には、既に計算済のデータ容量
を重複して計算し、結果として、データ容量を2重に、
あるいはさらに多重に計算してしまう、ためである。
The reason is that, in the conventional method, the size of each related file is calculated for each record to be extracted, and the sizes are sequentially added. Calculates the data capacity already calculated twice, and as a result, doubles the data capacity,
Alternatively, the calculation is performed more multiplexly.

【0009】したがって本発明は、上記問題点に鑑みて
なされたものであって、その目的は、上位装置に存在す
る関連性を持ったファイル群から必要なデータのみ補助
記憶媒体へ抽出することで、補助記憶媒体の記憶容量を
有効活用する方法及び装置を提供することにある。
[0009] Therefore, the present invention has been made in view of the above-mentioned problems, and an object of the present invention is to extract only necessary data from a group of related files existing in a higher-level device to an auxiliary storage medium. Another object of the present invention is to provide a method and an apparatus for effectively utilizing the storage capacity of an auxiliary storage medium.

【0010】[0010]

【課題を解決するための手段】前記目的を達成する本発
明は、複数のファイルのレコードデータを抽出し該抽出
されたレコードデータを補助記憶媒体へ格納する際のデ
ータ量算出方法において、(a)前記複数のファイルの
各々に対して抽出キーと該抽出キーのレコード件数をイ
ンデックスファイルに登録するステップと、(b)前記
ファイルから抽出し前記補助記憶媒体に格納するレコー
ドデータについて前記補助記憶媒体に格納する順に、キ
ー情報及びレコード情報を、前記ファイルに対して設け
られるテーブルに登録するステップと、(c)前記テー
ブルに登録されたキーについて、前記キーと関連性のあ
る他のファイルに格納されたレコードのキー(「関連キ
ー」という)が存在する場合、前記関連キーが前記他の
ファイルに対して設けられる他のテーブルに登録されて
いるか否かを検索し、前記関連キーが前記他のテーブル
に登録されていない場合、前記関連キーのレコードのデ
ータ量を、合計容量に加算し、一方、前記関連キーがす
でに前記他のテーブルに登録されている場合には、重複
するものとして、前記関連キーのレコードのデータ量は
合計容量に加算しないように制御するステップと、を含
むことを特徴としたものである。
In order to achieve the above object, the present invention provides a data amount calculating method for extracting record data of a plurality of files and storing the extracted record data in an auxiliary storage medium. Registering an extraction key and the number of records of the extraction key for each of the plurality of files in an index file; and (b) recording data extracted from the file and stored in the auxiliary storage medium in the auxiliary storage medium. Registering key information and record information in a table provided for the file in the order in which the keys are stored; and (c) storing the key registered in the table in another file associated with the key. If there is a key of the record (referred to as “related key”), the related key is Search whether or not the relevant key is registered in the other table, if the relevant key is not registered in the other table, add the data amount of the record of the relevant key to the total capacity, while the If the related key is already registered in the other table, controlling the data amount of the record of the related key not to be added to the total capacity as a duplicate. Things.

【0011】本発明は、複数のファイルと、補助記憶媒
体を備えた補助記憶装置とを少なくとも備えた情報処理
装置において、前記複数のファイルから抽出したレコー
ドデータを前記補助記憶媒体へ格納する際に、前記補助
記憶媒体に格納するデータ量を合計容量に加算したレコ
ードのキー情報を記憶手段に登録する手段と、前記ファ
イルから新たに抽出するレコードについて前記キー情報
が前記テーブルに存在するか検索する手段と、前記キー
情報が前記テーブルに存在しない場合、前記レコードの
データ量を合計容量に加算し、一方、前記キー情報がす
でに前記テーブルに登録されている場合には重複するも
のとして、該レコードのデータ量は合計容量に加算せ
ず、データ容量を算出する手段と、を備える。
According to the present invention, there is provided an information processing apparatus having at least a plurality of files and an auxiliary storage device having an auxiliary storage medium, wherein record data extracted from the plurality of files is stored in the auxiliary storage medium. Means for registering the key information of a record obtained by adding the amount of data to be stored in the auxiliary storage medium to the total capacity in the storage means, and searching whether the key information exists in the table for a record newly extracted from the file. Means, if the key information is not present in the table, add the data amount of the record to the total capacity, while if the key information is already registered in the table, the record Means for calculating the data capacity without adding the data amount to the total capacity.

【0012】[0012]

【発明の実施の形態】本発明の実施の形態について説明
する。本発明は、その好ましい実施の形態において、抽
出キーごとのレコード件数を有するインデックスファイ
ルと、抽出候補レコードを保持するワークテーブル(作
業テーブル)とを備え、補助記憶媒体の容量を超えない
間は、ワークテーブルに各ファイルから抽出するレコー
ドのキーを追加していく。レコードを抽出する際も、キ
ーごとにワークテーブルを作成することによって、抽出
キーが複数ある場合の容量計算において、同一データの
容量を重複して計算することを確実に回避したものであ
る。
Embodiments of the present invention will be described. The present invention, in a preferred embodiment thereof, comprises an index file having the number of records for each extraction key, and a work table (work table) holding the extraction candidate records, and while not exceeding the capacity of the auxiliary storage medium, Add the key of the record to be extracted from each file to the work table. When extracting records, a work table is created for each key, so that in calculating the capacity when there are a plurality of extracted keys, it is possible to reliably avoid calculating the capacity of the same data redundantly.

【0013】本発明に係る装置は、好ましい実施の形態
において、複数のファイルと、抽出キーごとのレコード
件数を有するインデックスファイルとを備えたファイル
装置と、抽出候補のレコードを保持する記憶手段と、前
記インデックスファイルから抽出キーを取り出し、該抽
出キーのレコードを一のファイルから取り出すととも
に、同時に抽出する他のファイルのレコードのデータ容
量を計算し、さらに各レコードの格納する補助記憶装置
の媒体を決定して、記憶手段に記録する容量算出手段
と、前記記憶手段を参照して、前記ファイル装置の各フ
ァイルからレコードを抽出し、決定された前記補助記憶
装置の媒体へ書込むレコード抽出手段と、を備える。
In a preferred embodiment, the apparatus according to the present invention comprises: a file apparatus including a plurality of files; an index file having the number of records for each extraction key; storage means for holding records of extraction candidates; Extracting the extraction key from the index file, extracting the record of the extraction key from one file, calculating the data capacity of the record of another file to be extracted at the same time, and determining the medium of the auxiliary storage device for storing each record A capacity calculating unit to be recorded in the storage unit; a record extraction unit that refers to the storage unit, extracts a record from each file of the file device, and writes the record to the determined medium of the auxiliary storage device; Is provided.

【0014】本発明において、前記補助記憶装置の媒体
の記憶容量を超えない間は、前記記憶手段に前記各ファ
イルから抽出するレコードのキーを追加し、キーごとに
前記記憶手段にテーブルを作成し、前記容量算出手段
は、前記他のファイルのレコードのデータ容量を計算す
る際に、前記キーに関連する他のキーで他のテーブルを
検索し、前記他のキーが前記他のテーブルに存在する場
合、前記他のファイルに関するデータ容量は加算されて
いるものとして合計容量には何も加算せず、前記他のキ
ーが前記他のテーブルに存在しない場合、前記他のイン
デックスから前記他のキーのレコードを検索し、該レコ
ードのデータ容量を加算して前記他のキーを前記他のテ
ーブルに追加する。
In the present invention, as long as the storage capacity of the medium of the auxiliary storage device is not exceeded, a key of a record to be extracted from each file is added to the storage means, and a table is created in the storage means for each key. When calculating the data capacity of the record of the another file, the capacity calculating means searches another table with another key related to the key, and the other key exists in the other table. In this case, nothing is added to the total capacity assuming that the data capacity relating to the other file has been added, and if the other key does not exist in the other table, the data of the other key is obtained from the other index. A record is searched, the data capacity of the record is added, and the other key is added to the other table.

【0015】本発明に係る方法は、その好ましい実施の
形態において、(a)複数のファイルのそれぞれについ
て抽出対象のキーごとのレコード件数をあらかじめ求
め、それぞれのインデックスファイルを作成する処理、
(b)一のファイルに対応する一のインデックスファイ
ルから目的とする補助記憶媒体へダウンロードするレコ
ードのキーを選択し、該キーを前記補助記憶媒体へ抽出
する順に並べた一のテーブルを作成する処理、(c)補
助記憶媒体番号を初期化する処理、(d)前記補助記憶
番号を更新し、補助記憶媒体番号が予め定められた最大
値以下の場合、以下の処理を行うように制御する処理、
(e)合計容量を初期化するとともに、前記キーに関連
する他のインデックスファイルのキーを保持するための
他のテーブルを初期化する処理、(f)前記一のテーブ
ルに登録されているレコードをダウンロードするのに必
要なデータ容量を合計容量に加算する処理、(g)前記
キーに関連する他のキー(「関連キー」という)が存在
する場合、前記関連キーで前記他のテーブルを検索し、
前記関連キーが前記他のテーブルに存在する場合、前記
他のファイルの前記関連キーに関するデータ容量はすで
に合計容量に加算されているものとして合計容量には何
も加算せず、一方、前記関連キーが前記他のテーブルに
存在しない場合、前記他のインデックスファイルから前
記関連キーのレコードを検索し、前記関連キーのレコー
ドのデータ容量を加算し、前記関連キーを前記他のテー
ブルに追加するステップと、(h)前記合計容量をチェ
ックし、該合計容量が前記補助記憶媒体の記憶容量以下
の場合、前記一のテーブルの次レコードに対して、ステ
ップ(f)へ移行する処理、(i)前記合計容量が前記
補助記憶媒体の容量よりも大のとき、前記一のテーブル
の現在のレコードに対して、ステップ(d)へ移行する
処理、の前記(a)乃至(i)の各処理は、コンピュー
タ上で実行されるプログラムによってその処理が実現さ
れる。この場合、該プログラムを保持又は記憶する記憶
媒体もしくはメディアからコンピュータ装置に該プログ
ラムを読み出すかもしくは受信し該プログラムをコンピ
ュータにインストールし主記憶にロードしてCPUで実
行することで本発明を実施することができる。
In a preferred embodiment of the method according to the present invention, there are provided: (a) a process of previously obtaining the number of records for each key to be extracted for each of a plurality of files, and creating respective index files;
(B) Processing of selecting a key of a record to be downloaded to a target auxiliary storage medium from one index file corresponding to one file, and creating one table in which the keys are arranged in the order of extraction to the auxiliary storage medium (C) a process for initializing the auxiliary storage medium number, and (d) a process for updating the auxiliary storage number and controlling the following processing when the auxiliary storage medium number is equal to or less than a predetermined maximum value. ,
(E) Initializing the total capacity and initializing another table for holding a key of another index file related to the key, and (f) deleting a record registered in the one table. A process of adding the data capacity required for downloading to the total capacity; (g) when there is another key related to the key (referred to as “related key”), searching the other table with the related key ,
If the related key is present in the other table, nothing is added to the total capacity assuming that the data capacity of the other file for the related key has already been added to the total capacity, Does not exist in the other table, searching for the record of the related key from the other index file, adding the data capacity of the record of the related key, and adding the related key to the other table; (H) checking the total capacity, and if the total capacity is less than or equal to the storage capacity of the auxiliary storage medium, the process proceeds to step (f) for the next record of the one table; When the total capacity is larger than the capacity of the auxiliary storage medium, the processing of step (d) for the current record of the one table is shifted to step (d). To the processes of (i), the processing is realized by a program executed on a computer. In this case, the present invention is implemented by reading or receiving the program from a storage medium or medium that holds or stores the program in a computer device, installing the program in a computer, loading the program into main storage, and executing the program by a CPU. be able to.

【0016】本発明の実施の形態によれば、補助記憶媒
体内のデータの整合性を保ち、補助記憶媒体の記憶容量
を最大限に利用し、補助記憶媒体へ抽出するデータの算
出に要する計算量の削減を図ることができる。
According to the embodiment of the present invention, the data required for calculating the data to be extracted to the auxiliary storage medium is maintained by maintaining the consistency of the data in the auxiliary storage medium, maximizing the storage capacity of the auxiliary storage medium. The amount can be reduced.

【0017】[0017]

【実施例】次に、上記した本発明の実施の形態について
更に詳細に説明すべく、本発明の実施例について図面を
参照して詳細に説明する。図1は、本発明の一実施例の
構成を示す図である。
Next, in order to explain the above-mentioned embodiment of the present invention in more detail, an embodiment of the present invention will be described in detail with reference to the drawings. FIG. 1 is a diagram showing the configuration of one embodiment of the present invention.

【0018】図1を参照すると、本発明の一実施例は、
関連性のある複数のファイル(ファイル#1〜ファイル
#n)をもつ上位装置1と、データ容量を算出する容量
算出手段2と、抽出候補レコードを保持するワークテー
ブル3と、レコード抽出手段4と、抽出したデータを格
納する補助記憶装置5を有する。
Referring to FIG. 1, one embodiment of the present invention is:
A host device 1 having a plurality of related files (file # 1 to file #n), a capacity calculating unit 2 for calculating a data capacity, a work table 3 for holding extraction candidate records, and a record extracting unit 4 And an auxiliary storage device 5 for storing the extracted data.

【0019】データ容量算出手段2は、上位装置1のイ
ンデックスファイルからキー情報を抽出し、同時に抽出
すべき他ファイルのレコードのデータ容量を計算し、各
レコードを抽出する補助記憶媒体番号を決定し、ワーク
テーブル3に記録する。
The data capacity calculation means 2 extracts key information from the index file of the host device 1, calculates the data capacity of the record of another file to be extracted at the same time, and determines the auxiliary storage medium number from which each record is to be extracted. , In the work table 3.

【0020】レコード抽出手段4は、ワークテーブル3
を参照して、上位装置1の各ファイルからレコードを抽
出し適切な補助記憶媒体5へ書込む。
The record extracting means 4 includes a work table 3
, A record is extracted from each file of the host device 1 and written to an appropriate auxiliary storage medium 5.

【0021】図2は、本発明の一実施例の処理手順を示
す流れ図である。図2を参照すると、本発明の一実施例
は以下のステップを含む。
FIG. 2 is a flowchart showing a processing procedure according to one embodiment of the present invention. Referring to FIG. 2, one embodiment of the present invention includes the following steps.

【0022】ステップS1:複数のファイルのそれぞれ
キーごとのレコード件数をあらかじめ計算し、それぞれ
のインデックスファイルを作成しておく。
Step S1: The number of records for each key of a plurality of files is calculated in advance, and each index file is created.

【0023】ステップS2:一のファイルに対応する一
のインデックスファイルから補助記憶媒体へダウンロー
ドするレコードのキーを選択し、該キーを補助記憶媒体
へ格納する順に並べた一のテーブルを作成する。
Step S2: A key of a record to be downloaded to the auxiliary storage medium is selected from one index file corresponding to one file, and one table is created in which the keys are arranged in the order of storage in the auxiliary storage medium.

【0024】ステップS3:該一のテーブルの未処理キ
ーが存在しない場合は終了する。
Step S3: If there is no unprocessed key in the one table, the process is terminated.

【0025】ステップS4:補助記憶媒体番号を初期化
する。
Step S4: Initialize the auxiliary storage medium number.

【0026】ステップS5:補助記憶媒体番号を更新す
る。
Step S5: Update the auxiliary storage medium number.

【0027】ステップS6:補助記憶媒体番号がその最
大値を超えた場合、処理を終了する。
Step S6: If the auxiliary storage medium number exceeds the maximum value, the processing is terminated.

【0028】ステップS7:合計容量を0に初期化する
とともに、キーに関連する他のインデックスのキーを保
持するための他のテーブルを初期化する。
Step S7: The total capacity is initialized to 0, and another table for holding a key of another index related to the key is initialized.

【0029】ステップS8:一のテーブルに登録された
レコードをダウンロードするのに必要なデータ容量を合
計容量に加算する。
Step S8: The data capacity required to download the records registered in one table is added to the total capacity.

【0030】ステップS9:該キーに関連する他のキー
で該他のテーブルを検索する。
Step S9: The other table is searched with another key related to the key.

【0031】ステップS10:検索の結果、該他のキー
が該他のテーブルに存在する場合には、前記他のファイ
ルに関するデータ容量は加算されているものとして合計
容量には何も加算しない。
Step S10: As a result of the search, if the other key exists in the other table, it is assumed that the data capacity relating to the other file has been added, and nothing is added to the total capacity.

【0032】ステップS11:一方、前記他のキーが前
記他のテーブルに存在しない場合、前記他のインデック
スから前記他のキーのレコードを抽出し、該レコードの
データ容量を加算して前記他のキーを前記他のテーブル
に追加する。
Step S11: On the other hand, if the other key does not exist in the other table, a record of the other key is extracted from the other index, and the data capacity of the record is added to add the other key. Is added to the other table.

【0033】ステップS12:合計容量をチェックし、
該合計容量が補助記憶媒体の記憶容量以下の場合、該一
のテーブルの次レコードに対して、ステップS8へ移行
する。一方、合計容量が補助記憶媒体の容量よりも大の
ときには、前記一のテーブルの現在のレコードに対し
て、ステップS5へ移行する。
Step S12: Check the total capacity,
If the total capacity is equal to or less than the storage capacity of the auxiliary storage medium, the process proceeds to step S8 for the next record of the one table. On the other hand, when the total capacity is larger than the capacity of the auxiliary storage medium, the process proceeds to step S5 for the current record of the one table.

【0034】図3は、本発明の一実施例の動作を具体的
に説明するための模式図である。図3を参照して本実施
例の全体の動作について詳細に説明する。
FIG. 3 is a schematic diagram for specifically explaining the operation of one embodiment of the present invention. The overall operation of the present embodiment will be described in detail with reference to FIG.

【0035】補助記憶媒体へダウンロードするデータの
容量計算を以下のように行う。なお、説明を簡略にする
ため、キーが2種類の場合を例とする。
The capacity of the data to be downloaded to the auxiliary storage medium is calculated as follows. For simplicity of description, a case where there are two types of keys will be described as an example.

【0036】ファイル10(キー12)およびファイル2
0(キー22)のそれぞれキーごとのレコード件数をあら
かじめ計算し、それぞれのインデックス11および21
を作成しておく(ステップ(a)、(b))。
File 10 (key 12) and file 2
The number of records for each key of 0 (key 22) is calculated in advance, and the indexes 11 and 21 are respectively calculated.
Is prepared (steps (a) and (b)).

【0037】インデックス11からダウンロードするデ
ータのキーを抽出し、抽出したキーを補助記憶媒体へ抽
出する順に並べたテーブル30を作成する(ステップ
(c))。
The key of the data to be downloaded is extracted from the index 11, and a table 30 is created in which the extracted keys are arranged in the order of extraction to the auxiliary storage medium (step (c)).

【0038】初期値として補助記憶媒体番号を0とする
(補助記憶媒体番号は1から始まるものとする)。
The auxiliary storage medium number is set to 0 as an initial value (the auxiliary storage medium number starts from 1).

【0039】補助記憶媒体番号を1加算し、合計容量お
よびテーブル40を初期化する。
The auxiliary storage medium number is incremented by 1, and the total capacity and the table 40 are initialized.

【0040】テーブル30のレコード1件をダウンロー
ドするのに必要なファイル10のデータ容量を合計容量
に加算する(ステップ(d))。
The data capacity of the file 10 necessary for downloading one record of the table 30 is added to the total capacity (step (d)).

【0041】ファイル10のキーのレコードとファイル
20のキーのレコードとの関連性を予め定義登録した関
連キーテーブル50を参照して、キー12に関連するキ
ー22が存在する場合、キー22でテーブル40を検索
する(ステップ(e))。図3に示す例では、キー「A
2」のレコードの関連情報のキーが「x」、「y」であ
るとされている。この関係は、例えばキー「A2」のレ
コードデータ(ファイル10のレコード)の処理を行な
うにあたり、関連情報のキーが「x」、「y」のレコー
ドデータ(ファイル20のレコード)を必要とするとい
うことを表わしている。
Referring to a related key table 50 in which the relationship between the record of the key of the file 10 and the record of the key of the file 20 is registered in advance, if the key 22 related to the key 12 exists, 40 is searched (step (e)). In the example shown in FIG.
The key of the related information of the record of “2” is “x” and “y”. This relationship indicates that, for example, when processing the record data with the key “A2” (the record in the file 10), the record data with the key of the related information “x” and “y” (the record in the file 20) is required. It represents that.

【0042】キー22がテーブル40に存在する場合、
すでにファイル20のデータ容量は加算されているの
で、何もしない。
When the key 22 exists in the table 40,
Since the data capacity of the file 20 has already been added, nothing is performed.

【0043】キー22がテーブル40に存在しない場
合、インデックス21からキー22のレコードを検索
し、データ容量を加算し、キー22をテーブル40に追
加する(ステップ(f))。
If the key 22 does not exist in the table 40, the record of the key 22 is searched from the index 21, the data capacity is added, and the key 22 is added to the table 40 (step (f)).

【0044】合計容量をチェックする(ステップ
(g))。
The total capacity is checked (step (g)).

【0045】合計容量が補助記憶媒体の容量以下の場
合、テーブル30の次レコードに対して、ステップ
(e)から繰り返す。
When the total capacity is equal to or less than the capacity of the auxiliary storage medium, the processing is repeated from the step (e) for the next record in the table 30.

【0046】合計容量が補助記憶媒体の容量よりも大の
ときは、テーブル30の現在のレコードに対して、補助
記憶媒体番号を1加算し、合計容量およびテーブル40
を初期化する処理から、繰り返す。
When the total capacity is larger than the capacity of the auxiliary storage medium, the auxiliary record medium number is added to the current record of the table 30 by 1, and the total capacity and the table 40
Is repeated from the process of initializing.

【0047】なお、上記した実施例は、サーバ装置から
クライアント端末等へのファイルのダウンロード等にお
けるデータ量の算出にも適用できることは勿論である。
The above-described embodiment can of course be applied to the calculation of the data amount in downloading a file from a server device to a client terminal or the like.

【0048】[0048]

【発明の効果】以上説明したように、本発明によれば下
記記載の効果を奏する。
As described above, according to the present invention, the following effects can be obtained.

【0049】本発明の第1の効果は、精密な容量計算を
行える、ということにある。その理由は、同一レコード
に対して重複して容量計算することがないためである。
A first effect of the present invention is that accurate capacity calculation can be performed. The reason is that the capacity calculation is not repeated for the same record.

【0050】本発明の第2の効果は、データの抽出処理
の高速化が図れることにある。
A second effect of the present invention is that the speed of the data extraction process can be increased.

【0051】その理由は、各テーブルに実データの格納
場所やダウンロードする補助記憶媒体情報を持たせるこ
とによって、ダウンロード時は、各テーブルを参照する
だけでデータの抽出を行うことができるためである。
The reason is that by providing each table with the storage location of the actual data and the information of the auxiliary storage medium to be downloaded, the data can be extracted only by referring to each table at the time of downloading. .

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

【図1】本発明の一実施例の構成を示す図である。FIG. 1 is a diagram showing a configuration of an embodiment of the present invention.

【図2】本発明の一実施例の処理手順を示す流れ図であ
る。
FIG. 2 is a flowchart showing a processing procedure according to an embodiment of the present invention.

【図3】本発明の一実施例の動作を説明するための模式
図である。
FIG. 3 is a schematic diagram for explaining the operation of one embodiment of the present invention.

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

1 上位装置 2 容量算出手段 3 ワークテーブル 4 レコード抽出手段 5 補助記憶媒体 10、20 ファイル 11、21 インデックス(ファイル) 30、40 テーブル 50 関連(キー)テーブル DESCRIPTION OF SYMBOLS 1 Upper device 2 Capacity calculation means 3 Work table 4 Record extraction means 5 Auxiliary storage medium 10, 20 File 11, 21 Index (file) 30, 40 Table 50 Association (key) table

Claims (8)

【特許請求の範囲】[Claims] 【請求項1】複数のファイルからレコードデータを抽出
し該抽出されたレコードデータを補助記憶媒体へ格納す
る際のデータ量算出方法において、 (a)前記複数のファイルの各々に対して抽出キーと該
抽出キーのレコード件数をインデックスファイルに登録
するステップと、 (b)前記ファイルから抽出し前記補助記憶媒体に格納
するレコードデータについて前記補助記憶媒体に格納す
る順に、キー情報及びレコード情報を、前記ファイルに
対して設けられるテーブルに登録するステップと、 (c)前記テーブルに登録されたキーについて、前記キ
ーと関連性のある他のファイルに格納されたレコードの
キー(「関連キー」という)が存在する場合、前記関連
キーが前記他のファイルに対して設けられる他のテーブ
ルに登録されているか否かを検索し、前記関連キーが前
記他のテーブルに登録されていない場合、前記関連キー
のレコードのデータ量を、蓄積データの合計容量に加算
し、一方、前記関連キーがすでに前記他のテーブルに登
録されている場合には、重複するものとして、前記関連
キーのレコードのデータ量は合計容量に加算しないよう
に制御するステップと、 を含むことを特徴とするデータ量算出方法。
1. A data amount calculation method for extracting record data from a plurality of files and storing the extracted record data in an auxiliary storage medium, comprising: (a) an extraction key for each of the plurality of files; Registering the number of records of the extracted key in an index file; and (b) storing the key information and the record information in the order in which the record data extracted from the file and stored in the auxiliary storage medium are stored in the auxiliary storage medium. Registering in a table provided for the file; (c) for a key registered in the table, a key of a record stored in another file related to the key (referred to as “related key”) If present, whether the relevant key is registered in another table provided for the other file If the related key is not registered in the other table, the data amount of the record of the related key is added to the total capacity of the accumulated data, while the related key is already registered in the other table. And controlling the data amount of the record of the related key not to be added to the total capacity as a duplicate when registered in the data amount calculation method.
【請求項2】第1の情報処理装置の第1の記憶装置に格
納されている複数のファイルからレコードデータを抽出
し該抽出されたレコードデータを、前記第1の情報処理
装置の第2の記憶装置、又は、前記第1の情報処理装置
と接続する第2の情報処理装置の第2の記憶装置へ格納
する際の前記第1の情報処理装置におけるデータ量算出
方法において、 (a)前記第1の記憶装置の前記複数のファイルの各々
に対して抽出キーと該抽出キーのレコード件数をインデ
ックスファイルに登録するステップと、 (b)前記ファイルから抽出し、前記第2の記憶装置に
格納するレコードデータについてキー情報及びレコード
情報を、前記ファイルに対して設けられるテーブルに登
録するステップと、 (c)前記テーブルに登録されたキーについて、前記キ
ーと関連性のある他のファイルに格納されたレコードの
キー(「関連キー」という)が存在する場合、前記関連
キーが前記他のファイルに対して設けられる他のテーブ
ルに登録されているか否かを検索し、前記関連キーが前
記他のテーブルに登録されていない場合、前記関連キー
のレコードのデータ量を、蓄積データの合計容量に加算
し、一方、前記関連キーがすでに前記他のテーブルに登
録されている場合には、重複するものとして、前記関連
キーのレコードのデータ量は合計容量に加算しないよう
に制御するステップと、 を含むことを特徴とするデータ量算出方法。
2. A method according to claim 1, wherein record data is extracted from a plurality of files stored in a first storage device of the first information processing device, and the extracted record data is stored in a second storage device of the first information processing device. In the method for calculating a data amount in the first information processing device when storing in a second storage device of a storage device or a second information processing device connected to the first information processing device, Registering an extraction key and the number of records of the extraction key for each of the plurality of files in the first storage device in an index file; (b) extracting from the file and storing in the second storage device Registering key information and record information for the record data to be performed in a table provided for the file; If there is a key of a record stored in another file related to the key (referred to as “related key”), whether or not the related key is registered in another table provided for the other file If the related key is not registered in the other table, the data amount of the record of the related key is added to the total capacity of the accumulated data, while the related key is already registered in the other table. And controlling the data amount of the record of the related key not to be added to the total capacity as a duplicate when registered in the data amount calculation method.
【請求項3】(a)複数のファイルのそれぞれについて
抽出キーごとのレコード件数をあらかじめ求め、それぞ
れのインデックスファイルを作成するステップと、 (b)一のファイルに対応する一のインデックスファイ
ルから目的とする補助記憶媒体へダウンロードするレコ
ードのキーを選択し、該キーを前記補助記憶媒体へ抽出
する順に並べた一のテーブルを作成するステップと、 (c)補助記憶媒体番号を初期化するステップと、 (d)前記補助記憶番号を更新し、補助記憶媒体番号が
予め定められた最大値以下の場合、以下の処理を行うよ
うに制御するステップと、 (e)合計容量を初期化するとともに、前記キーに関連
する他のインデックスのキーを保持するための他のテー
ブルを初期化するステップと、 (f)前記一のテーブルに登録されているレコードをダ
ウンロードするのに必要なデータ容量を合計容量に加算
するステップと、 (g)前記キーに関連する他のキー(「関連キー」とい
う)が存在する場合、前記関連キーにて前記他のテーブ
ルを検索し、前記関連キーが前記他のテーブルに存在す
る場合には、前記他のファイルの前記関連キーに関する
データ容量はすでに合計容量に加算されているものとし
て合計容量には何も加算せず、一方前記関連キーが前記
他のテーブルに存在しない場合には、前記他のインデッ
クスファイルから前記関連キーのレコードを検索し、該
レコードのデータ容量を加算し、さらに前記関連キーを
前記他のテーブルに追加登録するステップと、 (h)前記合計容量をチェックし、該合計容量が前記補
助記憶媒体の記憶容量以下の場合、前記一のテーブルに
登録されている次レコードに対して、ステップ(f)の
処理へ移行するステップと、 (i)前記合計容量が前記補助記憶媒体の容量よりも大
のとき、前記一のテーブルの現在のレコードに対して、
ステップ(d)の処理へ移行するステップと、 を含むことを特徴とするデータ容量算出方法。
3. A method comprising: (a) obtaining the number of records for each extraction key for each of a plurality of files in advance and creating respective index files; and (b) determining the number of records from one index file corresponding to one file. Selecting a key of a record to be downloaded to the auxiliary storage medium to be downloaded, and creating a table in which the keys are arranged in the order in which the keys are extracted to the auxiliary storage medium; and (c) initializing an auxiliary storage medium number. (D) updating the auxiliary storage number and, if the auxiliary storage medium number is equal to or less than a predetermined maximum value, controlling to perform the following processing; and (e) initializing the total capacity, Initializing another table to hold a key of another index associated with the key; (f) the one table Adding the data capacity required to download the records registered in the key to the total capacity; and (g) if there is another key related to the key (referred to as “related key”), the related key In the other table, if the related key exists in the other table, the data capacity of the other file related to the related key is regarded as being already added to the total capacity and is added to the total capacity. Does not add anything, while if the related key does not exist in the other table, retrieves the record of the related key from the other index file, adds the data capacity of the record, and further adds (H) checking the total capacity, and if the total capacity is less than or equal to the storage capacity of the auxiliary storage medium, Moving to step (f) for the next record registered in the one table; and (i) when the total capacity is larger than the capacity of the auxiliary storage medium, For the current record in the table,
And (c) shifting to the processing of step (d).
【請求項4】複数のファイルと、補助記憶媒体を備えた
補助記憶装置とを少なくとも備えた情報処理装置におい
て、 前記複数のファイルから抽出したレコードデータを前記
補助記憶媒体へ格納する際に、前記補助記憶媒体に格納
するデータ量を合計容量に加算したレコードのキー情報
を記憶手段に登録する手段と、 前記ファイルから新たに抽出するレコードについて前記
キー情報が前記テーブルに存在するか否か検索する手段
と、 前記キー情報が前記テーブルに存在しない場合には、前
記レコードのデータ量を合計容量に加算し、一方、前記
キー情報がすでに前記テーブルに登録されている場合に
は重複するものとして、該レコードのデータ量は合計容
量に加算せず、データ容量を算出する手段と、 を備えたことを特徴とする情報処理装置。
4. An information processing apparatus comprising at least a plurality of files and an auxiliary storage device provided with an auxiliary storage medium, wherein when storing record data extracted from the plurality of files in the auxiliary storage medium, Means for registering, in the storage means, key information of a record obtained by adding the amount of data to be stored in the auxiliary storage medium to the total capacity; and searching for whether or not the key information exists in the table for a record newly extracted from the file. Means, if the key information does not exist in the table, add the data amount of the record to the total capacity, while if the key information is already registered in the table, Means for calculating the data volume without adding the data volume of the record to the total volume, an information processing apparatus comprising: .
【請求項5】複数のファイルと、抽出キーごとのレコー
ド件数を有するインデックスファイルとを備えたファイ
ル装置と、 抽出候補のレコードを保持する記憶手段と、 前記インデックスファイルから抽出キーを取り出し、該
抽出キーのレコードを一のファイルから取り出すととも
に、同時に抽出する他のファイルのレコードのデータ容
量を計算し、さらに各レコードを格納する補助記憶装置
の媒体を決定して、前記記憶手段に記録する容量算出手
段と、 前記記憶手段を参照して、前記ファイル装置の各ファイ
ルからレコードを抽出し、決定された前記補助記憶装置
の媒体へ書込むレコード抽出手段と、 を備えたことを特徴とする情報処理装置。
5. A file device comprising a plurality of files and an index file having the number of records for each extraction key; storage means for holding a record of an extraction candidate; extracting an extraction key from the index file; The key record is extracted from one file, the data capacity of the record of the other file to be extracted at the same time is calculated, the medium of the auxiliary storage device for storing each record is determined, and the capacity to be recorded in the storage means is calculated. Means for extracting a record from each file of the file device with reference to the storage device, and writing the record to a medium of the determined auxiliary storage device. apparatus.
【請求項6】あるファイルのキーと他のファイルのキー
との関連性を格納した第2の記憶手段を備え、 前記補助記憶装置の媒体の記憶容量を超えない間は、前
記記憶手段に前記各ファイルから抽出するレコードのキ
ーを追加し、キーごとに前記記憶手段にテーブルを作成
し、 前記容量算出手段は、一つのファイルから抽出して前記
補助記憶媒体へ格納するレコードのデータ容量を計算す
る際に、前記第2の記憶手段を参照して、前記レコード
のキーに関連する他のファイルの関連キーが存在する場
合、前記関連キーで前記他のファイルに対応して設けら
れる他のテーブルを検索し、 前記関連キーが前記他のテーブルに登録済みの場合、前
記他のファイルに関するデータ容量は加算されているも
のとして合計容量には何も加算せず、 前記他のキーが前記他のテーブルに存在しない場合、前
記他のインデックスファイルから前記他のキーのレコー
ドを検索し、該レコードのデータ容量を加算して前記関
連キーを前記他のテーブルに追加する、ことを特徴とす
る請求項5記載の情報処理装置。
6. A storage device for storing a relationship between a key of a certain file and a key of another file, wherein the second storage unit stores the relationship between the key of the file and the key of another file. A key of a record to be extracted from each file is added, a table is created in the storage unit for each key, and the capacity calculation unit calculates a data capacity of a record extracted from one file and stored in the auxiliary storage medium. When referring to the second storage means, if there is a related key of another file related to the key of the record, another table provided corresponding to the other file with the related key If the relevant key is already registered in the other table, it is assumed that the data capacity relating to the other file has been added, and nothing is added to the total capacity. When the key does not exist in the other table, searching for the record of the other key from the other index file, adding the data capacity of the record, and adding the related key to the other table. The information processing apparatus according to claim 5, wherein:
【請求項7】情報処理装置が、記憶装置に格納されてい
る複数のファイルからレコードデータを抽出し該抽出さ
れたレコードデータを、前記情報処理装置の他の記憶装
置、又は、前記情報処理装置と接続する他の情報処理装
置の記憶装置(「他の記憶装置」という)へ格納するに
あたり、 前記複数のファイルの各々に対して抽出キーと該抽出キ
ーのレコード件数をインデックスファイルに登録する手
段と、 前記ファイルから抽出し、前記他の記憶装置に格納する
レコードデータについてキー情報及びレコード情報を、
前記ファイルに対して設けられるテーブルに登録する手
段と、 前記テーブルに登録されたキーについて、前記キーと関
連性のある他のファイルに格納されたレコードのキー
(「関連キー」という)が存在する場合、前記関連キー
が前記他のファイルに対して設けられる他のテーブルに
登録されているか否かを検索し、前記関連キーが前記他
のテーブルに登録されていない場合、前記関連キーのレ
コードのデータ量を、蓄積データの合計容量に加算し、
一方、前記関連キーがすでに前記他のテーブルに登録さ
れている場合には、重複するものとして、前記関連キー
のレコードのデータ量は合計容量に加算しないように制
御する手段と、 を備えたことを特徴とする情報処理装置。
7. An information processing apparatus extracts record data from a plurality of files stored in a storage device, and stores the extracted record data in another storage device of the information processing device or the information processing device. Means for registering, in an index file, an extraction key and the number of records of the extraction key for each of the plurality of files when storing the information in a storage device of another information processing device connected to the storage device (referred to as “other storage device”) And key information and record information about the record data extracted from the file and stored in the other storage device,
Means for registering in a table provided for the file; and for a key registered in the table, a key of a record stored in another file related to the key (referred to as “related key”) exists. If the related key is registered in another table provided for the other file, a search is performed to determine whether the related key is not registered in the other table. Add the amount of data to the total amount of stored data,
On the other hand, when the related key is already registered in the other table, means for controlling the data amount of the record of the related key so as not to be added to the total capacity as a duplicate. An information processing apparatus characterized by the above-mentioned.
【請求項8】(a)複数のファイルのそれぞれについて
抽出対象のキーごとのレコード件数をあらかじめ求め、
それぞれのインデックスファイルを作成する処理、 (b)一のファイルに対応する一のインデックスファイ
ルから目的とする補助記憶媒体へダウンロードするレコ
ードのキーを選択し、該キーを前記補助記憶媒体へ抽出
する順に並べた一のテーブルを作成する処理、 (c)補助記憶媒体番号を初期化する処理、 (d)前記補助記憶番号を更新し、補助記憶媒体番号が
予め定められた最大値以下の場合、以下の処理を行うよ
うに制御する処理、 (e)合計容量を初期化するとともに、前記キーに関連
する他のインデックスファイルのキーを保持するための
他のテーブルを初期化する処理、 (f)前記一のテーブルに登録されているレコードをダ
ウンロードするのに必要なデータ容量を合計容量に加算
する処理、 (g)前記キーに関連する他のキー(「関連キー」とい
う)が存在する場合、前記関連キーにて前記他のテーブ
ルを検索し、前記関連キーが前記他のテーブルに存在す
る場合には、前記他のファイルの前記関連キーに関する
データ容量はすでに合計容量に加算されているものとし
て合計容量には何も加算せず、一方、前記関連キーが前
記他のテーブルに存在しない場合には、前記他のインデ
ックスファイルから前記関連キーのレコードを検索し、
該レコードのデータ容量を加算し、さらに前記関連キー
を前記他のテーブルに追加登録するステップと、 (h)前記合計容量をチェックし、前記合計容量が前記
補助記憶媒体の記憶容量以下の場合、前記一のテーブル
に登録されている次レコードに対して、ステップ(f)
へ移行する処理、及び、 (i)前記合計容量が前記補助記憶媒体の容量よりも大
のとき、前記一のテーブルの現在のレコードに対して、
ステップ(d)へ移行する処理、 の前記(a)乃至(i)の各処理をコンピュータ上で実
行するためのプログラムを記録した記録媒体。
8. (a) The number of records for each key to be extracted is determined in advance for each of a plurality of files,
(B) selecting a key of a record to be downloaded to a target auxiliary storage medium from one index file corresponding to one file, and extracting the keys to the auxiliary storage medium (C) processing for initializing the auxiliary storage medium number, (d) updating the auxiliary storage medium number, and when the auxiliary storage medium number is equal to or less than a predetermined maximum value, (E) Initializing the total capacity and initializing another table for holding a key of another index file related to the key, (f) the above-mentioned processing. Processing of adding the data capacity required to download records registered in one table to the total capacity; (g) other related to the key If a key (referred to as “related key”) exists, the other table is searched by using the related key, and if the related key exists in the other table, the other table is searched for the related key of the other file. Nothing is added to the total capacity assuming that the data capacity has already been added to the total capacity, while if the related key does not exist in the other table, the data of the related key is obtained from the other index file. Search for a record,
Adding the data capacity of the record and additionally registering the related key in the another table; and (h) checking the total capacity, and when the total capacity is equal to or less than the storage capacity of the auxiliary storage medium, Step (f) for the next record registered in the one table
And (i) when the total capacity is larger than the capacity of the auxiliary storage medium, for the current record of the one table,
A recording medium for recording a program for executing, on a computer, each of the above-described processes (a) to (i) of the process of shifting to step (d).
JP10277999A 1999-04-09 1999-04-09 Information processing device and method of calculating output data amount to auxiliary storage medium Expired - Lifetime JP3567792B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10277999A JP3567792B2 (en) 1999-04-09 1999-04-09 Information processing device and method of calculating output data amount to auxiliary storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10277999A JP3567792B2 (en) 1999-04-09 1999-04-09 Information processing device and method of calculating output data amount to auxiliary storage medium

Publications (2)

Publication Number Publication Date
JP2000293412A true JP2000293412A (en) 2000-10-20
JP3567792B2 JP3567792B2 (en) 2004-09-22

Family

ID=14336643

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10277999A Expired - Lifetime JP3567792B2 (en) 1999-04-09 1999-04-09 Information processing device and method of calculating output data amount to auxiliary storage medium

Country Status (1)

Country Link
JP (1) JP3567792B2 (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04217041A (en) * 1990-12-19 1992-08-07 Nippon Denki Joho Service Kk Automatic file allocating system
JPH04336339A (en) * 1991-05-14 1992-11-24 Nippon Denki Joho Service Kk System area calculation device
JPH05151056A (en) * 1991-11-26 1993-06-18 Oki Electric Ind Co Ltd Data controller
JPH05266154A (en) * 1992-03-18 1993-10-15 Fuji Photo Film Co Ltd Image processing method
JPH0628107A (en) * 1992-07-07 1994-02-04 Tohoku Nippon Denki Software Kk File movement system
JPH07319749A (en) * 1994-05-27 1995-12-08 Nec Corp File allocation system for optical disk device
JPH08190502A (en) * 1995-01-12 1996-07-23 Hitachi Ltd Layout designing method for distributed data base
JPH10214214A (en) * 1997-01-30 1998-08-11 Matsushita Electric Ind Co Ltd Data managing system

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04217041A (en) * 1990-12-19 1992-08-07 Nippon Denki Joho Service Kk Automatic file allocating system
JPH04336339A (en) * 1991-05-14 1992-11-24 Nippon Denki Joho Service Kk System area calculation device
JPH05151056A (en) * 1991-11-26 1993-06-18 Oki Electric Ind Co Ltd Data controller
JPH05266154A (en) * 1992-03-18 1993-10-15 Fuji Photo Film Co Ltd Image processing method
JPH0628107A (en) * 1992-07-07 1994-02-04 Tohoku Nippon Denki Software Kk File movement system
JPH07319749A (en) * 1994-05-27 1995-12-08 Nec Corp File allocation system for optical disk device
JPH08190502A (en) * 1995-01-12 1996-07-23 Hitachi Ltd Layout designing method for distributed data base
JPH10214214A (en) * 1997-01-30 1998-08-11 Matsushita Electric Ind Co Ltd Data managing system

Also Published As

Publication number Publication date
JP3567792B2 (en) 2004-09-22

Similar Documents

Publication Publication Date Title
EP1587006A2 (en) Method and system for renaming consecutive keys in a B-tree
US7577808B1 (en) Efficient backup data retrieval
CN101681256A (en) It automation appliance imaging system and method
JPWO2019181949A1 (en) Recording device, reading device, recording method, recording program, reading method, reading program, and magnetic tape
WO2007099636A1 (en) File system migration method, program and apparatus
US5398335A (en) Virtually updating data records by assigning the update fractional addresses to maintain an ordinal relationship without renumbering original records
JP2000357115A (en) Device and method for file retrieval
JP2000293412A (en) Information processor and method for calculating amount of data output to auxiliary storage medium
JP2925042B2 (en) Information link generation method
CN112905546A (en) Deleted file recovery method, device, equipment and storage medium
US7720805B1 (en) Sequential unload processing of IMS databases
JP2002140218A (en) Data processing method, computer-readable recording medium and data processing device
JP2004062475A (en) Index storage method
US10037148B2 (en) Facilitating reverse reading of sequentially stored, variable-length data
CN110489425A (en) A kind of data access method, device, equipment and storage medium
CN117349236B (en) File reading method, device, equipment and storage medium
US20170154096A1 (en) Data service system and electronic apparatus
JP2006106907A (en) Structured document management system, method for constructing index, and program
CN116795296B (en) Data storage method, storage device and computer readable storage medium
JP4304226B2 (en) Structured document management system, structured document management method and program
JP2005267036A (en) Trace output control method and trace system
KR20220106622A (en) Zipper compaction method and apparatus for compacting the plural of skiplists
JPH08328929A (en) Database split management system
JP2001056775A (en) Computer system and program recording medium
JPH05250243A (en) Data processing system for extended storage device

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20040113

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20040315

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20040525

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20040607

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080625

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090625

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100625

Year of fee payment: 6