JPH01237853A - System for processing degeneration of prime page in hash file - Google Patents

System for processing degeneration of prime page in hash file

Info

Publication number
JPH01237853A
JPH01237853A JP63064988A JP6498888A JPH01237853A JP H01237853 A JPH01237853 A JP H01237853A JP 63064988 A JP63064988 A JP 63064988A JP 6498888 A JP6498888 A JP 6498888A JP H01237853 A JPH01237853 A JP H01237853A
Authority
JP
Japan
Prior art keywords
page
prime
overflow
record
pages
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
JP63064988A
Other languages
Japanese (ja)
Other versions
JP2608093B2 (en
Inventor
Yukiyoshi Kurita
栗田 享佳
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP63064988A priority Critical patent/JP2608093B2/en
Publication of JPH01237853A publication Critical patent/JPH01237853A/en
Application granted granted Critical
Publication of JP2608093B2 publication Critical patent/JP2608093B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To efficiently perform the degeneration processing of a prime page and to reduce a load on the processing by changing an overflow page itself to the prime page on a buffer when a vacant prime page is generated. CONSTITUTION:A prime page degeneration processing part 19 checks whether or not the prime page P0 in a buffer area B0 is completely vacant when the record on the prime page P0 in the buffer area B0. When it is detected that the prime page is vacant, it is checked whether or not the overflow page exists on the next page list. When it exists, the page id 14 of a leading overflow page P1 is changed to the page id 13 on the prime page P0. In other words, the overflow page P1 in a buffer area B1 becomes the prime page P0, thereby, the degeneration processing can be performed without moving the record between the pages.

Description

【発明の詳細な説明】 〔概要〕 データ処理システムにおけるハツシュ法を用いたファイ
ル管理方式に関するものであり。
[Detailed Description of the Invention] [Summary] The present invention relates to a file management method using the hash method in a data processing system.

プライムページの縮退処理の効率化を図り、処理負担を
軽減することを目的とし。
The purpose is to improve the efficiency of prime page degeneration processing and reduce the processing burden.

プライムページが空きとなったとき、オーバフローペー
ジのページ識別情報をプライムページのページ識別情報
で置き換え、外部記憶媒体への書き出しは、上記ページ
識別情報を置き換えたオーバフローページから行うよう
に構成する。
When a prime page becomes vacant, the page identification information of the overflow page is replaced with the page identification information of the prime page, and writing to an external storage medium is performed from the overflow page with the page identification information replaced.

〔産業上の利用分野〕[Industrial application field]

本発明は、データ処理システムにおけるハツシュ法を用
いたファイル管理方式に関するものである。
The present invention relates to a file management method using a hash method in a data processing system.

ハツシュ法は、レコードのキーがキー空間上で極めて疎
に分散している場合、ファイルの格納効率が低下するの
を避ける一つの方法であり、キーにハツシュ関数を適用
し、より密に分布するハノシュ関数空間の値に変換して
レコード操作の対象となるページを決定する。このよう
な方式のファイルをハツシュファイルという。
The hash method is one way to avoid a drop in file storage efficiency when the keys of a record are extremely sparsely distributed in the key space.It applies a hash function to the keys and distributes them more densely. Convert it to a value in the Hanosh function space to determine the target page for record operations. A file of this type is called a hash file.

ハツシュ関数は、疑似ランダム関数であり、そのため異
なる複数のレコードキーが同じハツシュ値に変換される
可能性がある。したがって、ある一つのページだけがハ
ツシュ値に直接対応づけて決定されるようにするととも
に、そのページには複数のレコードを格納できるように
している。そしてそのページに空きがなくなれば、さら
に他のページをリンクして使用できるようにしている。
The hash function is a pseudo-random function, so multiple different record keys may be converted to the same hash value. Therefore, only one page is determined in direct association with the hash value, and a plurality of records can be stored in that page. When that page runs out of space, other pages can be linked and used.

このハツシュ値により決定されるページは、ファイル内
のある特定のページであり、このページをプライムペー
ジと呼ぶ。プライムページ以外のページはオーバフロー
ページと呼ぶ。このファイルでは、目的とするページを
決定するために、ハツシュによりプライムページからつ
ながるリスト(以後、ページリストと呼ぶ)を決定する
ので。
The page determined by this hash value is a specific page within the file, and this page is called a prime page. Pages other than prime pages are called overflow pages. In this file, in order to determine the target page, a list (hereinafter referred to as a page list) connected from the prime page is determined using a hash.

検索範囲を限定でき、目的ページに到達するまでの検索
効率を高めることができる。
It is possible to limit the search range and increase search efficiency until reaching the target page.

本発明は特に、ページリストに1つ以上のオーバフロー
ページが存在する状態で、レコードの削除によりプライ
ムページが空きとなった場合のプライムページの縮退処
理に関するものである。
The present invention particularly relates to a process for degenerating a prime page when the page list has one or more overflow pages and the prime page becomes vacant due to record deletion.

〔従来の技術〕[Conventional technology]

第3図に、従来のハツシュファイルの基本構成を示す。 FIG. 3 shows the basic configuration of a conventional hash file.

第3図において、lはハツシュファイル、2−0ないし
2−nはプライムページ、3はプライムページ2−2の
オーバフローページ、4−0ないし4−3は空きのオー
バフローページ、5−0ないし5−4はレコード、6.
7はページの物理的な位置を示すページi d、Ha、
H+、Hz、・・・。
In FIG. 3, l is a hash file, 2-0 to 2-n are prime pages, 3 is an overflow page of prime page 2-2, 4-0 to 4-3 are empty overflow pages, and 5-0 to 2-n are empty overflow pages. 5-4 is a record, 6.
7 is page id, Ha, which indicates the physical location of the page;
H+, Hz,...

H7はハツシュ値を表す。H7 represents the hash value.

このようなハツシュファイルにおいては、レコードを格
納することにより、ページリスト(プライムページだけ
の場合も含む)が−杯になった場合には、未使用状態の
オーバフローページを獲得し、順次リストを成長させる
In such a hash file, when the page list (including only prime pages) becomes full by storing records, unused overflow pages are acquired and the list is sequentially updated. Make it grow.

しかし、一般にハツシュファイルでは、ページリストが
成長するにつれて、その中にレコード削除により空き領
域も多く生じるようになるため。
However, in general, as the page list grows in a hash file, more free space becomes available due to record deletion.

検索効率の低下につながるという問題がある。このため
、検索効率を高めるために、レコードをページリストの
先頭に格納するか、あるいは、ページリストの成長を抑
えるなどの工夫が必要となる。
There is a problem in that it leads to a decrease in search efficiency. Therefore, in order to improve search efficiency, it is necessary to store records at the beginning of the page list or to suppress the growth of the page list.

ページリストの成長を抑える工夫の一つとして。As one of the ways to suppress the growth of page list.

ページリストの縮退処理がある。さらに、これはプライ
ムページが空きになった場合の縮退処理とオーバフロー
ページが空きとなった場合の縮退処理とに分けられる。
There is a page list degeneracy process. Furthermore, this is divided into degeneration processing when the prime page becomes free and degeneration processing when the overflow page becomes free.

後者の場合は、不要となったオーバフローページをリス
トより切り離し、未使用状態にすればよい。だが、前者
の場合は、プライムページがハ・7シユ値により選択さ
れるページとなっているため。
In the latter case, the overflow page that is no longer needed can be removed from the list and left unused. However, in the former case, the prime page is a page selected based on the H.7 value.

単純にページリストから切り離すことはできない。It cannot simply be separated from the page list.

以後、レコードの削除処理により空きとなったページを
縮退ページと呼ぶ、縮退ページが、オーバフローページ
の場合は、それをページリストから外し、空きページと
して管理する。よって、ページリストにオーバフローペ
ージが存在するときは、必ずそのページ内に一つ以上の
レコードが存在する。
Hereinafter, a page that becomes free due to record deletion processing will be referred to as a reduced page. If the reduced page is an overflow page, it will be removed from the page list and managed as a free page. Therefore, when an overflow page exists in the page list, one or more records always exist within that page.

レコードの削除により、プライムページ内のレコードが
なくなり、かつオーバフローページが存在する場合は、
検索効率を高めるため、オーバフローページ内のレコー
ドをプライムページに移動し、移動により空きとなった
オーバフローページを返却する。これが、プライムペー
ジの縮退処理である。
If there are no records in the prime page due to record deletion and an overflow page exists,
In order to improve search efficiency, records in the overflow page are moved to the prime page, and the overflow page that becomes vacant due to the move is returned. This is the prime page degeneration process.

第4図を用いて、従来のプライムページの縮退処理方式
について説明する。なお図中の参照番号は第3図中のも
のを援用しである。ただしオーバフローページ3”との
外部記憶媒体8が新たに付加されている。
A conventional prime page degeneracy processing method will be explained using FIG. 4. Note that the reference numbers in the figures are those in FIG. 3. However, an external storage medium 8 with an overflow page 3'' is newly added.

(1) レコードの移動ニ ブライムページ2−2のレコード5−0ないし5−3が
削除され、空きとなっているものとする。そこで、プラ
イムページ2−2の直後につながれているオーバフロー
ページ3のレコード5−4を、プライムページ2−2に
移動する。
(1) Record movement It is assumed that records 5-0 to 5-3 of Niblime page 2-2 have been deleted and are now empty. Therefore, record 5-4 of overflow page 3 connected immediately after prime page 2-2 is moved to prime page 2-2.

(II)ページリストの更新ニ レコード5−4の移動により空きとなったオーバフロー
ページ3を、ページリストから切り離す。すなわちプラ
イムページ2−2からのリンクを切断し、空きオーバフ
ローページのプールに返却する。なお2図示のようにオ
ーバフローページ3の後に他のオーバフローページ3が
リンクされていた場合には、プライムページからそのペ
ージへ、リンクを付は替える。
(II) Updating the Page List The overflow page 3, which has become vacant due to the movement of the record 5-4, is separated from the page list. That is, the link from prime page 2-2 is cut off and returned to the pool of free overflow pages. Note that if another overflow page 3 is linked after the overflow page 3 as shown in Figure 2, the link is changed from the prime page to that page.

(Iff)媒体への反映: 更新されたプライムページ2−2の内容を。(If) Reflection on media: The updated contents of Prime Page 2-2.

外部記憶媒体8に書き出す。Write to external storage medium 8.

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

従来の方式では、プライムページの縮退処理を行う際に
、オーバフローページからのレコードの移動を行うが、
オーバフローページのページ長さが数KB〜数十KBと
長く、転送するレコード数が多い場合には、レコード転
送の処理負担が重くなり、またプライムページへのレコ
ード転送を行った後、さらにプライムページの媒体への
書き出しを行うため、処理に時間がかかり、システムの
効率を低下させるという問題があった。
In the conventional method, records are moved from the overflow page when performing prime page degeneration processing, but
If the page length of the overflow page is long (several KB to several tens of KB) and there are many records to be transferred, the processing load for record transfer becomes heavy, and after the records are transferred to the prime page, it is necessary to transfer the records to the prime page again. Since the data is written to a medium, the process takes time and reduces system efficiency.

本発明は、プライムページの縮退処理の効率化を図り、
処理負担を軽減することを目的とする。
The present invention aims to improve the efficiency of prime page degeneration processing,
The purpose is to reduce the processing burden.

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

本発明は、プライムページが空きとなったとき。 This invention works when a prime page becomes vacant.

直後のオーバフローページのレコードをプライムページ
に移動するのではなく、そのオーバフローページ自体を
バッファ上でプライムページに変更し、また外部記憶媒
体べの反映は、この変更されたプライムページから媒体
に直接書き出しを行うことにより、レコード移動を不要
にするものである。
Instead of moving the record of the immediately following overflow page to the prime page, the overflow page itself is changed to a prime page on the buffer, and the reflection on the external storage medium is written directly from this changed prime page to the medium. This eliminates the need for record movement.

第1図は本発明の原理説明図である。FIG. 1 is a diagram explaining the principle of the present invention.

第1図中。In Figure 1.

9は、主記憶である。9 is the main memory.

10は、プライムページP0のバッファ領域B0である
10 is a buffer area B0 of the prime page P0.

11および12は、プライムページP0にリンクされた
オーバフローページP+、Pgの各バッファ領域B+、
Bzである。
11 and 12 are respective buffer areas B+ of overflow pages P+ and Pg linked to prime page P0,
It is Bz.

13ないし15は、ページid(ページ識別情!1)で
ある。
13 to 15 are page IDs (page identification information!1).

16−1ないし16−3は、レコードである。16-1 to 16-3 are records.

17は、外部記憶媒体である。17 is an external storage medium.

18は、プライムページP0格納領域である。18 is a prime page P0 storage area.

19は、プライムページ縮退処理部であり、プライムペ
ージ縮退処理時に、バッファ領域B1にあるオーバフロ
ーページP1のページ1d14を。
Reference numeral 19 denotes a prime page degeneration processing unit, which processes page 1d14 of overflow page P1 in buffer area B1 during prime page degeneration processing.

バッファ領域B0にあるプライムページP0のページL
d13で置き換える機能19aと、ページPo、P+を
指定したプライムページの媒体への書き出し指示に応じ
て、バッファ領域B1の内容を、外部記憶媒体17のプ
ライムページP0格納領域に書き出す機能19bとをも
つ。
Page L of prime page P0 in buffer area B0
d13, and a function 19b that writes the contents of the buffer area B1 to the prime page P0 storage area of the external storage medium 17 in response to an instruction to write to a prime page medium specifying pages Po and P+. .

〔作用〕[Effect]

第1図において、プライムページ縮退処理部19は、バ
ッファ領域B0のプライムページP0のレコードが削除
されたときあるいは他の適当なタイミングで、バッファ
領域B、のプライムページP0が完全に空きとなったか
どうかを調べる。
In FIG. 1, the prime page degeneration processing unit 19 determines whether prime page P0 in buffer area B has become completely empty when the record of prime page P0 in buffer area B0 is deleted or at any other appropriate timing. Find out if.

プライムページP、が空きであることを検出すると1次
にページリストにオーバフローページが有るかどうかを
調べる。
When it is detected that the prime page P is empty, it is first checked whether there is an overflow page in the page list.

オーバフローページが無ければその空きのプライムペー
ジをそのまま書き出し、他方、オーバフローページが有
れば、先頭のオーバフローページP1のページ1d14
をプライムページP0のページ1d13に変更する。す
なわち、バッファ領域B1のオーバフローページP、は
、プライムページP0となる。
If there is no overflow page, the empty prime page is written as is, and if there is an overflow page, page 1d14 of the first overflow page P1
is changed to page 1d13 of prime page P0. That is, the overflow page P of the buffer area B1 becomes the prime page P0.

次にバッファ領域B1のプライムページP0を。Next, prime page P0 in buffer area B1.

外部記憶媒体17のプライムページP0格納領域18に
書き出し、バッファ領域B0は無効とする。
It is written to the prime page P0 storage area 18 of the external storage medium 17, and the buffer area B0 is made invalid.

このようにして、ページ間でのレコード移動なしに2節
単にプライムページの縮退処理が可能にされる。
In this way, it is possible to simply perform degeneracy of two prime pages without moving records between pages.

〔実施例〕〔Example〕

次に、実施例により本発明の詳細な説明する。 Next, the present invention will be explained in detail with reference to Examples.

レコード転送とプライムページの媒体上への反映を一括
して行うため、以下の点を考慮する。
In order to transfer records and reflect Prime Page on media all at once, consider the following points.

(1)プライムページとオーバフローページの形式を統
一する。
(1) Unify the format of prime pages and overflow pages.

これにより、プライムページとオーバフローページを区
別するものは、ページ内に記入されているページ管理情
報だけとなる。この結果。
As a result, the only thing that distinguishes a prime page from an overflow page is the page management information written within the page. As a result.

バッファ上でこの情報を変更するだけで、プライムペー
ジとオーバフローページの変更を行うことが可能となる
By simply changing this information on the buffer, it is possible to change the prime page and overflow page.

なおここで言うページ管理情報とは、ファイル内のペー
ジ位置やページリストなどページ自体の情報を指すもの
であり、ページ内のレコードなどの管理情報を指すもの
ではない。
Note that the page management information referred to here refers to information about the page itself such as the page position within the file and the page list, and does not refer to management information such as records within the page.

(2)ページ内から物理情報を排除する。(2) Eliminate physical information from within the page.

ページ内には論理的な位置情報(先頭からの通し番号)
のみを持つことにより、容易にページ管理情報を変更す
ることが可能となる。この位置情報は、ページidとし
ても使用される。
Logical location information within the page (serial number from the beginning)
By having only the page management information, it becomes possible to easily change the page management information. This location information is also used as a page ID.

(3)レコード転送とページの書き出しを統合して他の
ページへの書き出しに変換する機能を用意する。
(3) Provide a function that integrates record transfer and page export and converts it to export to another page.

二つ(Dペー’; (Pa 、P+ )を指定すること
により、ページP、に対応するバッファ領域B1の内容
(Poに対応するように変更されている)を媒体上のP
6格納領域に書き出す処理を行う機能を作成する。これ
により、レコードの移動とそれに続く書き出しの2ステ
ツプ処理を、直接媒体上へ書き出す1ステツプ処理に変
換することが可能となる。
By specifying two (D page'; (Pa, P+), the contents of buffer area B1 corresponding to page P (changed to correspond to Po) are transferred to page P on the medium.
6 Create a function that performs the process of writing to the storage area. This makes it possible to convert a two-step process of record movement and subsequent writing into a one-step process of writing directly onto the medium.

第2図に本発明の1実施例によるハツシュファイルの論
理構成を示す。
FIG. 2 shows the logical structure of a hash file according to one embodiment of the present invention.

第2図において、プライムページには、ページidに相
当する位置情報#0ないし#nが割り当てられ、またオ
ーバフローページには#n+1ないし#mが割り当てら
れ9位置情報がnよりも大きいかあるいは小さいかによ
ってページの種別が識別できるようにしている。
In FIG. 2, prime pages are assigned location information #0 to #n corresponding to page IDs, and overflow pages are assigned #n+1 to #m, and 9 location information is greater than or smaller than n. The type of page can be identified by the type of page.

なお、このほか位置情報#αのスペース管理用レコード
が設けられ、空きのページの管理を行っている。
In addition, a space management record of location information #α is provided to manage empty pages.

プライムページおよびオーバフローページは。Prime pages and overflow pages.

それぞれレコード格納領域とページ管理情報領域とをそ
なえている。
Each has a record storage area and a page management information area.

ページ管理情報には、前述した位置情報とページリスト
情報すなわちプライムページにリンクされるオーバフロ
ーページあるいはオーバフローページにリンクされる他
のオーバフローページを示すポインタなどが含まれてい
る。
The page management information includes the above-described location information and page list information, that is, a pointer indicating an overflow page linked to the prime page or another overflow page linked to the overflow page.

本発明によるオーバフローページのプライムページへの
置き換えは、#n+1ないし#mの範囲内にある一つの
位置情報をもつオーバフローページが、#0ないし#n
の範囲内にある該当する一つの位置情報に入れ替えられ
ることを意味する。
In the replacement of an overflow page with a prime page according to the present invention, an overflow page having one location information within the range of #n+1 to #m is replaced with a prime page from #0 to #n.
This means that the location information is replaced with one corresponding piece of location information within the range of .

これらの位置情報は、主記憶のバッファ領域に一義的に
対応づけられる0図示の例では、バッファ領域管理テー
ブルがこの機能を果たしている。
These positional information are uniquely associated with the buffer area of the main memory. In the illustrated example, the buffer area management table fulfills this function.

このため1位置情報の変更は、バッファ領域との対応の
変更を生じ、レコード移動と同一の効果が得られる。
Therefore, changing one position information causes a change in correspondence with the buffer area, and the same effect as record movement can be obtained.

たとえば第1図で説明したプライムページP0の位置情
報#k(0≦に≦n)とし、オーバフローページP1の
位置情報を#1(n+1515m)としたとき、オーバ
フローページP、の位置情報を#kに入れ替え、バッフ
ァ領域管理テーブルのページP、を無効とし、ページP
1のへソファB、を媒体上のPO(#k)に対応づける
For example, when the location information of prime page P0 explained in FIG. , invalidate page P of the buffer area management table, and replace page P with
Sofa B of No. 1 is associated with PO (#k) on the medium.

したがってプライムページB、を指定して媒体への書き
出しを指示すれば、オーバフローページP、の内容を書
き出し、レコードを動かしたのと同様となる。
Therefore, specifying prime page B and instructing it to be written to a medium is equivalent to writing out the contents of overflow page P and moving the record.

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

本発明によれば、プライムページの縮退処理で従来必要
とされたレコード移動が不要となるため。
According to the present invention, there is no need to move records, which was conventionally required in prime page degeneration processing.

処理時間が大幅に短縮され、システムの処理効率も改善
される。
The processing time is significantly reduced and the processing efficiency of the system is also improved.

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

第1図は本発明の原理説明図、第2図は本発明実施例に
よるハツシュファイルの論理構成図、第3図は従来のハ
ツシュファイルの基本構成図、第4図は従来のプライム
ページ縮退処理方式の説明図である。 第1図中。 10ニブライムページP0のバッファGM 域B 。 11ニオ−バフローページP1のバンファ頌域B+ 12ニオ−ハフローページP2のバッファ領域13〜1
5;ページid(ページ識別情報)16−1〜16−3
ニレコード 17:外部記憶媒体 18ニブライムベ一ジPo格納領域 19ニブライムページ縮退処理部
Figure 1 is a diagram explaining the principle of the present invention, Figure 2 is a logical configuration diagram of a hash file according to an embodiment of the present invention, Figure 3 is a basic configuration diagram of a conventional hash file, and Figure 4 is a conventional prime page diagram. FIG. 2 is an explanatory diagram of a degeneracy processing method. In Figure 1. 10 Niblime page P0 buffer GM area B. 11 Buffer area B+ of Nioh flow page P1 12 Buffer area 13 to 1 of Nioh flow page P2
5; Page ID (page identification information) 16-1 to 16-3
Ni record 17: External storage medium 18 Niblime page Po storage area 19 Niblime page degeneration processing unit

Claims (1)

【特許請求の範囲】 プライムページと必要な場合にオーバフローページとを
用いてレコードを格納する形式のハッシュファイルをそ
なえたデータ処理システムにおいて、 プライムページ(P_0)が空きとなったとき、オーバ
フローページからのレコード転送をメモリ上で行わず、
直接、オーバフローページ(P_1)のページ識別情報
をプライムページのページ識別情報で置き換え、外部記
憶媒体(17)への書き出しは、上記ページ識別情報を
置き換えたオーバフローページ(P_1)から行うこと
を特徴とするハッシュファイルのプライムページの縮退
処理方式。
[Claims] In a data processing system equipped with a hash file in a format that stores records using a prime page and an overflow page when necessary, when the prime page (P_0) becomes free, the overflow page is used to store records. record transfer in memory,
The page identification information of the overflow page (P_1) is directly replaced with the page identification information of the prime page, and writing to the external storage medium (17) is performed from the overflow page (P_1) in which the page identification information has been replaced. Prime page degeneration processing method for hash files.
JP63064988A 1988-03-18 1988-03-18 Data management device Expired - Fee Related JP2608093B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63064988A JP2608093B2 (en) 1988-03-18 1988-03-18 Data management device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63064988A JP2608093B2 (en) 1988-03-18 1988-03-18 Data management device

Publications (2)

Publication Number Publication Date
JPH01237853A true JPH01237853A (en) 1989-09-22
JP2608093B2 JP2608093B2 (en) 1997-05-07

Family

ID=13273941

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63064988A Expired - Fee Related JP2608093B2 (en) 1988-03-18 1988-03-18 Data management device

Country Status (1)

Country Link
JP (1) JP2608093B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004025475A1 (en) * 2002-09-10 2004-03-25 Annex Systems Incorporated Database re-organizing system and database
JP2008181297A (en) * 2007-01-24 2008-08-07 Nec Corp Write-once database management system, unnecessary region restore processing method, and unnecessary region restore program

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5920068A (en) * 1982-07-23 1984-02-01 Toshiba Corp System for revising sequential file
JPS62182849A (en) * 1986-02-06 1987-08-11 Nec Corp Data control system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5920068A (en) * 1982-07-23 1984-02-01 Toshiba Corp System for revising sequential file
JPS62182849A (en) * 1986-02-06 1987-08-11 Nec Corp Data control system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004025475A1 (en) * 2002-09-10 2004-03-25 Annex Systems Incorporated Database re-organizing system and database
JP2008181297A (en) * 2007-01-24 2008-08-07 Nec Corp Write-once database management system, unnecessary region restore processing method, and unnecessary region restore program
JP4623318B2 (en) * 2007-01-24 2011-02-02 日本電気株式会社 Write-once database management system, unnecessary area repair processing method, and unnecessary area repair program

Also Published As

Publication number Publication date
JP2608093B2 (en) 1997-05-07

Similar Documents

Publication Publication Date Title
US4575827A (en) Self-archiving data recording
US5276840A (en) Disk caching method for writing data from computer memory including a step of writing a plurality of physically adjacent blocks in a single I/O operation
JPH0652619B2 (en) How to write information to non-erasable support
US6330655B1 (en) Digital data storage subsystem including directory for efficiently providing formatting information for stored records
JP2553751B2 (en) Disk sector replacement method
JPH01237853A (en) System for processing degeneration of prime page in hash file
JPH0528202A (en) Picture data retrieval system
JP2914181B2 (en) Disk array device
JP2718679B2 (en) Data transfer control device
JPH0283639A (en) File generation control method
JPH01119839A (en) File constitution control system
JP2784650B2 (en) Optical disk storage management method
JPS63280356A (en) Buffer management system for virtual disk device
JPH0336640A (en) Control system for record storing space
JPH02294982A (en) Managing method for optical disk file
JPH04336638A (en) Disk exchange system in system working mode
JPS63247848A (en) Data input/output system
JPH0318216B2 (en)
JPH0668088A (en) Text management system in distributed processing editer
JPS6231426A (en) File control method and file device
JPH01134542A (en) File managing system
JPS63292250A (en) Adf controlled data set managing system
JPH09282202A (en) Data movement management system
JPS63237141A (en) Segmented data set updating system
JPH0793199A (en) Storage system

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees