JPH02216552A - System for releasing data area of data base system - Google Patents

System for releasing data area of data base system

Info

Publication number
JPH02216552A
JPH02216552A JP1037381A JP3738189A JPH02216552A JP H02216552 A JPH02216552 A JP H02216552A JP 1037381 A JP1037381 A JP 1037381A JP 3738189 A JP3738189 A JP 3738189A JP H02216552 A JPH02216552 A JP H02216552A
Authority
JP
Japan
Prior art keywords
area
file
data
logical file
logical
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
JP1037381A
Other languages
Japanese (ja)
Inventor
Kenichi Nanri
南里 賢一
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.)
HOKKAIDO NIPPON DENKI SOFTWARE KK
NEC Solution Innovators Ltd
Original Assignee
HOKKAIDO NIPPON DENKI SOFTWARE KK
NEC Software Hokkaido Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by HOKKAIDO NIPPON DENKI SOFTWARE KK, NEC Software Hokkaido Ltd filed Critical HOKKAIDO NIPPON DENKI SOFTWARE KK
Priority to JP1037381A priority Critical patent/JPH02216552A/en
Publication of JPH02216552A publication Critical patent/JPH02216552A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To accurately release an area even if one chain connection is disordered by deleting and releasing area control information as to data blocks reached from a file to which the release of the area is requested along the forward and backward directions of an inter-block chain. CONSTITUTION:The logical file 2-i has data blocks 21-1 to 21-m, generates the inter-block chain to a backward direction by a connection pointer 22 to a backward direction and pointers 23-1 to 23-m to the backward direction, and generates the inter-block chain to a forward direction by a connection pointer 24 and coupling pointers 25-m to 25-1 to the forward direction. When there is the releasing request of the file area, the block are released by following the chain from the connection pointer 22 in the backward direction along the backward direction, and the blocks are released from the connection pointer 24 in the forward direction by following the chain in the forward direction.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はデータベースシステムのデータ領域解放方式に
関し、特に物理ファイルの中に幾つかの論理ファイルを
有し、論理ファイルの中に幾つかのデータブロックを有
するデータベースシステムのデータ領域解放方式に関す
る。
Detailed Description of the Invention [Field of Industrial Application] The present invention relates to a data area release method for a database system, and in particular, to This invention relates to a data area release method for a database system having blocks.

〔従来の技術〕[Conventional technology]

物理ファイルの中に幾つかの論理ファイルを有し、論理
ファイルの中に有する幾つかのデータブロックがチェー
ンにより結ばれた従来のデータベースシステムのデータ
領域解放方式は、領域の解放を要求された論理ファイル
に対して、データブロックが結ばれた一つのチェーンを
辿って、その論理ファイルの各データブロックに対する
領域管理情報を削除して、論理ファイルを抹消している
The data area release method of conventional database systems, in which a physical file has several logical files and several data blocks contained in the logical file are connected by a chain, is based on the logical The logical file is deleted by tracing one chain of data blocks connected to the file and deleting the area management information for each data block of the logical file.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述した従来のデータベースシステムのデータ領域解放
方式は、領域の解放を要求された論理ファイルに対して
、データブロックが結ばれた一つのチェーンを辿って、
その論理ファイルの各データブロックに対する領域管理
情報を削除しているので、データブロックが結ばれた一
つのチェーンの連結が途中で乱れていると、それ以後の
データブロックに対する領域管理情報をすべて削除でき
ずに、論理ファイルを抹消してしまうという問題点を有
している。
The data area release method of the conventional database system described above follows a chain of data blocks for the logical file whose area is requested to be released.
Since the area management information for each data block in the logical file is deleted, if one chain of data blocks is disrupted in the middle, all area management information for subsequent data blocks will not be deleted. However, the problem is that the logical file is deleted without any problem.

この結果、従来のデータベースシステムのデータ領域解
放方式は、抹消されずに使用されないデータブロックと
その領域管理情報が残って、ファイルの使用効率を低下
させるという欠点を有している。
As a result, the data area release method of the conventional database system has the drawback that unused data blocks and their area management information remain without being deleted, reducing file usage efficiency.

本発明の目的は、領域の解放を要求された論理ファイル
に対して、データブロックが結ばれた後方向および前方
向へのブロック間チェーンをそれぞれ双方向に辿って、
到達したデータブロックについて、領域管理情報を削除
して解放することにより、データブロックが結ばれた一
方のチェーンの連結が途中で乱れていても、領域の解放
を要求された論理ファイルに有する各データブロックを
正しく解放することができるデータベースシステムのデ
ータ領域解放方式を提供することにある。
An object of the present invention is to bidirectionally trace the backward and forward interblock chains in which data blocks are connected for a logical file whose area has been requested to be released.
By deleting and releasing the area management information for the data block that has arrived, even if one of the chains connected to the data block is disrupted, each data in the logical file for which the area was requested to be released will be released. An object of the present invention is to provide a data area release method for a database system that can correctly release blocks.

〔課題を解決するための手段〕[Means to solve the problem]

本発明のデータベースシステムのデータ領域解放方式は
、物理ファイルの中に幾つかの論理ファイルを有し、各
々の論理ファイルの中に幾つかのデータブロックを有す
るデータベースシステムのデータ領域解放方式において
、 (A)データブロックごとに使用する物理ファイルの領
域を示す領域管理情報を記憶して、物理ファイルの使用
状態を管理する領域管理手段、 (B)論理ファイルごとに有する幾つかのデータブロッ
クを後方向へのブロック間チェーン、および前方向への
ブロック間チェーンにより双方向に接続して、後方向へ
のブロック間チェーンの先頭にあるデータブロックへの
接続ポインタ、および前方向へのブロック間チェーンの
先頭にあるデータブロックへの接続ポインタを論理ファ
イルごとに保持する論理ファイル管理情報を記憶して、
論理ファイルの設定状況を管理する論理ファイル管理手
段、 (C)入力されたデータを格納し、後方向と前方向とへ
のブロック間チェーンの連結ポインタをそれぞれ有する
データブロックを物理ファイルの空き領域に生成すると
ともに、そのデータブロックが使用する物理ファイルの
領域を前記領域管理手段の領域管理情報の中に登録し、
そのデータブロックを前記論理ファイル管理手段の接続
ポインタから辿ることができる後方向と前方向とへのブ
ロック間チェーンに挿入して、前記論理ファイル管理手
段で管理する論理ファイルの一つの中に加えるデータブ
ロック生成手段、 (D)領域の解放を要求された論理ファイルに有するそ
れぞれのデータブロックを、接続ポインタから後方向へ
のブロック問チェーンおよび前方向へのブロック問チェ
ーンの双方向に辿って、それぞれ到達したデータブロッ
クについて、前記領域管理手段で管理する使用領域を含
む領域管理情報を削除して、それらのデータブロックを
解放するとともに、領域の解放を要求された論理ファイ
ルについて、前記論理ファイル管理手段で管理する接続
ポインタを含む論理ファイル管理情報を削除する論理フ
ァイル領域解放手段、 を備えて構成されている。
A data area release method for a database system according to the present invention is a data area release method for a database system having several logical files in a physical file and several data blocks in each logical file. A) Area management means that stores area management information indicating the area of the physical file to be used for each data block and manages the usage status of the physical file; (B) Area management means that stores several data blocks of each logical file in the backward direction. Connected in both directions by an inter-block chain to , and an inter-block chain in the forward direction, to a connection pointer to the data block at the head of the inter-block chain in the backward direction, and the beginning of the inter-block chain in the forward direction. Stores logical file management information that maintains connection pointers to data blocks located in each logical file,
(C) A logical file management means for managing the setting status of the logical file; (C) storing input data and storing data blocks each having link pointers of inter-block chains in the backward and forward directions in an empty area of the physical file; At the same time as generating the data block, registering the area of the physical file used by the data block in the area management information of the area management means,
Data to be added to one of the logical files managed by the logical file management means by inserting the data block into a backward and forward interblock chain that can be traced from the connection pointer of the logical file management means. (D) Tracing each data block in the logical file whose area is requested to be released in both directions from the connection pointer to the backward block chain and the forward block chain; For the data blocks that have arrived, the area management information including the used area managed by the area management means is deleted and those data blocks are released, and for the logical file for which the area has been requested to be released, the logical file management means A logical file area release means for deleting logical file management information including connection pointers managed by the system.

〔実施例〕〔Example〕

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

第1図は本発明のデータベースシステムのデータ領域解
放方式の一実施例を示すブロック図である。
FIG. 1 is a block diagram showing an embodiment of the data area release method of the database system of the present invention.

第1図に示すデータベースシステムは、物理ファイル1
の中に論理ファイル2−1.2−2゜・・・・・・・・
・2−nを有し、各々の論理ファイルの中にそれぞれ幾
つかのデータブロックを有している。
The database system shown in Figure 1 consists of a physical file 1
Logical file 2-1.2-2゜・・・・・・・・・
- 2-n, with several data blocks in each logical file.

また、領域管理手段Aは、データブロックごとに使用す
る物理ファイル1の領域を示す領域管理、情報3を記憶
して、物理ファイル1の使用状態を管理している。
Further, the area management means A stores area management information 3 indicating the area of the physical file 1 to be used for each data block, and manages the usage status of the physical file 1.

一方、論理ファイル管理手段Bは、論理ファイルごとに
有する幾つかのデータブロックを後方向へのブロック問
チェーン、および前方向へのブロック間チェーンにより
双方向に接続して、後方向へのブロック間チェーンの先
頭にあるデータブロックへの接続ポインタ、および前方
向へのブロック間チェーンの先頭にあるデータブロック
への接続ポインタを論理ファイルごとに保持する論理フ
ァイル管理情報4を記憶して、論理ファイル2−1.2
−2.−・・・・・・・・2−nの設定状況を管理して
いる。
On the other hand, the logical file management means B bidirectionally connects several data blocks included in each logical file by a backward block chain and a forward interblock chain. Logical file management information 4 that holds a connection pointer to the data block at the head of the chain and a connection pointer to the data block at the head of the inter-block chain in the forward direction for each logical file is stored, and the logical file 2 -1.2
-2. -...Manages the setting status of 2-n.

第2図は本実施例における論理ファイルの一例を示すブ
ロック図である。
FIG. 2 is a block diagram showing an example of a logical file in this embodiment.

第2図に示すように、論理ファイル2−iは、データブ
ロック21−1.21−2.21−3゜・・・21−j
、・・・21−mを有し、論理ファイル管理情報4にあ
る論理ファイル2−iのための後方向への接続ポインタ
22から、後方向への連結ポインタ23−1.23−2
.23−3゜・・・23−j、・・・23−mによって
、後方向へのブロック間チェーンを形成し、前方向への
接続ポインタ24から、前方向への連結ポインタ25−
m、・・・25−j、・・・25−3.25−2゜25
−1によって、前方向へのブロック間チェーンを形成し
ている。
As shown in FIG. 2, the logical file 2-i includes data blocks 21-1.21-2.21-3°...21-j
, . . 21-m, from the backward connection pointer 22 for the logical file 2-i in the logical file management information 4 to the backward connection pointer 23-1.23-2.
.. 23-3°...23-j,...23-m form a backward interblock chain, and from the forward connection pointer 24 to the forward connection point 25-
m,...25-j,...25-3.25-2゜25
-1 forms a forward inter-block chain.

なお、後方向への連結ポインタ23−mおよび前方向へ
の連結ポインタ25−1は、次に連結する先を有してい
ないことを示す0000を有している。
Note that the backward connection pointer 23-m and the forward connection pointer 25-1 have 0000 indicating that they do not have a destination to connect to next.

そこで、データブロック生成手段Cは、データレコード
入力部5から入力されたデータレコードを格納し、後方
向と前方向とへのブロック間チェーンの連結ポインタを
それぞれ有するデータブロックを物理ファイルlの空き
領域に生成している。
Therefore, the data block generation means C stores the data records input from the data record input section 5, and generates data blocks having link pointers of inter-block chains in the backward and forward directions in the free space of the physical file l. is being generated.

そして、データブロック生成手段Cは、そのデータブロ
ックが使用する物理ファイル1の領域を領域管理手段A
の領域管理情報3の中に登録し、そのデータブロックを
論理ファイル管理手段Bの論理ファイル管理情報4にあ
る接続ポインタから辿ることができる後方向と前方向と
へのブロック間チェーンに挿入して、論理ファイル管理
手段Bで管理する論理ファイルの一つの中に加えている
Then, the data block generation means C assigns the area of the physical file 1 used by the data block to the area management means A.
The data block is registered in the area management information 3 of the logical file management means B, and inserted into the inter-block chain in the backward and forward directions that can be traced from the connection pointer in the logical file management information 4 of the logical file management means B. , is added to one of the logical files managed by logical file management means B.

他方、論理ファイル領域解放手段りは、論壇ファイル領
域解放要求部6から領域の解放を要求された論理ファイ
ルに対して、まず、後方向領域解放部7で、後方向への
接続ポインタから後方向へのブロック間チェーンを辿っ
て、到達したデータブロックについて、領域管理手段A
の領域管理情報3から物理ファイル1の使用領域を削除
して解放している。
On the other hand, the logical file area release means first uses the backward area release unit 7 to release the area from the backward connection pointer to the logical file whose area is requested to be released from the platform file area release request unit 6. For the data block reached by following the inter-block chain to
The used area of the physical file 1 is deleted and released from the area management information 3 of the file.

第3図は第2図の論理ファイルから最初のデータブロッ
クを解放した論理ファイルの一例を示すブロック図であ
る。
FIG. 3 is a block diagram showing an example of a logical file in which the first data block is released from the logical file of FIG.

領域の解放を要求された第2図の論理ファイル2−iに
対して、後方向への接続ポインタ22を辿って、最初に
到達したデータブロック21−1を削除して解放するこ
とにより、第3図に示す形態になる。
For the logical file 2-i in FIG. 2 whose area has been requested to be released, the data block 21-1 reached first is deleted and released by following the backward connection pointer 22. It will take the form shown in Figure 3.

第3図の形態では、後方向への接続ポインタ22の内容
がデータブロック21−2を指し、前方向への連結ポイ
ンタ25−2の内容が0000に変更されている。
In the form of FIG. 3, the content of the backward connection pointer 22 points to the data block 21-2, and the content of the forward connection pointer 25-2 has been changed to 0000.

このようにして、次々に、t&力方向のブロック間チェ
ーンを辿って、データブロック21−2゜21−3.・
・・21−j、・・・21−mを削除して解放している
In this way, the inter-block chain in the t & force direction is successively traced to data blocks 21-2, 21-3, and so on.・
...21-j, ...21-m are deleted and released.

しかし、例えば、データブロック21−2の後方向への
連結ポインタ23−2から次への連結が、何らかの理由
で乱れていれば、後のデータブロック21−3.・・・
21−j、・・・21−mの解放ができないこととなる
However, for example, if the connection from the backward connection pointer 23-2 of the data block 21-2 to the next data block is disrupted for some reason, the subsequent data block 21-3. ...
21-j, . . . 21-m cannot be released.

そこで、次の前方向領域解放部8で、前方向への接続ポ
インタから前方向へのブロック間チェーンを辿って、到
達したデータブロックについて、領域管理手段Aの領域
管理情報3から物理ファイルlの使用領域を削除して解
放している。
Therefore, the next forward area release unit 8 traces the inter-block chain from the forward connection pointer to the forward direction, and uses the area management information 3 of the area management means A of the physical file l for the data block reached. The used area is deleted and released.

このため、上記の例では、前方向への接続ポインタ24
から、前方向への連結ポインタ25−m、・・・25−
j、・−・25−3を辿って、まだ残っているデータブ
ロック21−m、・・・21−j、・・・21−3を削
除して解放している。
Therefore, in the above example, the forward connection pointer 24
, forward connection pointer 25-m, . . . 25-
The remaining data blocks 21-m, . . . 21-j, . . . 21-3 are deleted and released by tracing the data blocks 21-m, .

さらに、論理ファイル管理情報削除部9で、領域の解放
を要求された論理ファイルについて、論理ファイル管理
手段Bの論理ファイル管理情報4から後方向と前方向と
への接続ポインタなどを削除して、領域の解放を要求さ
れた論理ファイルを抹消している。
Furthermore, the logical file management information deletion unit 9 deletes the backward and forward connection pointers etc. from the logical file management information 4 of the logical file management means B for the logical file whose area has been requested to be released. A logical file whose space was requested to be released is being deleted.

上記の例では、論理ファイル管理情報4から後方向への
接続ポインタ22および前方向への接続ポインタ24な
どを削除して、領域の解放を要求された論理ファイルを
抹消している。
In the above example, the backward connection pointer 22 and the forward connection pointer 24 are deleted from the logical file management information 4, thereby erasing the logical file whose area was requested to be released.

以上述べたように、本実施例のデータベースシステムの
データ領域解放方式は、領域の解放を要求された論理フ
ァイルに対して、データブロックが結ばれた後方向およ
び前方向へのブロック間チェーンをそれぞれ双方向に辿
って、到達したデータブロックについて、領域管理情報
を削除して解放することにより、データブロックが結ば
れた一方のチェーンの連結が途中で乱れていても、領域
の解放を要求された論理ファイルに有する各データブロ
ックを正しく解放することができる。
As described above, the data area release method of the database system of this embodiment creates inter-block chains in the backward and forward directions in which data blocks are connected, respectively, for the logical file for which area release is requested. By tracing the data block in both directions and deleting the area management information for the reached data block and releasing it, the area can be requested to be released even if one chain that connects the data block is disrupted in the middle. Each data block in a logical file can be released correctly.

〔発明の効果〕〔Effect of the invention〕

以上説明したように、本発明のデータベースシステムの
データ領域解放方式は、領域の解放を要求された論理フ
ァイルに対して、データブロックが結ばれた後方向およ
び前方向へのブロック間チェーンをそれぞれ双方向に辿
って、到達したデータブロックについて、領域管理情報
を削除して解放することにより、データブロックが結ば
れた一方のチェーンの連結が途中で乱れている場合にも
、領域の解放を要求された論理ファイルに有する各デー
タブロックを正しく解放することができるという効果を
有している。
As explained above, the data area release method of the database system of the present invention allows the logical file whose area is requested to be released to be freed from both backward and forward interblock chains in which data blocks are connected. By traversing the data blocks that have been reached, and deleting the area management information and releasing the data blocks, even if the connection of one of the chains connected to the data blocks is disrupted, the area can be requested to be released. This has the effect that each data block contained in a logical file can be correctly released.

この結果、本発明のデータベースシステムのデータ領域
解放方式は、抹消されずに使用されないデータブロック
を残さず、ファイルの使用効率の低下を防止することが
できるという効果を有している。
As a result, the data area release method of the database system of the present invention has the effect of not leaving unused data blocks that are not deleted, and can prevent a decline in file usage efficiency.

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

第1図は本発明のデータベースシステムのデータ領域解
放方式の一実施例を示すブロック図、第2図は本実施例
における論理ファイルの一例を示すブロック図、第3図
は第2図の論理ファイルから最初のデータブロックを解
放した論理ファイルの一例を示すブロック図である。 1・・・・・・物理ファイル、2−1.2−2.〜2−
1.〜2−n・・・・・・論理ファイル、3・・・・・
・領域管理情報、−4・・・・・・論理ファイル管理情
報、5・・−・・・データレコード入力部、6・・・・
・・論理ファイル領域解放要求部、7・・・・・・後方
向領域解放部、8・・・・・・前方向領域解放部、21
−1.21−2゜21−3.〜21−、j、〜21−m
・・・・・・データブロック、22・・・・・・後方向
への接続ポインタ、23−1.23−2.23−3.〜
23−j、〜23−m・・・・・−後方向への連結ポイ
ンタ、24・・・・・・前方向への接続ポインタ、25
−1.25−2゜25−3.〜25−j、〜25−m・
・・・・・前方向への連結ポインタ、A・・・・・・領
域管理手段、B・−・−・論理ファイル管理手段、C・
・・・・・データブロック生成手段、D・・・・・・論
理ファイル領域解放手段。
FIG. 1 is a block diagram showing an example of the data area release method of the database system of the present invention, FIG. 2 is a block diagram showing an example of the logical file in this embodiment, and FIG. 3 is the logical file of FIG. FIG. 2 is a block diagram illustrating an example of a logical file in which the first data block has been released. 1...Physical file, 2-1.2-2. ~2-
1. ~2-n...Logic file, 3...
・Area management information, -4...Logical file management information, 5...Data record input section, 6...
...Logic file area release request unit, 7...Backward area release unit, 8...Forward area release unit, 21
-1.21-2゜21-3. ~21-, j, ~21-m
. . . Data block, 22 . . . Backward connection pointer, 23-1.23-2.23-3. ~
23-j, ~23-m...-Connection pointer in the backward direction, 24...Connection pointer in the forward direction, 25
-1.25-2゜25-3. ~25-j, ~25-m・
...Forward link pointer, A... Area management means, B... Logical file management means, C.
. . . Data block generation means, D . . . Logical file area release means.

Claims (1)

【特許請求の範囲】 物理ファイルの中に幾つかの論理ファイルを有し、各々
の論理ファイルの中に幾つかのデータブロックを有する
データベースシステムのデータ領域解放方式において、 (A)データブロックごとに使用する物理ファイルの領
域を示す領域管理情報を記憶して、物理ファイルの使用
状態を管理する領域管理手段、 (B)論理ファイルごとに有する幾つかのデータブロッ
クを後方向へのブロック間チェーン、および前方向への
ブロック間チェーンにより双方向に接続して、後方向へ
のブロック間 チェーンの先頭にあるデータブロックへの接続ポインタ
、および前方向へのブロック間 チェーンの先頭にあるデータブロックへの接続ポインタ
を論理ファイルごとに保持する論理ファイル管理情報を
記憶して、論理ファイルの設定状況を管理する論理ファ
イル管理手段、 (C)入力されたデータを格納し、後方向と前方向とへ
のブロック間チェーンの連結ポインタをそれぞれ有する
データブロックを物理ファイルの空き領域に生成すると
ともに、その データブロックが使用する物理ファイルの領域を前記領
域管理手段の領域管理情報の中に登録し、そのデータブ
ロックを前記論理ファイル管理手段の接続ポインタから
辿ること ができる後方向と前方向とへのブロック間 チェーンに挿入して、前記論理ファイル管理手段で管理
する論理ファイルの一つの中に加えるデータブロック生
成手段、 (D)領域の解放を要求された論理ファイルに有するそ
れぞれのデータブロックを、接続ポインタから後方向へ
のブロック間チェーンおよび前方向へのブロック間チェ
ーンの双方向に辿って、それぞれ到達したデータブロッ
クについて、前記領域管理手段で管理する使用領域を含
む領域管理情報を削除して、それらのデータブロックを
解放するとともに、領域の解放を要求された論理ファイ
ルについて、前記論理ファイル管理手段で管理する接続
ポインタを含む論理ファイル管理情報を削除する論理フ
ァイル領域解放手段、 を備えることを特徴とするデータベースシステムのデー
タ領域解放方式。
[Claims] In a data area release method for a database system that has several logical files in a physical file and several data blocks in each logical file, (A) for each data block, an area management means for storing area management information indicating the area of the physical file to be used and managing the usage state of the physical file; (B) inter-block chaining of several data blocks included in each logical file in a backward direction; and the connection pointer to the data block at the beginning of the interblock chain in the backward direction, and the connection pointer to the data block at the beginning of the interblock chain in the forward direction, bidirectionally connected by the interblock chain in the forward direction. (C) A logical file management means that stores connection pointers for each logical file, stores logical file management information, and manages the setting status of logical files; A data block having each link pointer of an inter-block chain is generated in a free area of a physical file, and the area of the physical file used by the data block is registered in the area management information of the area management means, and the data block is data block generating means for inserting the data block into a backward and forward interblock chain that can be traced from the connection pointer of the logical file managing means into one of the logical files managed by the logical file managing means; , (D) The data reached by tracing each data block in the logical file whose area is requested to be released in both directions from the connection pointer to the backward inter-block chain and the forward inter-block chain. Deleting the area management information including the used area managed by the area management means for the block and releasing those data blocks, and managing the logical file whose area has been requested to be released by the logical file management means. A data area release method for a database system, comprising: logical file area release means for deleting logical file management information including connection pointers.
JP1037381A 1989-02-17 1989-02-17 System for releasing data area of data base system Pending JPH02216552A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1037381A JPH02216552A (en) 1989-02-17 1989-02-17 System for releasing data area of data base system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1037381A JPH02216552A (en) 1989-02-17 1989-02-17 System for releasing data area of data base system

Publications (1)

Publication Number Publication Date
JPH02216552A true JPH02216552A (en) 1990-08-29

Family

ID=12495948

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1037381A Pending JPH02216552A (en) 1989-02-17 1989-02-17 System for releasing data area of data base system

Country Status (1)

Country Link
JP (1) JPH02216552A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108462582A (en) * 2018-02-09 2018-08-28 北京欧链科技有限公司 Feedback method for treating in block chain and device
CN108510254A (en) * 2018-02-09 2018-09-07 北京欧链科技有限公司 The two-way block chain structure of chain type, data processing method and device
CN108519985A (en) * 2018-02-09 2018-09-11 北京欧链科技有限公司 Two-way block chain structure, data processing method and device

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108462582A (en) * 2018-02-09 2018-08-28 北京欧链科技有限公司 Feedback method for treating in block chain and device
CN108510254A (en) * 2018-02-09 2018-09-07 北京欧链科技有限公司 The two-way block chain structure of chain type, data processing method and device
CN108519985A (en) * 2018-02-09 2018-09-11 北京欧链科技有限公司 Two-way block chain structure, data processing method and device
CN108519985B (en) * 2018-02-09 2020-09-11 北京欧链科技有限公司 Bidirectional block chain, data processing method and device
CN108510254B (en) * 2018-02-09 2020-11-20 北京欧链科技有限公司 Chain bidirectional block chain structure, data processing method and device

Similar Documents

Publication Publication Date Title
US4498145A (en) Method for assuring atomicity of multi-row update operations in a database system
JP4249267B2 (en) Freeing up disk space in the file system
CN106648977A (en) Recovery method and device of Android system file
CN106776018A (en) Host node for distributed system and method for parallel processing and equipment from node
JPH02216552A (en) System for releasing data area of data base system
Lubeck et al. An overview of a large-scale data migration
JPH0158533B2 (en)
JP3063664B2 (en) Data file monitoring system
JP2609705B2 (en) File control method
JP2785319B2 (en) Expert system knowledge base management system.
JPH04289931A (en) Variable length file managing system
JPH03105534A (en) File control method
US6219766B1 (en) Method for record-based backward skipping within physical blocks of data
JPH04350738A (en) Disk space management system
JPH0883203A (en) Data managing device
JP5090381B2 (en) File transmission system and file transmission method
JPS6198438A (en) Control method for file idle area
JPH0635779A (en) File control system
JP2009163367A (en) File system, program, and method for managing file
JPS6359640A (en) Log information file control system
JPH07225705A (en) File managing device
CN117251426A (en) Data management device and method based on memory chained descriptive file system
JPH01166229A (en) Data control system for hash record
JP2001265649A (en) Memory management method and device
JP2000148550A (en) Area management method and free area management method for file