JPH0378043A - Data update system for direct-read-after-write draw) type medium - Google Patents

Data update system for direct-read-after-write draw) type medium

Info

Publication number
JPH0378043A
JPH0378043A JP1214668A JP21466889A JPH0378043A JP H0378043 A JPH0378043 A JP H0378043A JP 1214668 A JP1214668 A JP 1214668A JP 21466889 A JP21466889 A JP 21466889A JP H0378043 A JPH0378043 A JP H0378043A
Authority
JP
Japan
Prior art keywords
data
file
update
area
write
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP1214668A
Other languages
Japanese (ja)
Inventor
Yukihiko Saitou
斉藤 至彦
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 JP1214668A priority Critical patent/JPH0378043A/en
Publication of JPH0378043A publication Critical patent/JPH0378043A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To eliminate a waste of an area on the DRAW type medium by storing data in process of update processing in an updated data file which is rewritable and writing the updated data and file area control data on the additionally rewrite medium at he end of the update processing. CONSTITUTION:When there is a request to update data on the DRAW type medium 1 from an update request program 4, the data is outputted to an unused area of the updated data file 6 and an updated data control table 7 is corrected. When the processing of the update request program ends, the data of the file 6 are outputted to an unwritten area of the medium 1 and the start position of the table 7 is changed to the position of an output destination of the medium 1. After the data of the file 6 are outputted to the medium 1, the data of the table 7 are outputted to the unwritten area of the medium 1 as new area control data. Consequently, the waste of the area of the DRAW type medium can be eliminated.

Description

【発明の詳細な説明】 産業上の利用分野 本発明は、追記型媒体の上のデータの更新方式従来の技
術 従来、追記型媒体の上のデータ内容を更新する場合に以
下の方式が知られていた。
DETAILED DESCRIPTION OF THE INVENTION Field of Industrial Application The present invention relates to a method for updating data on a write-once medium.Prior art: Conventionally, the following methods have been known for updating data contents on a write-once medium. was.

追記型媒体上に新たに領域を確保してファイルを作成し
、更新前のファイルからデータを1個ずつ入力して更新
が必要でないデータはそのまま新たなファイルに出力し
、更新が必要なデータの場合には更新後のデータを新た
なファイルに出力する方式(方式1)。
Allocate a new area on the write-once medium, create a file, input data one by one from the old file, output the data that does not need to be updated to the new file, and update the data that needs to be updated. In this case, the updated data is output to a new file (method 1).

追記型媒体上のファイルから更新の必要なデータを読み
込み、更新を加えた後にそのデータブロックをファイル
の最後の未書き込み領域に追加出力し、ファイル領域管
理データもその都度新たに作成して追記型媒体上段き込
む方式(方式2)。
Data that needs to be updated is read from a file on a write-once type medium, and after the update is made, that data block is additionally output to the unwritten area at the end of the file, and file area management data is also created each time. Method for loading the medium into the upper stage (method 2).

追記型媒体上のファイルから更新の必要なデータを読み
込み、更新を加えた後そのデータブロックをファイルの
最後の未書−き込み領域に追加出力し、全てのデータ更
新終了後に、ファイル領域管理データを新たに作成して
追記型媒体に書き込む方式(方式3)。
The data that needs to be updated is read from the file on the write-once medium, and after the update is made, the data block is additionally output to the unwritten area at the end of the file, and after all the data has been updated, the file area management data is A method of creating a new file and writing it to a write-once medium (method 3).

発明が解決しようとする課題 しかしながら、上述した従来の方式1では、1個のデー
タの更新でも新たなファイルを作成してしまう為に、追
記型媒体の領域を無駄に使用してしまうという課題があ
った。
Problems to be Solved by the Invention However, in the conventional method 1 mentioned above, a new file is created even when one piece of data is updated, so there is a problem that the area of the write-once medium is wasted. there were.

また、上述の方式2では、1個のデータ更新の度に1個
のデータブロックを書き出す為に、1個のデータブロッ
ク内の複数のデータを更新する場合には何度もそのデー
タブロックの追加書き込みが発生して上記方式l程では
ないにしても追記型媒体の領域を無駄に使用してしまう
という方式1と同様の課題がある。更に、1個のデータ
更新ごとにファイル領域管理データを新たに作成する為
に、これまた追記型媒体の領域を無駄に使用してしまう
という課題がある。
In addition, in method 2 described above, one data block is written every time one data is updated, so when multiple data in one data block are updated, that data block must be added many times. This method has the same problem as method 1 in that writing occurs and the area of the write-once medium is wasted, although it is not as bad as in method 1 above. Furthermore, since new file area management data is created every time one piece of data is updated, there is another problem in that the area of the write-once medium is wasted.

上述の方式3では、ファイル領域管理データによる無駄
はなくなるが、デー タ更新処理途中で異常が発生して
処理が中断された場合には、書き出したデータブロック
とファイル領域管理データとの不一致が生じ、以後その
ファイルの処理が正常には実行されなくなるという課題
がある。
Method 3 described above eliminates wasted file area management data, but if an error occurs during data update processing and the process is interrupted, a mismatch between the written data block and the file area management data may occur. , there is a problem in that the file will no longer be processed normally.

本発明は従来の上記実情に鑑みてなされたものであり、
従って本発明の目的は、従来の技術に内在する上記諸課
題・を解決することを可能とした追記型媒体の新規なデ
ータ更新方式を提供することにある。
The present invention has been made in view of the above-mentioned conventional situation,
Therefore, an object of the present invention is to provide a new data update method for a write-once medium that makes it possible to solve the above-mentioned problems inherent in the conventional technology.

課題を解決するための手段 上記目的を達成する為に、本発明に係る追記型媒体のデ
ータ更新方式は、−度データを書き込んだ領域には二度
とデータを書き込むことはできず、未書き込み領域へ追
加書き込みすることのみ可能な追記型媒体において、 前記追記型媒体の上のファイルと、前記追記型媒体上の
ファイルの領域を管理する追記型媒体の上のファイル領
域管理データと、前記追記型媒体上のファイルの内容の
更新を要求する更新要求プログラムと、前記更新要求・
プログラムからのデータアクセス要求を受けて前記追記
型媒体上のファイルへのデータアクセスを行うデータア
クセス処理手段と、更新したデータを一時格納しておく
再書き込み可能媒体上の更新データファイルと、更新処
理途中のファイル領域を管理する更−新データ管理テー
ブルとを備えて構成され、 前記データアクセス処理手段は、前記更新要求プログラ
ムからのファイルオープン要求を受けたなら前記更新デ
ータファイルの確保と前記ファイル領域管理データを入
力して前記更新データ管理テーブルへの初期データ設定
を行い、前記更新要求プログラムからのデータ入力要求
を受けた場合に前記更新データ管理テーブルを参照して
要求のデータがまだ更新されていないデータのブロック
内のものであれば前記追記型媒体上のファイルからデー
タを入力し、要求のデータが既に更新されたデータのブ
ロック内のものであれば前記更新データファイルから要
求のデータを入力し、前記更新要求プログラムからデー
タ更新要求を受けた場合にはその更新データを前記更新
データファイルに出力すると共に前記更新データ管理テ
ーブルに更新したデータブロックの領域情報を格納し、
前記更新要求プログラムからのファイルクローズ要求を
受けた場合には前記更新管理データテーブルの情報に基
づいて更新データファイルからデータを読み込んで前記
追記型媒体上のファイルの未書き込み領域に追加出力し
、更にデータ更新したデータブロックに対して更新前の
領域は削除し更新後の新たに追加書き込みを行った領域
を追加して新たなファイル領域管理データを作成するこ
とを特徴とする。
Means for Solving the Problems In order to achieve the above object, the data update method of the write-once medium according to the present invention is such that no data can be written to an area where data has been written again, and data is not written to an unwritten area. In a write-once medium on which only additional writing can be performed, a file on the write-once medium, file area management data on the write-once medium that manages a file area on the write-once medium, and the write-once medium An update request program that requests an update of the contents of the above file, and an update request program that requests updating of the contents of the above file.
a data access processing means for accessing data to a file on the write-once medium in response to a data access request from a program; an update data file on a rewritable medium for temporarily storing updated data; and an update process. and an update data management table for managing an intermediate file area, and the data access processing means secures the update data file and updates the file area upon receiving a file open request from the update request program. Input management data to set initial data in the update data management table, and when receiving a data input request from the update request program, refer to the update data management table to see if the requested data has been updated yet. If the requested data is in a block of data that has not yet been updated, the data is input from the file on the write-once medium, and if the requested data is in a block of data that has already been updated, the requested data is input from the updated data file. and when receiving a data update request from the update request program, outputs the update data to the update data file and stores area information of the updated data block in the update data management table;
When a file close request is received from the update request program, data is read from the update data file based on the information in the update management data table, and additionally outputted to an unwritten area of the file on the write-once medium; The present invention is characterized in that the area before the update is deleted from the data block whose data has been updated, and the area in which new additional writing has been performed after the update is added to create new file area management data.

実施例 次に本発明をその好ましい一実施例について図面を参照
して具体的に説明する。
Embodiment Next, a preferred embodiment of the present invention will be specifically explained with reference to the drawings.

第1図は本発明の一実施例を示すブロック構成図である
FIG. 1 is a block diagram showing one embodiment of the present invention.

第1図を参照するに、本発明の一実施例は、追記型媒体
1と、その媒体上のファイル領域管理データ2と、ファ
イル3と、追記型媒体1上のファイル3のデータを更新
・しようとする更新要求プログラム4と、追記型媒体1
上のファイル3に対するアクセスを処理するデータアク
セス処理手段5と、追記型媒体1上のファイル3のデー
タ更新処理で更新データを一時保管しておく再書き込み
可能媒体上の更新データファイル6と、データ更新処理
中のファイル領域データを管理する為の更新データ管理
テーブル7とにより構成されている。
Referring to FIG. 1, one embodiment of the present invention updates and updates a write-once medium 1, file area management data 2 on the medium, file 3, and data in file 3 on the write-once medium 1. Update request program 4 and write-once medium 1
a data access processing means 5 that processes access to the above file 3; an update data file 6 on a rewritable medium that temporarily stores updated data during data update processing of the file 3 on the write-once medium 1; It is composed of an update data management table 7 for managing file area data during update processing.

第2図は追記型媒体上のファイル領域管理データ2とフ
ァイル3の領域を例で示したものである。この例では、
ファイル3は3つの領域Fl、F2゜F3の領域から成
ってており、ファイル領域管理データ2はそれぞれの領
域の開始位置とサイズをもって管理している。また、フ
ァイル領域F1は3つのデータブロックBl、 B2.
 B3を格納し、ファイル領域F2は3つのデータブロ
ックB4. B5. B6を格納し、ファイル領域F3
は2つのデータブロックB7. B8を格納している。
FIG. 2 shows an example of the areas of file area management data 2 and file 3 on a write-once medium. In this example,
The file 3 consists of three areas Fl, F2 and F3, and the file area management data 2 manages the starting position and size of each area. Further, the file area F1 has three data blocks Bl, B2.
B3, and the file area F2 stores three data blocks B4. B5. Store B6 and file area F3
is two data blocks B7. B8 is stored.

第3図はデータ更新中の更新データ管理テーブル7と追
記型媒体1上のフ“アイル3の領域、更新データファイ
ル6の内容を示したものである。更新データ管理テーブ
ル7は、このテーブルで現在管理しているファイル領域
数のエントリ数(本例では6個)と各ファイル領域エン
トリとから成り、各ファイル領域のエントリは、そのフ
ァイル領域が追記型媒体1内にあるか更新データファイ
ル6にあるかを区分するファイル領域識別子、各ファイ
ル領域の開始位置及び各ファイル領域のサイズから成っ
ている0本例では、追記型媒体1内のファイル領域Fl
のブロックB3の内容が更新されて更新データファイル
6に格納され、ファイル領域F2のブロックB5にデー
タ追加が行われてブロックB5−1とB5−2の2ブロ
ツクに分けられて更新データファイル6に格納され、フ
ァイル領域F3のブロックB8のデータが全て削除され
ている状態を示している。尚、追記型媒体1内のファイ
ル領域において更新されたデータブロックのもとの場所
を点線で示している。
FIG. 3 shows the update data management table 7 during data update, the area of the file 3 on the write-once medium 1, and the contents of the update data file 6. It consists of the number of entries for the number of file areas currently being managed (six in this example) and each file area entry. In this example, the file area Fl in the write-once medium 1 is
The contents of block B3 are updated and stored in the update data file 6, and data is added to block B5 in the file area F2, divided into two blocks, blocks B5-1 and B5-2, and stored in the update data file 6. This shows a state in which all the data in block B8 of file area F3 has been deleted. Note that the original location of the updated data block in the file area in the write-once medium 1 is indicated by a dotted line.

第4図はデータアクセス処理手段5の処理ステップを説
明した図である・。
FIG. 4 is a diagram explaining the processing steps of the data access processing means 5.

第4図を参照するに、先ず、更新要求プログラム4から
ファイルのオープン要求が発行されると、ステップ50
1で更新データファイル6を確保し、ファイル領域管理
データ2を入力して更新データ管理テーブル7を初期化
する。更新要求プログラム4からデータ入力要求が発行
された場合には、ステップ502にて要求データのファ
イル内の相対位置をもとに更新データ管理テーブル7か
ら対応するファイル領域エントリを捜す、この要求デー
タのファイル内相対位置として、データを順にアクセス
する場合には次のデータを格納しているブロックであり
、データをランダムにアクセスする場合にはデータ要求
で指定されるブロック番号から決定することが可能であ
る0次にステップ502にて要求データを含むファイル
領域が追記型媒体1にあるか更新データファイル6にあ
るかをエントリのファイル領域識別子を参照して判定す
る。その領域が追記型媒体1にあるならばステップ50
4で追記型媒体lから目的のブロックをバッファに入力
し、その領・域が更新データファイル6にあればステッ
プ505で更新データファイル6から目的のブロックを
バッファに入力する。
Referring to FIG. 4, first, when a file open request is issued from the update request program 4, step 50
1, the update data file 6 is secured, and the file area management data 2 is input to initialize the update data management table 7. When a data input request is issued from the update request program 4, in step 502, a corresponding file area entry is searched from the update data management table 7 based on the relative position of the requested data in the file. As a relative position within the file, if data is accessed sequentially, this is the block that stores the next data, and if data is accessed randomly, it can be determined from the block number specified in the data request. Next, in step 502, it is determined whether the file area containing the requested data is in the write-once medium 1 or in the update data file 6 by referring to the file area identifier of the entry. If the area is on write-once medium 1, step 50
Step 4 inputs the target block from the write-once medium 1 into the buffer, and if the area is in the update data file 6, the target block is input from the update data file 6 into the buffer in step 505.

尚、ステップ504と505の処理において目的のデー
タを含むブロックが既にバッファに入力されている場合
は入力処理を行わないことは言うまでもない、そしてス
テップ506にて要求のデータをバッファから更新要求
プログラムに渡してデータ入力要求処理を終了する。更
新要求プログラム4よりデータの更新(更新・追加・削
除)要求があった場合には、先ずステップ507でバッ
ファ上のデータを更新する。ステップ508ではバッフ
ァ上のブロックを追記型媒体lから入力したものか或い
は更新データファイル6から入力したものかを判定する
。追記型媒体lから入力したものであればステップ50
9でそのバッファ上のブロックを更新データファイル6
の未使用領域に新たに出力し、更新データ管理テーブル
7を修正する。更新データファイル6から入力したもの
であればバッファ上のブロックをもとの更新データファ
イル6に書き戻す、尚、データ追加の為にブロックが増
加した場合、増加のブロックは更新データファイル6の
未使用領域に書き込む、更にステップ511でファイル
領域情報に変更があるか否かを判定して変更が必要なら
ばステップ512で更新データ管理テーブル7を変更す
る。更新要求プログラムのデータ更新処理が全て終了し
、ファイルクローズ要求が発行された場合には、ステッ
プ513で更新データ管理テーブル7を参照してブロッ
クが更新データファイル6上にある場合にそれを追記型
媒体1の未書き込み領域に出力し、更新データ管理テー
ブル7の開始位置を追記型媒体1の出力光の位置に変更
する。更新データファイル6上のブロックを全て追記型
媒体1に出力し終えた後に、更新データ管理テーブル7
のファイル領域識別子以外のデータを追記型媒体1の未
書き込み領域に出力して新たなファイル領域管理データ
2とする。最後に更新データファイル6を解放してクロ
ーズ処理を終了する。
It goes without saying that in the processing of steps 504 and 505, if the block containing the target data has already been input to the buffer, the input processing is not performed, and in step 506 the requested data is transferred from the buffer to the update request program. Pass it and end the data input request processing. When there is a data update (update, addition, deletion) request from the update request program 4, first, in step 507, the data on the buffer is updated. In step 508, it is determined whether the block on the buffer is input from the write-once medium 1 or from the update data file 6. If the input is from a write-once medium, step 50
9 updates the block on that buffer data file 6
The update data management table 7 is corrected by newly outputting the update data to an unused area of the update data management table 7. If the input is from the update data file 6, the block on the buffer will be written back to the original update data file 6. If the number of blocks is increased due to data addition, the increased block will be written back to the original update data file 6. The data is written in the used area, and further, it is determined in step 511 whether there is any change in the file area information, and if a change is necessary, the update data management table 7 is changed in step 512. When all the data update processing of the update request program has been completed and a file close request has been issued, the update data management table 7 is referred to in step 513, and if the block is on the update data file 6, it is added to the write-once type. The light is output to an unwritten area of the medium 1, and the start position of the update data management table 7 is changed to the position of the output light of the write-once medium 1. After all blocks on the update data file 6 have been output to the write-once medium 1, the update data management table 7
Data other than the file area identifier is output to the unwritten area of the write-once medium 1 and used as new file area management data 2. Finally, the update data file 6 is released and the closing process is completed.

発明の詳細 な説明したように、本”発明によれば、追記型媒体上の
データ更新において、更新処理途中のデータは再書き込
み可能媒体上の更新データファイルに格納しておき、更
新処理終了時に更新されたデータとファイル領域管理デ
ータを追記型媒体に書き込む方式である為に、追記型媒
体の領域を無駄にすることがなくなるという効果が得ら
れる。
As described in detail, according to the present invention, when updating data on a write-once medium, the data in the middle of the update process is stored in an update data file on a rewritable medium, and when the update process is completed, the data is Since the updated data and file area management data are written in the write-once medium, the effect is that the area of the write-once medium is not wasted.

また本発明によれば、更新処理途中では追記型媒体には
何も書き込みをしていない為に、更新処理途中で異常が
発生して更新処理が中断した場合であっても追記型媒体
のデータは更新前のままであり、ファイル領域管理デー
タと実際のデータブロックとの間の不一致が発生するこ
とがないという効果も得られる。
Further, according to the present invention, since nothing is written to the write-once medium during the update process, even if an abnormality occurs during the update process and the update process is interrupted, the data on the write-once medium remains as it was before the update, and there is also the effect that no mismatch occurs between the file area management data and the actual data block.

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

第1図は本発明の一実施例を示すブロック構成図、第2
図はファイル領域管理データとファイル領域との関係を
示した図、第3図は更新データ管理テーブルとファイル
領域の関係を示した図、第4図はデータアクセス処理“
手段のステップ図である。
FIG. 1 is a block diagram showing one embodiment of the present invention, and FIG.
The figure shows the relationship between file area management data and file areas, Figure 3 shows the relationship between the update data management table and file areas, and Figure 4 shows data access processing.
FIG. 3 is a step diagram of the means.

Claims (1)

【特許請求の範囲】 一度データを書き込んだ領域には二度とデータを書き込
むことはできず、未書き込み領域へ追加書き込みするこ
とのみ可能な追記型媒体において、 前記追記型媒体の上のファイルと、前記追記型媒体上の
ファイルの領域を管理する追記型媒体の上のファイル領
域管理データと、前記追記型媒体上のファイルの内容の
更新を要求する更新要求プログラムと、前記更新要求プ
ログラムからのデータアクセス要求を受けて前記追記型
媒体上のファイルへのデータアクセスを行うデータアク
セス処理手段と、更新したデータを一時格納しておく再
書き込み可能媒体上の更新データファイルと、更新処理
途中のファイル領域を管理する更新データ管理テーブル
とを備え、 前記データアクセス処理手段は、前記更新要求プログラ
ムからのファイルオープン要求を受けたなら前記更新デ
ータファイルの確保と前記ファイル領域管理データを入
力して前記更新データ管理テーブルへの初期データ設定
を行い、前記更新要求プログラムからのデータ入力要求
を受けた場合に前記更新データ管理テーブルを参照して
要求のデータがまだ更新されていないデータのブロック
内のものであれば前記追記型媒体上のファイルからデー
タを入力し、要求のデータが既に更新されたデータのブ
ロック内のものであれば前記更新データファイルから要
求のデータを入力し、前記更新要求プログラムからデー
タ更新要求を受けた場合にはその更新データを前記更新
データファイルに出力すると共に前記更新データ管理テ
ーブルに更新したデータブロックの領域情報を格納し、
前記更新要求プログラムからのファイルクローズ要求を
受けた場合、前記更新管理データテーブルの情報に基づ
いて更新データファイルからデータを読み込んで前記追
記型媒体上のファイルの未書き込み領域に追加出力し、
更にデータ更新したデータブロックに対して更新前の領
域は削除し更新後の新たに追加書き込みを行った領域を
追加して新たなファイル領域管理データを作成すること
を特徴とする追記型媒体のデータ更新方式。
[Scope of Claim] A write-once medium in which data cannot be written to an area once data has been written therein, and data can only be additionally written to an unwritten area, comprising: a file on the write-once medium; File area management data on a write-once medium that manages a file area on the write-once medium, an update request program that requests updating of the contents of a file on the write-once medium, and data access from the update request program. A data access processing means for accessing data to a file on the write-once medium in response to a request, an update data file on a rewritable medium for temporarily storing updated data, and a file area in the middle of update processing. and an update data management table for managing the update data, and when the data access processing means receives a file open request from the update request program, the data access processing means secures the update data file and inputs the file area management data to manage the update data. When initial data is set in the table and a data input request is received from the update request program, the update data management table is referred to and if the requested data is within a data block that has not been updated yet. Input data from the file on the write-once medium, and if the requested data is in a block of data that has already been updated, input the requested data from the update data file, and issue a data update request from the update request program. If so, output the updated data to the updated data file and store area information of the updated data block in the updated data management table,
When receiving a file close request from the update request program, read data from the update data file based on information in the update management data table and additionally output the data to an unwritten area of the file on the write-once medium;
Furthermore, the data of the write-once medium is characterized in that the area before the update is deleted from the data block whose data has been updated, and the area where new additional writing has been performed after the update is added to create new file area management data. Update method.
JP1214668A 1989-08-21 1989-08-21 Data update system for direct-read-after-write draw) type medium Pending JPH0378043A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1214668A JPH0378043A (en) 1989-08-21 1989-08-21 Data update system for direct-read-after-write draw) type medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1214668A JPH0378043A (en) 1989-08-21 1989-08-21 Data update system for direct-read-after-write draw) type medium

Publications (1)

Publication Number Publication Date
JPH0378043A true JPH0378043A (en) 1991-04-03

Family

ID=16659591

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1214668A Pending JPH0378043A (en) 1989-08-21 1989-08-21 Data update system for direct-read-after-write draw) type medium

Country Status (1)

Country Link
JP (1) JPH0378043A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010511926A (en) * 2006-12-04 2010-04-15 サンディスク アイエル リミテッド Progressive and transparent file update

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010511926A (en) * 2006-12-04 2010-04-15 サンディスク アイエル リミテッド Progressive and transparent file update
US8589341B2 (en) 2006-12-04 2013-11-19 Sandisk Il Ltd. Incremental transparent file updating

Similar Documents

Publication Publication Date Title
KR100398753B1 (en) Transaction processing system using efficient file update processing and recovery processing
JP3645270B2 (en) System and method for the technical field of online, real-time, data transport
JPH03266039A (en) Free format data link processing system
WO2000065449A1 (en) Method and system for file management in distributed environment
JPS6369066A (en) Data correcting system on unrewritable medium
JPS63273961A (en) Management system for plural versions
JPH02257340A (en) Virtual copy file method
JPH0378043A (en) Data update system for direct-read-after-write draw) type medium
US5978810A (en) Data management system and method for storing a long record in a set of shorter keyed records
JP2720775B2 (en) File parallel processing unit
JPH05314483A (en) Recording method of information
JPS63150745A (en) Plural version managing system
JPH0198020A (en) Index management system
JPH064368A (en) File access device
JPH0512087A (en) System for outputting pre-updating journal
JP2817911B2 (en) Access control method for keyed files
JPH01119839A (en) File constitution control system
JPH05151037A (en) Reorganization processing system for database in business processing
JPH04139545A (en) Data base updating processing system
JPH0283639A (en) File creation control method
JPH01258170A (en) Data set management system
JPS63271769A (en) Data correction system for non rewritable medium
JPS63239540A (en) Data management system in memory medium
JPH04336638A (en) Disk exchange system in system working mode
JPH03206535A (en) Shared file control system