JPH11272575A - Compression file server system - Google Patents

Compression file server system

Info

Publication number
JPH11272575A
JPH11272575A JP10072331A JP7233198A JPH11272575A JP H11272575 A JPH11272575 A JP H11272575A JP 10072331 A JP10072331 A JP 10072331A JP 7233198 A JP7233198 A JP 7233198A JP H11272575 A JPH11272575 A JP H11272575A
Authority
JP
Japan
Prior art keywords
file
divided
division
compressed
unit
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
JP10072331A
Other languages
Japanese (ja)
Other versions
JP3171160B2 (en
Inventor
Hirotoshi Hagiwara
裕敏 萩原
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 JP07233198A priority Critical patent/JP3171160B2/en
Publication of JPH11272575A publication Critical patent/JPH11272575A/en
Application granted granted Critical
Publication of JP3171160B2 publication Critical patent/JP3171160B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To reduce server and transfer loads to the utmost by compressing a file for read and write by a unit of division, retaining it in the server and performing all of division, compression and development at a client. SOLUTION: Each file is compressed and retained in a file retaining part 12 of a file server 1 after it is divided into plural pieces and a divided file index is provided in the file retaining part 12 of the file server 1 so that access is made to the file by the unit of division. Writing and reading by the unit of division are performed corresponding to an access request from the client 2 by a file retrieving and access means 11. Each client 2 is provided with a file compressing, developing and dividing means 21 to transmissibly read and write the file of the file server 1, to divide, to compress and to develop the file for an application 22. A server load is suppressed to divide, to compress and to develop the file at the client 2, data to be transferred on a network 3 is required compressed data by the unit of division, with a small amount of excess data and the transfer load on the network 3 is also suppressed.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は圧縮ファイルサーバ
方式に関し、特にクライアントでサーバに保存するファ
イルの分割,圧縮および展開を行い、サーバには圧縮デ
ータのまま分割単位で検索できるようなインデックスを
付加して格納することにより、サーバ及びネットワーク
の負荷を低減させた圧縮ファイルサーバ方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a compressed file server system, and in particular, a client divides, compresses, and decompresses a file stored in a server, and adds an index to the server so that the compressed data can be searched in divided units. The present invention relates to a compressed file server system in which a load on a server and a network is reduced by storing the compressed file server.

【0002】[0002]

【従来の技術】近年、データの一元化および集中化が求
められるコンピュータ利用環境では、サーバ・クライア
ント方式によりネットワークに接続された大規模ディス
ク装置の共用が行われている。このようなシステム構成
においては、一つ一つのクライアントの動作は、要求に
応じてサーバに対してファイルの読み書きを行うだけで
あるため、この処理により個々のクライアントの負荷は
余り高くならないと考えられる。これに反して、サーバ
及びネットワークは、複数のクライアントからのアクセ
スをランダムに受けるため、負荷が集中することが想定
され、個々のアクセスに要する負荷の低減は重要な課題
である。
2. Description of the Related Art In recent years, in a computer environment where data needs to be unified and centralized, large-scale disk devices connected to a network by a server-client system are commonly used. In such a system configuration, since the operation of each client only reads and writes a file from / to the server in response to a request, it is considered that this processing does not significantly increase the load on each client. . On the other hand, since the server and the network receive access from a plurality of clients at random, it is assumed that the load is concentrated, and reducing the load required for each access is an important issue.

【0003】ファイル転送によるネットワークの負荷を
低減するためには、送信側でデータ圧縮を行って送信
し、受信側でこれを伸長して元のデータに展開する方法
が従来から行われている。これに加えて、特開平5―3
13984号公報には、サーバにおける圧縮,伸長の負
荷を低減すると共に、ファイル保存のために必要な記憶
容量も削減できるファイル転送処理方式が提案されてい
る。この方式は、クライアントから圧縮転送されたファ
イルを圧縮データのままサーバに格納するものであり、
記憶容量の削減と共にサーバにおける圧縮データの伸長
(格納時)及び圧縮(読み出し転送時)の負荷を低減す
ることができる利点がある。
[0003] In order to reduce the load on the network due to the file transfer, a method of transmitting data after compressing it on the transmitting side and decompressing it on the receiving side and expanding it to the original data has conventionally been performed. In addition to this, JP-A-5-3
Japanese Patent Application Publication No. 13984 proposes a file transfer processing method capable of reducing the load of compression and decompression on a server and also reducing the storage capacity required for storing files. In this method, the file compressed and transferred from the client is stored in the server as compressed data.
There is an advantage that the load of decompression (at the time of storage) and compression (at the time of read transfer) of the compressed data on the server can be reduced together with the reduction of the storage capacity.

【0004】[0004]

【発明が解決しようとする課題】しかしながら、上述し
た特開平5―313984号公報の方式も含め、従来の
ファイルサーバにおいては、ファイルの読み書きをファ
イル単位で行っており、システム規模が大きくなり各フ
ァイルの容量が増えると、1回のファイルアクセスに対
してネットワーク上を転送されるデータ量が多くなると
共にサーバ負荷も増加する。クライアントで発生するフ
ァイルアクセスの目的は多様であり、必ずしもファイル
全体を必要とするものばかりではなく、一部のみで十分
な場合も少なくない。従って、ファイルの圧縮転送を採
用して圧縮データのままサーバに格納する特開平5―3
13984号公報の方式でも、ファイル単位の読み書き
のためにファイルアクセス時に必要のない余分な部分も
転送されることが多く、ネットワーク負荷の削減効果が
十分でなく、改善すべき課題が残されている。
However, in the conventional file server including the method disclosed in Japanese Patent Application Laid-Open No. Hei 5-313984, reading and writing of files are performed on a file-by-file basis. Increases the capacity of data transferred on the network for one file access, and also increases the load on the server. The purpose of file access that occurs in a client is various, and not only does the file need not always require the entire file but often only a part of the file is sufficient. Therefore, the compressed data is stored in the server as it is by employing the compressed transfer of the file.
Even in the method of 13984, an unnecessary portion is often transferred at the time of file access for reading and writing on a file basis, and the effect of reducing the network load is not sufficient, and a problem to be improved remains. .

【0005】本発明の目的は、ファイルを分割して分割
単位でアクセスできるようにサーバに圧縮データ形式で
保存すると共に、ファイルの分割,圧縮および展開をす
べてクライアントで行うことにより、サーバ及びネット
ワーク負荷の低減をより効果的とした圧縮ファイルサー
バ方式を提供することである。
An object of the present invention is to divide a file and store it in a compressed data format in a server so that the file can be accessed in units of division, and to divide, compress and decompress the file on the client, thereby reducing the load on the server and the network. Another object of the present invention is to provide a compressed file server system in which the reduction of the number of files is more effective.

【0006】[0006]

【課題を解決するための手段】請求項1の圧縮ファイル
サーバ方式は、ネットワーク上に設けられたファイルサ
ーバに、各ファイルを分割単位ごとのインデックスを有
する分割圧縮形式で格納するファイル保存部と、各クラ
イアントからのアクセス要求に対応して必要な分割単位
の圧縮ファイルの読み出し書き込み処理を行い圧縮形式
のまま前記ネットワークを介して該当クライアントと送
受信するファイル検索アクセス手段とを備え、前記各ク
ライアントには、ファイルを分割圧縮して分割単位ごと
に索引情報を付与して前記ファイルサーバに転送すると
共に前記ファイルサーバから転送された圧縮ファイルを
展開するファイル圧縮展開分割手段を備えて構成されて
いる。
According to a first aspect of the present invention, there is provided a compressed file server system, comprising: a file storage unit for storing each file in a divided compression format having an index for each division unit in a file server provided on a network; File search access means for performing read / write processing of a compressed file in a required division unit in response to an access request from each client and transmitting / receiving the compressed client to / from the corresponding client via the network; File compression / expansion / division means for dividing and compressing a file, adding index information for each division unit, transferring the file to the file server, and expanding the compressed file transferred from the file server.

【0007】請求項2の圧縮ファイルサーバ方式は、請
求項1記載の圧縮ファイルサーバ方式において、前記フ
ァイル圧縮展開分割手段が各ファイルの分割単位ごとに
付与する索引情報が、圧縮前の当該分割単位の先頭が位
置する分割圧縮前の当該ファイル内の相対位置情報と圧
縮前の当該分割単位のデータ長とで構成されていること
を特徴としている。
According to a second aspect of the present invention, there is provided the compressed file server system according to the first aspect, wherein the index information given by the file compression / expansion / division means for each division unit of each file is the division unit before compression. Is characterized by the relative position information in the file before division compression where the head of the file is located and the data length of the division unit before compression.

【0008】請求項3の圧縮ファイルサーバ方式は、請
求項1又は請求項2記載の圧縮ファイルサーバ方式にお
いて、前記ファイル圧縮展開分割手段は、ファイル更新
時に更新対象となる一つの分割単位の更新後のデータ量
が増加してあらかじめ定めた分割上限値を超えたとき、
更新後データを再分割して再分割後の分割単位ごとに圧
縮処理を行い、それぞれに新たな索引情報を付与して前
記ファイルサーバに転送し更新前の一つの分割単位との
置き換えを要求する再分割機能を備えていることを特徴
としている。
According to a third aspect of the present invention, there is provided the compressed file server system according to the first or second aspect, wherein the file compression / expansion / division unit is configured to update one file unit to be updated when updating the file. When the data volume of exceeds the predetermined upper limit of division,
The post-update data is re-divided, compression processing is performed for each of the divided units after the re-division, new index information is added to each of the divided units, transferred to the file server, and replacement with one of the divided units before the update is requested. It is characterized by having a subdivision function.

【0009】請求項4の圧縮ファイルサーバ方式は、請
求項3記載の圧縮ファイルサーバ方式において、前記フ
ァイル圧縮展開分割手段は、ファイル更新時に更新対象
となる一つの分割単位の更新後のデータ量が減少してあ
らかじめ定めた分割下限値を割ったとき、当該分割単位
の前後いずれかの分割単位の圧縮ファイルを前記ファイ
ルサーバから取得して展開し、更新後のデータと結合し
て分割単位を併合した後に圧縮処理を行い、新たな索引
情報を付与して前記ファイルサーバに転送し更新前の二
つの分割単位との置き換えを要求する併合機能を備えて
いることを特徴としている。
According to a fourth aspect of the present invention, there is provided the compressed file server system according to the third aspect, wherein the file compression / expansion / division means is configured to reduce an updated data amount of one division unit to be updated when updating the file. When the predetermined division lower limit value is decreased and divided, the compressed file of any one of the division units before and after the division unit is obtained from the file server, decompressed, and combined with the updated data to merge the division units. After that, it has a merging function of performing compression processing, adding new index information, transferring it to the file server, and requesting replacement with two division units before updating.

【0010】請求項5の圧縮ファイルサーバ方式は、請
求項3記載の圧縮ファイルサーバ方式において、前記フ
ァイルサーバに、負荷の状態を監視し負荷が規定値より
少ないときに前記ファイル保存部に格納されている圧縮
ファイルの大きさが所定の下限値より小さい分割単位を
検索し、展開,圧縮を行って当該分割単位を前後いずれ
かの分割単位と併合し分割単位の再編成を行う第1の分
割ファイル調整手段を備えたことを特徴としている。
According to a fifth aspect of the present invention, there is provided the compressed file server system according to the third aspect, wherein the file server monitors a load state and stores the load state in the file storage unit when the load is smaller than a specified value. A first division for retrieving a divided unit having a size of a compressed file smaller than a predetermined lower limit, performing expansion and compression, merging the divided unit with one of the preceding and following divided units, and reorganizing the divided unit. It is characterized by having a file adjusting means.

【0011】請求項6の圧縮ファイルサーバ方式は、請
求項1又は請求項2記載の圧縮ファイルサーバ方式にお
いて、前記ファイルサーバに、負荷の状態を監視し負荷
が規定値より少ないときに前記ファイル保存部に格納さ
れている圧縮ファイルの大きさが所定の下限値よりも小
さい分割単位および所定の上限値よりも大きい分割単位
を検索し、展開,圧縮を行って下限値より小さい分割単
位を前後いずれかの分割単位と併合し、上限値より大き
い分割単位を再分割して分割単位の再編成を行う第2の
分割ファイル調整手段を備えたことを特徴としている。
According to a sixth aspect of the present invention, there is provided the compressed file server system according to the first or second aspect, wherein the file server monitors a load state and stores the file when the load is smaller than a prescribed value. A search is made for a division unit in which the size of the compressed file stored in the copy unit is smaller than a predetermined lower limit value and a division unit larger than a predetermined upper limit value, and the unit is expanded and compressed, and a division unit smaller or smaller than the lower limit value is searched. A second divided file adjusting means for merging with the divided unit and redividing the divided unit larger than the upper limit to reorganize the divided unit is provided.

【0012】[0012]

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

【0013】図1は、本発明の第1の実施の形態の構成
を示すブロック図である。本実施の形態の圧縮ファイル
サーバ方式は、図1に示すように、ファイルサーバ1
と、複数のクライアント2と、これらを接続するネット
ワーク3とで構成され、ファイルサーバ1には、各ファ
イルを分割単位ごとにインデックスを付加した分割圧縮
形式で保存するファイル保存部12と、クライアント2
からのアクセス要求に対応して分割単位での書き込み読
み出しを行うファイル検索アクセス手段11とを備え、
各クライアント2には、アプリケーション22に対しフ
ァイルサーバ1上のファイルを透過的に読み書きし、フ
ァイルの分割,圧縮および展開を行うファイル圧縮展開
分割手段21を備えている。
FIG. 1 is a block diagram showing the configuration of the first embodiment of the present invention. As shown in FIG. 1, the compressed file server method according to this embodiment
And a plurality of clients 2 and a network 3 connecting them. The file server 1 stores a file in a divided compression format in which an index is added for each division unit.
File search access means 11 for writing and reading in division units in response to an access request from
Each client 2 is provided with a file compression / expansion / division unit 21 for reading / writing a file on the file server 1 transparently to the application 22 and dividing, compressing and decompressing the file.

【0014】ファイル保存部12には、図1に例示した
ように、一つのファイルFは複数の分割単位に分割さ
れ、それぞれ圧縮されて分割圧縮ファイルF1,F2,
F3,F4として格納されており、ファイルFを特定す
るためのファイル索引fに加えて、各分割圧縮ファイル
F1,F2,F3,F4の格納位置およびデータ長を検
索するための分割ファイル索引f1,f2,f3,f4
が設けられている。すなわち、ファイルFには、分割単
位ごとのアクセスを可能とするインデックスが付けら
れ、分割圧縮ファイルF1〜F4という分割圧縮形式で
格納されている。
As shown in FIG. 1, the file storage unit 12 divides one file F into a plurality of division units, compresses each of the divided units, and compresses the divided files into divided compressed files F1, F2, F2.
F3 and F4, and in addition to a file index f for specifying the file F, a divided file index f1 for searching the storage position and data length of each of the divided compressed files F1, F2, F3 and F4. f2, f3, f4
Is provided. That is, the file F is provided with an index enabling access for each division unit, and is stored in the divided compression format of the divided compressed files F1 to F4.

【0015】ファイル検索アクセス手段11は、ファイ
ル保存部12へのファイルの書き込み、ファイル保存部
12からのファイルの読み出しを行うが、ファイルの分
割,圧縮や展開は行わない。すなわち、クライアント2
からネットワーク3を介して転送される分割,圧縮され
たファイルを、分割ファイル索引f1,f2,f3,f
4を作成して圧縮形式のまま格納すると共に、クライア
ント2からのアクセス要求には分割ファイル索引を参照
して必要な分割単位の分割圧縮ファイルだけを読み出
し、圧縮形式のままネットワーク3によりクライアント
2に転送する。
The file search access means 11 writes a file to the file storage unit 12 and reads a file from the file storage unit 12, but does not divide, compress, or decompress the file. That is, client 2
The divided and compressed files transferred from the network 3 via the network 3 are divided into divided file indexes f1, f2, f3, f
4 is stored in the compressed format and stored in the compressed format. In addition, the access request from the client 2 refers to the divided file index and reads only the required divided compressed file in the required division unit. Forward.

【0016】クライアント2のファイル圧縮展開分割手
段21は、ファイルサーバ1上の分割圧縮形式のファイ
ルを、アプリケーション22が通常のファイルと同様に
透過的に処理できるようにする機能を提供するものであ
り、ファイルの転送,分割,圧縮および展開を行う。す
なわち、アプリケーション22からのファイル保存要求
に対して、格納を依頼されたファイルを分割して分割単
位ごとに圧縮処理を施し、ファイル名のほかに各分割単
位を識別するための索引情報を付与してファイルサーバ
1に転送する。アプリケーション22からのファイル参
照および更新の要求に対しては、必要な分割単位の圧縮
データをファイルサーバ1から取得し、これを伸長して
元のファイルの状態に展開してアプリケーション22に
提供し、更新の場合は更新後のファイルを再び圧縮して
転送する。
The file compression / expansion / division means 21 of the client 2 provides a function of enabling the application 22 to transparently process a file in the divided compression format on the file server 1 in the same manner as a normal file. Performs file transfer, division, compression and decompression. That is, in response to a file storage request from the application 22, the file requested to be stored is divided and subjected to compression processing for each division unit, and index information for identifying each division unit is added in addition to the file name. To the file server 1. In response to a file reference and update request from the application 22, the compressed data in the required division unit is acquired from the file server 1, decompressed and decompressed to the original file state, and provided to the application 22. In the case of updating, the updated file is compressed again and transferred.

【0017】以上の構成により、ファイルサーバ1上で
は圧縮済みのファイルのみを扱い、ネットワーク3には
実際に必要な分割単位の圧縮データのみが流れるように
することができ、ファイルサーバ1のディスク装置容量
を有効に利用できると共に、ファイルサーバ1及びネッ
トワーク3の負荷を大幅に軽減することができる。な
お、ファイルの分割および圧縮,展開を行うためクライ
アントの負荷は増加するが、クライアントは単独で動作
する場合が多く多少の負荷の増加は問題ない。
According to the above configuration, only the compressed file is handled on the file server 1, and only the actually necessary compressed data of the division unit flows through the network 3, and the disk device of the file server 1 The capacity can be used effectively, and the load on the file server 1 and the network 3 can be significantly reduced. Although the load on the client increases due to the division, compression, and decompression of the file, the client often operates alone, and there is no problem with a slight increase in the load.

【0018】以下、図1の実施の形態の動作について、
図2〜図7を参照して具体的に説明する。図2は、アプ
リケーション22が新規作成したファイルの保存を要求
した場合のファイル圧縮展開分割手段21及びファイル
検索アクセス手段11の動作の説明図であり、新規に作
成された750KByteのファイルを、4分割してフ
ァイル保存部12に格納するまでの様子を示している。
The operation of the embodiment shown in FIG.
This will be specifically described with reference to FIGS. FIG. 2 is an explanatory diagram of the operation of the file compression / expansion / division means 21 and the file search / access means 11 when the application 22 requests the storage of a newly created file. The newly created 750 KByte file is divided into four parts. 2 until it is stored in the file storage unit 12.

【0019】まず、ファイル圧縮展開分割手段21は、
アプリケーション22からファイルF(750KBy
te)の書き込み要求を受けると、200KByte
を基準としてファイルFを分割ファイルF―1,F―
2,F―3,F―4に分割し、それぞれを圧縮して分
割圧縮ファイルF1,F2,F3,F4を生成し、それ
ぞれに索引情報S1,S2,S3,S4を付与して、フ
ァイル索引情報(ファイル名)や圧縮後データ長などの
情報と共にネットワーク3を介しファイルサーバ1に送
信する。ここで、索引情報S1〜S4としては、圧縮す
る前の分割ファイルF―1〜F―4の先頭のファイルF
上の位置(相対位置情報)とデータ長とを使用してい
る。
First, the file compression / expansion / division means 21
File F (750 KBy) from application 22
te), when a write request is received, 200 KB
File F into divided files F-1 and F-
2, F-3, F-4, and compress them to generate divided compressed files F1, F2, F3, F4, and add index information S1, S2, S3, S4 to each of them, and The information is transmitted to the file server 1 via the network 3 together with information (file name) and information such as the data length after compression. Here, as the index information S1 to S4, the leading file F of the divided files F-1 to F-4 before compression is used.
The upper position (relative position information) and the data length are used.

【0020】ファイルサーバ1のファイル検索アクセス
手段11は、クライアント2から送信された分割圧縮
ファイルF1〜F4を圧縮状態のままファイル保存部1
2に格納し、次回からの部分アクセスに高速に応答する
ために、ファイル索引fに加えて分割ファイル索引f1
〜f4を作成する。この分割ファイル索引f1〜f4
は、分割圧縮ファイルF1〜F4と共に転送されてきた
索引情報S1〜S4を検索キー部とし、分割圧縮ファイ
ルF1〜F4の格納位置X1〜X4と関連付けられてい
る。
The file search access means 11 of the file server 1 stores the divided compressed files F1 to F4 transmitted from the client 2 in a compressed state in the file storage unit 1.
2 in order to respond quickly to the next partial access, in addition to the file index f, the divided file index f1
To f4. The divided file indexes f1 to f4
Uses the index information S1 to S4 transferred together with the divided compressed files F1 to F4 as a search key part, and is associated with the storage positions X1 to X4 of the divided compressed files F1 to F4.

【0021】図3は、アプリケーション22がファイル
の参照を要求した場合のファイル圧縮展開分割手段21
の動作の説明図である。クライアント2のアプリケー
ション22からファイルFの250KByte目から1
00KByteのデータの読み込み要求を受けると、
ファイル圧縮展開分割手段21はその要求をファイルサ
ーバ1に転送する。ファイルサーバ1のファイル検索ア
クセス手段11は、この要求に応じてファイルFの分割
ファイル索引f1〜f4を参照し、該当する分割圧縮フ
ァイルF2とその索引情報S2とをファイル保存部12
から読み出してクライアント2に転送する。そして、
ファイル圧縮展開分割手段21が転送された分割圧縮フ
ァイルF2及び索引情報S2を受信すると、圧縮デー
タを伸長して圧縮前の分割ファイルF―2に展開し、
要求された250KByte目に対応する先頭から50
KByte目の位置から100KByteのデータを抽
出し、抽出データをアプリケーション22に転送す
る。
FIG. 3 shows the file compression / expansion / division means 21 when the application 22 requests a file reference.
FIG. 4 is an explanatory diagram of the operation of FIG. From the application 22 of the client 2 to the first 250 KB of the file F
Upon receiving a request to read 00 KB data,
The file compression / expansion / division means 21 transfers the request to the file server 1. In response to this request, the file search access unit 11 of the file server 1 refers to the divided file indexes f1 to f4 of the file F, and stores the corresponding divided compressed file F2 and its index information S2 in the file storage unit 12
And transfers it to the client 2. And
When the file compression / expansion / division means 21 receives the transferred divided compressed file F2 and the index information S2, the compressed data is expanded and expanded into the uncompressed divided file F-2.
50 from the top corresponding to the requested 250 KB byte
The data of 100 KB is extracted from the position of the KB byte, and the extracted data is transferred to the application 22.

【0022】なお、以上の説明はアプリケーション22
から読み込み要求を受けたデータ範囲が一つの分割単位
内にある場合であるが、二つの分割単位にまたがる場合
は、ファイルサーバ1のファイル検索アクセス手段11
が索引を参照して判断し、該当する二つの分割圧縮ファ
イル(例えばF2とF3)と索引情報(S2とS3)と
をクライアント2に転送し、ファイル圧縮展開分割手段
21が二つの分割圧縮ファイルを展開し、索引情報を参
照して要求された範囲のデータを抽出してアプリケーシ
ョン22に渡すことになる。
The above description is based on the application 22
In the case where the data range requested to be read from is within one division unit, but extends over two division units, the file search access unit 11 of the file server 1
Makes a decision with reference to the index, transfers the corresponding two divided compressed files (for example, F2 and F3) and the index information (S2 and S3) to the client 2, and the file compression / expansion / dividing means 21 Is extracted, and data in the requested range is extracted with reference to the index information and passed to the application 22.

【0023】図4は、アプリケーション22が既存のフ
ァイルにデータ追加を要求した場合のファイル圧縮展開
分割手段21の動作説明図であり、追加データ量が少な
い場合を示す。アプリケーション22から既存のファ
イルFの250KByte目に100KByteのデー
タ追加の要求があると、ファイル圧縮展開分割手段2
1はファイルサーバ1にファイルFの250KByte
目を含む分割圧縮ファイルを要求する。この要求に対応
して、該当する分割圧縮ファイルF2と索引情報S2
とをファイルサーバ1から受信し、これを展開し分割
ファイルF―2を復元し、アプリケーション22から
の追加データ100KByteを指定の位置に追加し、
300KByteの結合データとして分割ファイルF―
2aを作成する。最後に、分割ファイルF―2aを圧
縮し100KByteの追加データを含む分割圧縮ファ
イルF2aを作成し、更新した索引情報S2aと共にフ
ァイルサーバ1に転送し、更新前の分割圧縮ファイルF
2との置換を依頼する。
FIG. 4 is a diagram for explaining the operation of the file compression / expansion / division means 21 when the application 22 requests data addition to an existing file, and shows a case where the amount of additional data is small. When the application 22 requests to add 100 Kbytes of data to the existing file F at 250 Kbytes, the file compression / expansion / division means 2
1 is 250 Kbytes of file F in file server 1
Request a split compressed file containing the eyes. In response to this request, the corresponding divided compressed file F2 and index information S2
Is received from the file server 1, expanded and restored to the divided file F-2, and additional data 100 KByte from the application 22 is added to the designated position,
Split file F as combined data of 300 KB
2a is created. Finally, the divided file F-2a is compressed to create a divided compressed file F2a including 100 Kbytes of additional data, and transferred to the file server 1 together with the updated index information S2a.
Request replacement with 2.

【0024】図5は、図4の処理で更新され転送された
分割圧縮ファイルF2aを、ファイルサーバ1のファイ
ル検索アクセス手段11が更新前の分割圧縮ファイルF
2と入れ換える処理の説明図である。まず、更新前の分
割圧縮ファイルF2を更新された分割圧縮ファイルF2
aに置き換えると共に、これらを検索するための分割フ
ァイル索引f2をf2aに更新する。分割ファイル索引
f2aの検索キー部を索引情報S2aに変更すると同時
に、置き換えにより分割圧縮ファイルF2aのサイズが
大きくなっているので、分割圧縮ファイルのデータ長を
示す情報も変更する。後続する分割圧縮ファイルF3,
F4には変更がないが、分割ファイル索引f3a,f4
aの検索キー部の情報(圧縮前ファイル上の位置とデー
タ長)を矛盾のないように変更する。これにより、図5
中のハッチングを付けた部分が更新される。
FIG. 5 shows the divided compressed file F2a updated and transferred in the processing of FIG.
It is explanatory drawing of the process which replaces with 2. First, the divided compressed file F2 before the update is replaced with the updated divided compressed file F2.
a, and the divided file index f2 for retrieving them is updated to f2a. At the same time that the search key portion of the divided file index f2a is changed to the index information S2a, the information indicating the data length of the divided compressed file is also changed because the size of the divided compressed file F2a has been increased by replacement. Subsequent divided compressed file F3
F4 has no change, but divided file indexes f3a, f4
The information (the position on the pre-compression file and the data length) of the search key part of a is changed so as not to be inconsistent. As a result, FIG.
The hatched part inside is updated.

【0025】以上、図4及び図5を参照して、既存ファ
イルの所定位置に新たにデータ追加を行う場合について
説明したが、アプリケーション22が更新のために既存
ファイルの部分読み出しを要求し、更新後に返却した部
分ファイルのデータ量が増加または減少した場合の処理
も基本的にはこれと同一である。但し、図4における結
合データ作成までの処理(〜)は、図3に示した参
照の処理の後に、返却された更新データで抽出データ部
を置換する処理となる。又、既存ファイルからの範囲を
指定した部分削除の要求の場合も同様で、参照の場合と
同様の手順で展開した分割ファイルから指定部分を削除
して新たな分割ファイルを作成し、再圧縮してファイル
サーバ1に転送して置換要求を行えばよい。
The case where data is newly added to a predetermined position of an existing file has been described with reference to FIGS. 4 and 5, but the application 22 requests partial reading of the existing file for updating, and The processing when the data amount of the partial file returned later increases or decreases is basically the same as this. However, the process (-) up to the creation of the combined data in FIG. 4 is a process of replacing the extracted data portion with the returned update data after the reference process shown in FIG. The same applies to the case of requesting partial deletion by specifying a range from an existing file.The specified part is deleted from the divided file expanded in the same procedure as in the case of reference, a new divided file is created, and recompression is performed. Transfer to the file server 1 to make a replacement request.

【0026】上述の図4及び図5の説明は、更新によっ
て分割圧縮ファイルのサイズは変わるがファイルの分割
数を変えない場合であるが、次にファイルの分割数を変
更する更新について図6及び図7を参照して説明する。
The above description of FIGS. 4 and 5 is based on the case where the size of the divided compressed file is changed by the update but the number of divisions of the file is not changed. Next, FIG. 6 and FIG. This will be described with reference to FIG.

【0027】図6に示すように、ファイルFの250
KByte目に400KByteのデータ追加要求があ
り、展開された200KByteの分割ファイルF―
2に400KByteが追加され、600KByteの
分割ファイルF―2bができたとする。ここで、分割フ
ァイルの大きさを制限する分割上限値として、400K
Byteが設定されており、更新によりそれ以上となっ
た場合は分割するよう構成されているものとする。更新
後の分割ファイルF―2bは600KByteのため分
割対象となり、それぞれが300KByteである二
つの分割ファイルF―2c,F―2dに分割される。続
いて、これらを圧縮して二つの分割圧縮ファイルF2
c,F2dを生成し、それぞれに索引情報S2c,S2
dを付与してファイルサーバ1に転送する。これらの処
理は、クライアント2のファイル圧縮展開分割手段21
により行われる。
As shown in FIG.
There is a request to add 400 KB data to the KB, and the expanded file F of 200 KB expanded.
It is assumed that 400 KByte is added to 2 and a 600 KByte divided file F-2b is created. Here, 400K is set as the division upper limit value for limiting the size of the division file.
It is assumed that Byte is set, and if the number of bytes exceeds the value by updating, the data is divided. Since the updated divided file F-2b is 600 KByte, it becomes a division target, and is divided into two divided files F-2c and F-2d each of which is 300 KByte. Subsequently, these files are compressed into two divided compressed files F2.
c and F2d, and index information S2c and S2 respectively.
d is added and transferred to the file server 1. These processes are performed by the file compression / expansion / division unit 21 of the client 2.
It is performed by

【0028】ファイルサーバ1に送られた二つの分割圧
縮ファイルF2c,F2dは、ファイル検索アクセス手
段11により、図7に示すように、更新前の分割圧縮フ
ァイルF2と置き換えられ、分割ファイル索引f2は索
引情報S2c,S2dを使用して分割ファイル索引f2
c,f2dに変更される。同時に、後続する分割圧縮フ
ァイルF3,F4に対応する分割ファイル索引f3,f
4も矛盾のないように分割ファイル索引f3b,f4b
に変更される。
As shown in FIG. 7, the two divided compressed files F2c and F2d sent to the file server 1 are replaced by the divided compressed file F2 before the update as shown in FIG. Split file index f2 using index information S2c, S2d
It is changed to c, f2d. At the same time, the divided file indexes f3 and f corresponding to the subsequent divided compressed files F3 and F4
4 so that there is no inconsistency in the divided file indexes f3b and f4b.
Is changed to

【0029】図8は、本発明の第2の実施の形態の構成
を示すブロック図である。第2の実施の形態の圧縮ファ
イルサーバ方式は、図8に示すように、ファイルサーバ
1aと、複数のクライアント2と、これらを接続するネ
ットワーク3とで構成されており、図1の第1の実施の
形態との相違点は、ファイルサーバ1aが分割ファイル
調整手段13を備えていることである。分割ファイル調
整手段13は、クライアント2からの更新により、ファ
イル保存部12に格納されている分割圧縮ファイルの大
きさがディスクアクセス性能に影響を与えるほど小さく
なったとき、分割圧縮ファイルをある一定の範囲の大き
さに変更する処理を行う。この処理は、分割圧縮ファイ
ルの展開,圧縮を伴うため、ファイルサーバ1aの負荷
の状態を監視し、負荷が少ない時に自動的に動作するよ
うに構成されている。
FIG. 8 is a block diagram showing the configuration of the second embodiment of the present invention. As shown in FIG. 8, the compressed file server system according to the second embodiment includes a file server 1a, a plurality of clients 2, and a network 3 for connecting these clients. The difference from the embodiment is that the file server 1a includes a divided file adjusting unit 13. When the size of the divided compressed file stored in the file storage unit 12 becomes small enough to affect the disk access performance by updating from the client 2, the divided file adjusting unit 13 Perform processing to change to the size of the range. Since this processing involves the expansion and compression of the divided compressed file, the state of the load on the file server 1a is monitored, and the processing is automatically performed when the load is small.

【0030】クライアント2からのファイルの更新によ
り、ファイルサーバ1aのファイル保存部12に保存さ
れているファイルGの分割単位のサイズが、図9の分割
圧縮ファイルG2(圧縮前30KByte,圧縮後10
KByte)のように小さくなると、ファイルサーバ1
aのディスクアクセス性能を落とすことになるので、分
割圧縮ファイルの大きさはある範囲内に保たれることが
望ましい。しかし、分割圧縮ファイルの再編成は展開,
圧縮を伴う負荷の大きい処理であるので、クライアント
2からサイズの小さい分割圧縮ファイルが転送されてき
た時点で行うのではなく、その時はそのまま保存を行
う。その後、分割ファイル調整手段13がファイルサー
バ1の負荷状況を監視して、ファイルサーバ1aの負荷
がある一定値より小さくなったとき、ファイル検索アク
セス手段11を介して処理性能に影響を与えるほどに小
さくなった分割圧縮ファイルを検索し、直前または直後
の分割圧縮ファイルと結合して再編成を実施する。
By updating the file from the client 2, the size of the division unit of the file G stored in the file storage unit 12 of the file server 1a is changed to the divided compressed file G2 (30 Kbytes before compression, 10 Kbytes after compression) shown in FIG.
KBByte), the file server 1
It is desirable that the size of the divided compressed file be kept within a certain range, since the disk access performance of a will be degraded. However, the reorganization of the divided compressed file is expanded,
Since the process involves a large load accompanied by compression, the process is not performed when a small-sized divided compressed file is transferred from the client 2, but is stored as it is at that time. After that, the divided file adjusting means 13 monitors the load status of the file server 1, and when the load of the file server 1 a becomes smaller than a certain value, the processing performance is affected through the file search access means 11. Retrieve the smaller divided compressed file and combine it with the immediately preceding or succeeding divided compressed file to perform reorganization.

【0031】具体的な動作としては、図9の分割圧縮フ
ァイルG2のように圧縮前のサイズが所定の下限値(例
えば50KByte)よりも小さくなった場合に、分割
圧縮ファイルG2をその直後の分割圧縮ファイルG3と
結合する。このためには、分割圧縮ファイルG2,G3
を展開してから結合し、結合後に再び圧縮を行って分割
圧縮ファイルG3aを作成し、分割圧縮ファイルG2を
削除して分割圧縮ファイルG3を分割圧縮ファイルG3
aに置き換える。又、この分割圧縮ファイルの構成変更
に伴い、分割ファイル索引g1,g2,g3,g4を矛
盾のないように分割ファイル索引g1,g2a,g3a
に変更する。なお、再編成を行う際の圧縮分割ファイル
の下限値は、圧縮前のサイズでなく圧縮後のサイズで設
定してもよい。
As a specific operation, when the size before compression becomes smaller than a predetermined lower limit value (for example, 50 Kbytes) as in the divided compressed file G2 in FIG. 9, the divided compressed file G2 is divided immediately after the divided file. Combine with the compressed file G3. For this purpose, the divided compressed files G2, G3
Are decompressed and combined, compression is performed again after combination to create a divided compressed file G3a, the divided compressed file G2 is deleted, and the divided compressed file G3 is divided into divided compressed files G3
Replace with a. Also, with the change in the configuration of the divided compressed files, the divided file indexes g1, g2, g3, and g4 are divided so that the divided file indexes g1, g2a, and g3a are consistent.
Change to Note that the lower limit value of the compressed divided file at the time of reorganization may be set by the size after compression instead of the size before compression.

【0032】以上の第2の実施の形態の説明では、クラ
イアントのファイル圧縮展開分割手段は第1の実施の形
態の場合と同じであり、更新時に更新後の分割ファイル
の大きさが分割上限値を超えると分割ファイルを再分割
する再分割機能を備えているものとしている。このた
め、分割ファイル調整手段は、ファイル保存部の分割圧
縮ファイルの大きさが下限値より小さくなったとき、再
編成を行って一定の範囲の大きさに変更する機能のみで
十分である。これに対して、クライアントのファイル圧
縮展開分割手段が再分割機能を備えていない場合には、
ファイルサーバの分割ファイル調整手段に、所定の上限
値を超える分割圧縮ファイルを検索し、展開後に分割し
て再編成する機能も併せ持たせるようにすると、ほぼ同
様な効果を得ることができる。
In the above description of the second embodiment, the file compression / expansion / division means of the client is the same as that of the first embodiment. When the number of files exceeds the limit, the system is provided with a re-segmentation function to re-segment the segmented file. For this reason, the divided file adjusting means only needs to have a function of reorganizing and changing the size of the divided compressed file to a certain range when the size of the divided compressed file in the file storage unit becomes smaller than the lower limit. On the other hand, if the client's file compression / expansion / division means does not have a re-division function,
If the divided file adjusting means of the file server is provided with a function of searching for a divided compressed file exceeding a predetermined upper limit and dividing and reorganizing it after decompression, almost the same effect can be obtained.

【0033】なお、第2の実施の形態における分割ファ
イル調整手段は、ファイルサーバの負荷を監視して軽負
荷時に自動的に動作するものであるが、ファイルサーバ
の保守用端末にクライアントのファイル圧縮展開分割手
段と同等の機能を持たせ、定期的に分割圧縮ファイルの
再編成を行うようにしても、保守工数は増加するがシス
テム性能としてはほぼ同等の効果を期待することができ
る。
Although the divided file adjusting means in the second embodiment monitors the load on the file server and operates automatically when the load is light, the file compression of the client is performed by the maintenance terminal of the file server. Even if the same function as the decompressing / dividing means is provided and the recompression of the divided compressed file is performed periodically, the number of maintenance steps increases, but almost the same effect can be expected as the system performance.

【0034】又、先に説明した第1の実施の形態におい
ては、クライアントのファイル圧縮展開分割手段は、更
新時に更新後の分割ファイルの大きさがあらかじめ定め
た分割上限値を超えると分割ファイルを再分割する再分
割機能を備えているものとしたが、ファイル更新時に更
新の対象となる分割ファイルの更新後のデータ量が減少
してあらかじめ定めた分割下限値を割ったとき、その分
割ファイルの前後いずれかの分割圧縮ファイルをファイ
ルサーバに要求して取得し、展開して更新後のデータと
結合して分割単位を併合し、併合した新たな分割ファイ
ルを圧縮処理して新たな索引情報を付与し、ファイルサ
ーバに転送して更新前の二つの分割圧縮ファイルとの置
き換えを要求する併合機能を備えるようにしてもよい。
このような構成とすると、ファイルサーバに分割ファイ
ル調整手段を設けたり、保守用端末から定期的に分割圧
縮ファイルの再編成を行ったりしなくても、常に分割圧
縮ファイルの大きさを一定の範囲内に保つことができ
る。
Further, in the first embodiment described above, the file compression / expansion / division means of the client, when the size of the updated divided file exceeds a predetermined division upper limit at the time of updating, the divided file is divided. Although it is assumed that it has a re-segmentation function to re-segment, when the updated data amount of the segment file to be updated decreases when the file is updated and it falls below a predetermined division lower limit, Requests and obtains one of the pre- and post-divided compressed files from the file server, expands and combines them with the updated data, merges the divided units, compresses the merged new divided file, and obtains new index information. It may be provided with a merging function for requesting the file to be transferred to a file server and replaced with two divided compressed files before updating.
With such a configuration, the size of the divided compressed file can always be kept within a certain range without providing the file server with the divided file adjusting means or periodically reorganizing the divided compressed file from the maintenance terminal. Can be kept within.

【0035】又、第1の実施の形態の説明では、クライ
アントのファイル圧縮展開分割手段が分割圧縮ファイル
に付与して転送する索引情報に、圧縮前の分割ファイル
の先頭のファイル内の相対位置情報とデータ長とを使用
した。索引情報はこれに限定されるものではなく、分割
ファイルの先頭および末尾のファイル内の相対位置情報
でもよく、又、ファイル全体のデータ長と分割ファイル
の先頭の相対位置情報とを併用し、更新時には更新され
た分割ファイルのデータ長を付加して転送するようにし
てもよい。
In the description of the first embodiment, the index information to be added to the divided compressed file and transferred by the file compression / expansion dividing means of the client includes relative position information in the first file of the divided file before compression. And the data length. The index information is not limited to this, and may be relative position information within the file at the beginning and end of the divided file, or may be updated by using both the data length of the entire file and the relative position information at the beginning of the divided file. At times, the data length of the updated divided file may be added and transferred.

【0036】[0036]

【発明の効果】以上詳細に説明したように、本発明の圧
縮ファイルサーバ方式は、ファイルを分割圧縮し、分割
単位で検索できるような索引を付けてファイルサーバの
ディスクに保存すると共に、処理負荷の大きい分割圧縮
および展開を原則としてファイルサーバで行わずクライ
アントで行う構成としたので、多数のクライアントから
の処理が集中するファイルサーバの負荷を軽減でき、デ
ィスク資源の有効利用ができる効果がある。更に、クラ
イアントからの要求に対して、分割圧縮された必要な分
割単位のデータのみをネットワークを介して送受信する
ため、ネットワークの負荷を軽減できる効果がある。
As described above in detail, according to the compressed file server method of the present invention, a file is divided and compressed, an index is added so that the file can be searched in units of division, the file is stored on a disk of the file server, and the processing load is increased. As a general rule, the split compression and decompression are performed not by the file server but by the client, so that the load on the file server where processing from many clients is concentrated can be reduced, and the disk resources can be effectively used. Furthermore, in response to a request from a client, only data of a required division unit, which has been divided and compressed, is transmitted / received via a network, so that the load on the network can be reduced.

【0037】又、ファイルサーバに負荷監視および圧縮
展開機能を持つ分割ファイル調整手段を設け、ファイル
サーバの負荷の低い時に分割単位の再編成処理を行うよ
うにすると、ディスクに保存される分割単位が小さくな
り過ぎてアクセス性能に影響を与え、ファイルサーバの
性能が低下するのを避けることができる。
If the file server is provided with a divided file adjusting means having a load monitoring and compression / decompression function, and the reorganization processing of the divided unit is performed when the load on the file server is low, the divided unit stored on the disk is reduced. It is possible to prevent the size of the file server from becoming too small, affecting the access performance, and reducing the performance of the file server.

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

【図1】本発明の第1の実施の形態の構成を示すブロッ
ク図である。
FIG. 1 is a block diagram showing a configuration of a first exemplary embodiment of the present invention.

【図2】ファイル新規作成時の処理手順の説明図であ
る。
FIG. 2 is an explanatory diagram of a processing procedure when a new file is created.

【図3】ファイル参照時のクライアント側の処理動作の
説明図である。
FIG. 3 is an explanatory diagram of a processing operation on the client side when referring to a file.

【図4】ファイル更新時のクライアント側の基本処理動
作の説明図である。
FIG. 4 is an explanatory diagram of a basic processing operation on the client side when updating a file.

【図5】ファイル更新時のファイルサーバ側の基本処理
動作の説明図である。
FIG. 5 is an explanatory diagram of a basic processing operation on the file server side when a file is updated.

【図6】更新によるデータ増加量が多い場合のクライア
ント側の動作説明図である。
FIG. 6 is an explanatory diagram of an operation on the client side when a data increase amount due to updating is large.

【図7】更新によるデータ増加量が多い場合のファイル
サーバ側の動作説明図である。
FIG. 7 is an explanatory diagram of the operation on the file server side when the data increase amount due to the update is large.

【図8】本発明の第2の実施の形態の構成を示すブロッ
ク図である。
FIG. 8 is a block diagram showing a configuration of a second exemplary embodiment of the present invention.

【図9】第2の実施の形態における分割ファイル調整手
段の処理の説明図である。
FIG. 9 is an explanatory diagram of processing of a divided file adjustment unit according to the second embodiment.

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

1,1a ファイルサーバ 2 クライアント 3 ネットワーク 11 ファイル検索アクセス手段 12 ファイル保存部 13 分割ファイル調整手段 21 ファイル圧縮展開分割手段 22 アプリケーション DESCRIPTION OF SYMBOLS 1, 1a File server 2 Client 3 Network 11 File search access means 12 File storage unit 13 Divided file adjustment means 21 File compression / expansion division means 22 Application

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 ネットワーク上に設けられたファイルサ
ーバに、各ファイルを分割単位ごとのインデックスを有
する分割圧縮形式で格納するファイル保存部と、各クラ
イアントからのアクセス要求に対応して必要な分割単位
の圧縮ファイルの読み出し書き込み処理を行い圧縮形式
のまま前記ネットワークを介して該当クライアントと送
受信するファイル検索アクセス手段とを備え、前記各ク
ライアントには、ファイルを分割圧縮して分割単位ごと
に索引情報を付与して前記ファイルサーバに転送すると
共に前記ファイルサーバから転送された圧縮ファイルを
展開するファイル圧縮展開分割手段を備えていることを
特徴とする圧縮ファイルサーバ方式。
1. A file storage unit for storing each file in a divided compression format having an index for each division unit in a file server provided on a network, and a division unit required in response to an access request from each client. A file search access means for performing read / write processing of the compressed file and transmitting / receiving the compressed file to / from the corresponding client via the network, and each client divides and compresses the file and stores index information for each division unit. A compressed file server system comprising: a file compression / expansion / division unit that assigns and transfers the compressed file to the file server and expands a compressed file transferred from the file server.
【請求項2】 前記ファイル圧縮展開分割手段が各ファ
イルの分割単位ごとに付与する索引情報が、圧縮前の当
該分割単位の先頭が位置する分割圧縮前の当該ファイル
内の相対位置情報と圧縮前の当該分割単位のデータ長と
で構成されていることを特徴とする請求項1記載の圧縮
ファイルサーバ方式。
2. Index information given by the file compression / expansion / division means for each division unit of each file includes relative position information in the file before division compression in which the head of the division unit before compression is located, and relative information in the file before compression. 2. The compressed file server system according to claim 1, wherein the data length of the divided file unit is composed of:
【請求項3】 前記ファイル圧縮展開分割手段は、ファ
イル更新時に更新対象となる一つの分割単位の更新後の
データ量が増加してあらかじめ定めた分割上限値を超え
たとき、更新後データを再分割して再分割後の分割単位
ごとに圧縮処理を行い、それぞれに新たな索引情報を付
与して前記ファイルサーバに転送し更新前の一つの分割
単位との置き換えを要求する再分割機能を備えているこ
とを特徴とする請求項1又は請求項2記載の圧縮ファイ
ルサーバ方式。
3. The file compression / expansion / dividing means, when the updated data amount of one division unit to be updated at the time of file update increases and exceeds a predetermined division upper limit value, renews the updated data. It has a re-segmentation function that performs compression processing for each of the divided units after division and re-segmentation, assigns new index information to each of them, transfers them to the file server, and requests replacement with one before the update. The compressed file server system according to claim 1 or 2, wherein
【請求項4】 前記ファイル圧縮展開分割手段は、ファ
イル更新時に更新対象となる一つの分割単位の更新後の
データ量が減少してあらかじめ定めた分割下限値を割っ
たとき、当該分割単位の前後いずれかの分割単位の圧縮
ファイルを前記ファイルサーバから取得して展開し、更
新後のデータと結合して分割単位を併合した後に圧縮処
理を行い、新たな索引情報を付与して前記ファイルサー
バに転送し更新前の二つの分割単位との置き換えを要求
する併合機能を備えていることを特徴とする請求項3記
載の圧縮ファイルサーバ方式。
4. The file compression / expansion / division means, when a data amount after update of one division unit to be updated is reduced and a predetermined division lower limit value is divided when the file is updated, before and after the division unit. A compressed file of any of the division units is obtained from the file server, expanded, combined with the updated data, merged with the division unit, and then subjected to compression processing, and added with new index information to the file server. 4. The compressed file server system according to claim 3, further comprising a merging function for requesting replacement with two divided units before transferring and updating.
【請求項5】 前記ファイルサーバに、負荷の状態を監
視し負荷が規定値より少ないときに前記ファイル保存部
に格納されている圧縮ファイルの大きさが所定の下限値
より小さい分割単位を検索し、展開,圧縮を行って当該
分割単位を前後いずれかの分割単位と併合し分割単位の
再編成を行う第1の分割ファイル調整手段を備えたこと
を特徴とする請求項3記載の圧縮ファイルサーバ方式。
5. The file server monitors a load state and searches for a division unit in which the size of a compressed file stored in the file storage unit is smaller than a predetermined lower limit when the load is smaller than a prescribed value. 4. The compressed file server according to claim 3, further comprising a first divided file adjusting unit that performs expansion, compression, and merges the divided unit with one of the preceding and succeeding divided units to reorganize the divided unit. method.
【請求項6】 前記ファイルサーバに、負荷の状態を監
視し負荷が規定値より少ないときに前記ファイル保存部
に格納されている圧縮ファイルの大きさが所定の下限値
よりも小さい分割単位および所定の上限値よりも大きい
分割単位を検索し、展開,圧縮を行って下限値より小さ
い分割単位を前後いずれかの分割単位と併合し、上限値
より大きい分割単位を再分割して分割単位の再編成を行
う第2の分割ファイル調整手段を備えたことを特徴とす
る請求項1又は請求項2記載の圧縮ファイルサーバ方
式。
6. The file server monitors a state of a load, and when the load is smaller than a predetermined value, a size of a compressed file stored in the file storage unit is smaller than a predetermined lower limit and a predetermined division unit. Searches for a division unit larger than the upper limit, expands and compresses it, merges the division unit smaller than the lower limit with one of the previous or next division unit, and re-divides the division unit larger than the upper limit to re-divide the division unit. 3. The compressed file server system according to claim 1, further comprising a second divided file adjusting unit for performing knitting.
JP07233198A 1998-03-20 1998-03-20 Compressed file server method Expired - Lifetime JP3171160B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP07233198A JP3171160B2 (en) 1998-03-20 1998-03-20 Compressed file server method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP07233198A JP3171160B2 (en) 1998-03-20 1998-03-20 Compressed file server method

Publications (2)

Publication Number Publication Date
JPH11272575A true JPH11272575A (en) 1999-10-08
JP3171160B2 JP3171160B2 (en) 2001-05-28

Family

ID=13486210

Family Applications (1)

Application Number Title Priority Date Filing Date
JP07233198A Expired - Lifetime JP3171160B2 (en) 1998-03-20 1998-03-20 Compressed file server method

Country Status (1)

Country Link
JP (1) JP3171160B2 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011170671A (en) * 2010-02-19 2011-09-01 Nec System Technologies Ltd Information processing system, file storage device, control method of file storage device, and program
WO2012030110A2 (en) * 2010-08-31 2012-03-08 레이져라이팅(주) Device for laser-processing light guide plate having laser beam cut-off means
JP2012243107A (en) * 2011-05-19 2012-12-10 Buffalo Inc File management device and control program thereof
JP2013534007A (en) * 2010-06-18 2013-08-29 マイクロソフト コーポレーション Data storage and data transmission optimization
JP2014526098A (en) * 2011-12-31 2014-10-02 北大方正集▲団▼有限公司 Method and system for downloading font files
CN111897783A (en) * 2020-06-24 2020-11-06 安徽大学 KV storage system optimization method based on multi-NDP (named data processing) cooperative host end to execute parallel tasks

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011170671A (en) * 2010-02-19 2011-09-01 Nec System Technologies Ltd Information processing system, file storage device, control method of file storage device, and program
JP2013534007A (en) * 2010-06-18 2013-08-29 マイクロソフト コーポレーション Data storage and data transmission optimization
WO2012030110A2 (en) * 2010-08-31 2012-03-08 레이져라이팅(주) Device for laser-processing light guide plate having laser beam cut-off means
WO2012030110A3 (en) * 2010-08-31 2012-06-07 레이져라이팅(주) Device for laser-processing light guide plate having laser beam cut-off means
JP2012243107A (en) * 2011-05-19 2012-12-10 Buffalo Inc File management device and control program thereof
JP2014526098A (en) * 2011-12-31 2014-10-02 北大方正集▲団▼有限公司 Method and system for downloading font files
CN111897783A (en) * 2020-06-24 2020-11-06 安徽大学 KV storage system optimization method based on multi-NDP (named data processing) cooperative host end to execute parallel tasks
CN111897783B (en) * 2020-06-24 2023-05-02 安徽大学 KV storage system optimization method for executing parallel tasks based on multi-NDP collaborative host

Also Published As

Publication number Publication date
JP3171160B2 (en) 2001-05-28

Similar Documents

Publication Publication Date Title
US7797358B1 (en) Methods and apparatus for continuous data protection system having journal compression
US7181457B2 (en) System and method for utilizing compression in database caches to facilitate access to database information
US8166260B2 (en) Method and system for managing inactive snapshot blocks
US7188118B2 (en) System and method for detecting file content similarity within a file system
US5675789A (en) File compression processor monitoring current available capacity and threshold value
US8606763B2 (en) Method and system for compression of files for storage and operation on compressed files
US9846700B2 (en) Compression and deduplication layered driver
US7987162B2 (en) Data compression in a file storage system
US8473652B2 (en) Systems and methods for compression of data for block mode access storage
US7970965B2 (en) Method and system for compression of data for block mode access storage
US8065348B1 (en) Data storage technique
US8327050B2 (en) Systems and methods for compressing files for storage and operation on compressed files
US20030225972A1 (en) Storage system
US20110314070A1 (en) Optimization of storage and transmission of data
US20080270436A1 (en) Storing chunks within a file system
US20140081919A1 (en) Distributed backup system for determining access destination based on multiple performance indexes
US20180107404A1 (en) Garbage collection system and process
JP3171160B2 (en) Compressed file server method
US9575679B2 (en) Storage system in which connected data is divided
JPH04360246A (en) Device for compressing file
GB2357604A (en) Cloning computer file system using bitmap file
JP4148698B2 (en) Distributed file system and data multiplexing method thereof
JPH0744426A (en) File management method for file system

Legal Events

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20010220

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

Free format text: PAYMENT UNTIL: 20080323

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20090323

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20090323

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20100323

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20100323

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20110323

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20110323

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20120323

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20120323

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20130323

Year of fee payment: 12