JPH0721064A - Data base reorganizing system - Google Patents

Data base reorganizing system

Info

Publication number
JPH0721064A
JPH0721064A JP5160573A JP16057393A JPH0721064A JP H0721064 A JPH0721064 A JP H0721064A JP 5160573 A JP5160573 A JP 5160573A JP 16057393 A JP16057393 A JP 16057393A JP H0721064 A JPH0721064 A JP H0721064A
Authority
JP
Japan
Prior art keywords
record
database file
file
database
data
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
JP5160573A
Other languages
Japanese (ja)
Other versions
JPH0820981B2 (en
Inventor
Takayuki Morishita
貴之 森下
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 JP5160573A priority Critical patent/JPH0820981B2/en
Publication of JPH0721064A publication Critical patent/JPH0721064A/en
Publication of JPH0820981B2 publication Critical patent/JPH0820981B2/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 remarkably improve the update performance of an index part by updating the index part in physical sequence by classifying the update content of the index part comprehensively after the reorganization of a data part is performed. CONSTITUTION:A data record copying means 4 copies the record of the data part 3-1a in a data base file 3-1 on the data part 3-2a in a data base file 3-2. A copy destination address setting means 5 sets a post-copy address for a copied record on the corresponding record of the data base file 3-1. A data base file re-reading means 2 deals with the request of access from a job application program 1 by re-reading the data base files 3-1, 3-2. A file generating means 6 for index part update stores the record for update of the index part 3-1b in a file 7 for index part update. An index part update means 8 classifies the content of the file 7 for index part update after the copying of the data part 3-1a, and updates the index part 3-2b in physical sequence.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、データベース再編成方
式に関し、特に、オンライン処理などの種々の処理を実
行中にデータ部および索引部を有するデータベースファ
イルの内容を複写して再編成するデータベース再編成方
式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a database reorganization method, and more particularly to a database reorganization method in which the contents of a database file having a data part and an index part are copied and reorganized during execution of various processes such as online processing. Regarding the organization method.

【0002】[0002]

【従来の技術】データ部および索引部を有するデータベ
ースファイルの内容を複写して再編成する従来のデータ
ベース再編成方式は、業務アプリケーションプログラム
からのアクセスを可能にするために、データ部の再編成
に並行して、常に索引部も更新している。
2. Description of the Related Art A conventional database reorganization method in which the contents of a database file having a data section and an index section are copied and reorganized is used to reorganize the data section in order to enable access from a business application program. In parallel, the index section is constantly updated.

【0003】図3は、従来のデータベース再編成方式の
一例を示すブロック図である。図3に示すように、従来
のデータベース再編成方式を用いる情報処理システムで
は、業務アプリケーションプログラム31が、データベ
ースファイル32−1を使用してオンライン処理などの
種々の処理を実行中に、データレコード複写手段33お
よび索引部更新手段34を使用して、データベースファ
イル32−1の内容をデータベースファイル32−2に
複写してファイルの再編成を実施している。
FIG. 3 is a block diagram showing an example of a conventional database reorganization method. As shown in FIG. 3, in the information processing system using the conventional database reorganization method, the business application program 31 copies data records while executing various processes such as online process using the database file 32-1. Using the means 33 and the index part updating means 34, the contents of the database file 32-1 are copied to the database file 32-2 to reorganize the file.

【0004】すなわち、データレコード複写手段33
は、データベースファイル32−1のデータ部32−1
aにあるレコードを検索して、データベースファイル3
2−2のデータ部32−2aにそのレコードの内容を格
納するごとに、索引部更新手段34は、データベースフ
ァイル32−1内の索引部32−1bからそのレコード
に関係する索引用のレコードを検索するとともに、読出
した内容を変換することにより、データベースファイル
32−2の索引部32−2bに格納している。
That is, the data record copying means 33
Is the data portion 32-1 of the database file 32-1.
Search for the record in a and search the database file 3
Every time the content of the record is stored in the data section 32-2a of 2-2, the index section updating means 34 retrieves the index record related to the record from the index section 32-1b in the database file 32-1. By searching and converting the read content, it is stored in the index section 32-2b of the database file 32-2.

【0005】[0005]

【発明が解決しようとする課題】しかし、上述した従来
のデータベース再編成方式は、索引部の更新をデータ部
の再編成に並行して行っているので、索引部の更新が、
物理順には行われないでランダムに行われることにな
り、索引部の更新性能が悪化して、索引部の更新に時間
がかかりすぎて、結果として運用に支障を来してしまう
という欠点を有している。
However, in the above-mentioned conventional database reorganization method, the index part is updated in parallel with the reorganization of the data part.
Since it is not performed in physical order but is performed randomly, the update performance of the index part deteriorates, and it takes too much time to update the index part, resulting in a problem in operation. are doing.

【0006】本発明の目的は、データ部の再編成後に、
一括して索引部の更新を行うことにより、更新内容を分
類して索引部の更新を物理順に行うことができるので、
索引部の更新性能を大幅に改善することができるデータ
ベース再編成方式を提供することにある。
An object of the present invention is to
By updating the index part at once, the update contents can be classified and the index part can be updated in the physical order.
An object of the present invention is to provide a database reorganization method capable of significantly improving the update performance of the index part.

【0007】[0007]

【課題を解決するための手段】第1の発明のデータベー
ス再編成方式は、オンライン処理などの種々の処理を実
行中に様々なレコードを持つデータ部および該レコード
のダイレクトアクセスを行うための索引部を有する第1
のデータベースファイルの内容を第2のデータベースフ
ァイルの中に複写して再編成するデータベース再編成方
式において、(A)前記第1のデータベースファイルの
データ部にあるレコードを検索して、前記第2のデータ
ベースファイルの中に複写するデータレコード複写手段
と、(B)前記データレコード複写手段で複写したレコ
ードに対する複写後における前記第2のデータベースフ
ァイルのアドレスを前記第1のデータベースファイルの
中の対応するレコード内に設定する複写先アドレス設定
手段と、(C)前記第1のデータベースファイルの中の
レコードに業務アプリケーションプログラムからアクセ
ス要求があった場合に、前記第1のデータベースファイ
ルの対応するレコード内に複写後のアドレスが設定され
ているか否かを判定して、設定されていないときには、
前記第1のデータベースファイルのレコードに対するア
クセスを行い、設定されているときには、そのアドレス
を用いて前記第2のデータベースファイルのレコードに
対するアクセスを行うデータベースファイル読替え手段
と、(D)前記データレコード複写手段で複写したレコ
ードに対する複写後における前記第2のデータベースフ
ァイルのアドレスを受けて、前記第1のデータベースフ
ァイルの索引部の更新用レコードを作成し、索引部更新
用ファイルに格納する索引部更新用ファイル作成手段
と、(E)前記データレコード複写手段によるデータ部
の複写の終了後に、前記索引部更新用ファイル作成手段
によって作成した前記索引部更新用ファイルの内容を分
類することにより再編成し、前記第2のデータベースフ
ァイルの索引部を物理順に更新する索引部更新手段と、
を備えて構成されている。
A database reorganization system according to the first invention is a data section having various records and an index section for directly accessing the records during execution of various processing such as online processing. First having
In the database reorganization method in which the contents of the database file of (1) are copied into the second database file and reorganized, (A) a record in the data section of the first database file is searched for and the second database file is reorganized. A data record copying means for copying into the database file, and (B) an address of the second database file after copying the record copied by the data record copying means to the corresponding record in the first database file (C) Copy destination address setting means to be set in the inside, and (C) When a record in the first database file is requested to be accessed by the business application program, it is copied into the corresponding record in the first database file. Determine whether the subsequent address is set or not When to, not been set,
(D) the data record copying means for accessing the record of the first database file and accessing the record of the second database file using the address when the record is set. An index part update file for receiving an address of the second database file after the copy for the record copied in step 1, creates an update record for the index part of the first database file, and stores the record in the index part update file. And (E) after copying the data portion by the data record copying means, the contents of the index updating file created by the index updating file creating means are reorganized by classifying, The index part of the second database file And the index part updating means for updating in order,
It is configured with.

【0008】また、第2の発明のデータベース再編成方
式は、種々の処理を実行中にデータ部と索引部とを有す
る第1のデータベースファイルの内容を第2のデータベ
ースファイル内に複写して再編成するデータベース再編
成方式において、(A)前記第1のデータベースファイ
ルのデータ部にあるレコードを検索して、前記第2のデ
ータベースファイル内に複写し、(B)複写したレコー
ドに対する複写後の前記第2のデータベースファイル内
のアドレスを前記第1のデータベースファイルの対応す
るレコード内に設定し、(C)前記第1のデータベース
ファイルの中のレコードに業務アプリケーションプログ
ラムからアクセス要求があった場合に、前記第1のデー
タベースファイルの対応するレコード内に複写後のアド
レスが設定されているか否かを判定して、設定されてい
ないときには、前記第1のデータベースファイルのレコ
ードに対するアクセスを行い、設定されているときに
は、そのアドレスを用いて前記第2のデータベースファ
イルのレコードに対するアクセスを行い、(D)複写し
たレコードに対する複写後の前記第2のデータベースフ
ァイル内のアドレスを受けて、前記第1のデータベース
ファイルの索引部の更新用レコードを作成して、索引部
更新用ファイルに格納し、(E)データ部の複写の終了
後に、作成した前記索引部更新用ファイルの内容を分類
することにより再編成し、前記第2のデータベースファ
イルの索引部を物理順に更新する、ことを含んでいる。
In the database reorganization method of the second invention, the contents of the first database file having the data part and the index part are copied into the second database file and re-executed during execution of various processes. In the database reorganization method for organizing, (A) a record in the data part of the first database file is searched and copied in the second database file, and (B) the copied record is copied to the record. When an address in the second database file is set in the corresponding record of the first database file, and (C) when an access request is made to the record in the first database file from the business application program, The address after copying is set in the corresponding record of the first database file If it is not set, access is made to the record of the first database file, and if it is set, access is made to the record of the second database file using that address. (D) Receiving an address in the second database file after copying the copied record, creating an update record for the index section of the first database file and storing it in the index section update file. And (E) after the copying of the data part is completed, the contents of the created index part update file are classified and reorganized, and the index part of the second database file is updated in physical order. I'm out.

【0009】[0009]

【実施例】次に、本発明の実施例について、図面を参照
して説明する。図1は、本発明のデータベース再編成方
式を適用した情報処理システムの一実施例を示すブロッ
ク図である。
Embodiments of the present invention will now be described with reference to the drawings. FIG. 1 is a block diagram showing an embodiment of an information processing system to which the database reorganization method of the present invention is applied.

【0010】本実施例の情報処理システムでは、図1に
示すように、業務アプリケーションプログラム1が、デ
ータベースファイル読替え手段2により、様々なレコー
ドを持つデータ部3−1aおよびそれらのレコードのダ
イレクトアクセスを行うための索引部3−1bを有する
データベースファイル3−1を使用して、オンライン処
理などの種々の処理を実行中に、データベースファイル
3−1の内容をデータ部3−2aおよび索引部3−2b
を有するデータベースファイル3−2内に複写してファ
イルの再編成を実施している。
In the information processing system of this embodiment, as shown in FIG. 1, the business application program 1 uses the database file replacement means 2 to directly access the data section 3-1a having various records and those records. Using the database file 3-1 having the index section 3-1b for performing, while executing various processing such as online processing, the contents of the database file 3-1 are changed to the data section 3-2a and the index section 3-. 2b
The file is reorganized by copying it into the database file 3-2 having

【0011】なお、データベースファイル3−1,3−
2は、アクセス性能を向上するために、ルートレコード
を中心にしてルートレコードと論理的関係のあるレコー
ドを記憶領域上の近傍に配置している。
The database files 3-1 and 3-
In No. 2, in order to improve the access performance, a record having a logical relationship with the root record is arranged in the vicinity of the storage area centering on the root record.

【0012】すなわち、ファイルの再編成が指示される
と、データレコード複写手段4は、データベースファイ
ル3−1内のデータ部3−1aにあるレコードを順次に
検索して、データベースファイル3−2のデータ部3−
2aの中に複写している。
That is, when the file reorganization is instructed, the data record copying means 4 sequentially searches the records in the data section 3-1a in the database file 3-1 to find the database file 3-2. Data section 3-
It is copied in 2a.

【0013】そして、複写先アドレス設定手段5は、デ
ータレコード複写手段4で複写したレコードに対する複
写後におけるデータベースファイル3−2の中のアドレ
スをデータベースファイル3−1の中の対応するレコー
ド内に設定している。
Then, the copy destination address setting means 5 sets the address in the database file 3-2 after copying the record copied by the data record copying means 4 in the corresponding record in the database file 3-1. are doing.

【0014】図2は、本実施例のデータベースファイル
3−1にある再編成後のレコードの内容の一例を示す図
である。図2に示すように、再編成後のレコードは、特
定の位置にデータベースファイル3−2内の再編成後の
アドレスを有している。
FIG. 2 is a diagram showing an example of the contents of the reorganized records in the database file 3-1 of this embodiment. As shown in FIG. 2, the post-reorganization record has the post-reorganization address in the database file 3-2 at a specific position.

【0015】そこで、データベースファイル読替え手段
2は、データベースファイル3−1の中のレコードに業
務アプリケーションプログラム1からアクセス要求があ
った場合に、データベースファイル3−1の対応するレ
コード内に複写後のアドレスが設定されているか否かを
判定して、設定されていないときには、データベースフ
ァイル3−1のレコードに対するアクセスを行い、設定
されているときには、そのアドレスを用いてデータベー
スファイル3−2のレコードに対するアクセスを行って
いる。
Therefore, when there is an access request from the business application program 1 to a record in the database file 3-1, the database file replacement means 2 copies the address in the corresponding record of the database file 3-1. Is set, and when it is not set, the record of the database file 3-1 is accessed. When it is set, the address is used to access the record of the database file 3-2. It is carried out.

【0016】このことにより、業務アプリケーションプ
ログラム1は、再編成中には常に、データベースファイ
ル3−1に対してアクセスをすれば良く、必ずしも、デ
ータ部3−1aの再編成に並行して、索引部3−1bの
更新を行う必要がないこととなる。
As a result, the business application program 1 only needs to access the database file 3-1 during the reorganization, and it is not always necessary to access the database file 3-1 in parallel with the reorganization of the data section 3-1a. It is not necessary to update the section 3-1b.

【0017】一方、索引部更新用ファイル作成手段6
は、データレコード複写手段4で複写したレコードに対
する複写後におけるデータベースファイル3−2のアド
レスを受けて、データベースファイル3−1の索引部3
−1bの更新用レコードを作成して、索引部更新用ファ
イル7に格納している。
On the other hand, the index part updating file creating means 6
Receives the address of the database file 3-2 after the copy for the record copied by the data record copying means 4, and the index unit 3 of the database file 3-1.
-1b update record is created and stored in the index part update file 7.

【0018】最後に、索引部更新手段8は、データレコ
ード複写手段4による複写の終了後に、索引部更新用フ
ァイル作成手段6により作成した索引部更新用ファイル
7の内容を、データベースファイル3−2内の索引部3
−2bに物理順に格納できるように分類することにより
再編成し、索引部3−2bを更新している。
Finally, the index part updating means 8 stores the contents of the index part updating file 7 created by the index part updating file creating means 6 after the end of the copying by the data record copying means 4 and the database file 3-2. Index part 3 in
-2b is reorganized by categorizing them so that they can be stored in physical order, and the index section 3-2b is updated.

【0019】[0019]

【発明の効果】以上説明したように、オンライン処理な
どの種々の処理を実行中に、データ部および索引部を有
するデータベースファイルの内容を複写して再編成する
本発明のデータベース再編成方式は、データ部の再編成
の後に一括して索引部の更新を行うことにより、更新内
容を分類して索引部の更新を物理順に行うことができる
ので、索引部の更新性能を大幅に改善できるという効果
を有している。
As described above, the database reorganization method of the present invention for copying and reorganizing the contents of a database file having a data section and an index section during execution of various processing such as online processing is as follows. By updating the index part collectively after the reorganization of the data part, the update contents can be classified and the index part can be updated in the physical order, so that the update performance of the index part can be greatly improved. have.

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

【図1】本発明のデータベース再編成方式を用いた情報
処理システムの一実施例を示すブロック図である。
FIG. 1 is a block diagram showing an embodiment of an information processing system using a database reorganization method of the present invention.

【図2】本実施例のデータベースファイル3−1内にあ
る再編成後のレコードの内容の一例を示す図である。
FIG. 2 is a diagram showing an example of the contents of records after reorganization in the database file 3-1 of this embodiment.

【図3】従来のデータベース再編成方式の一例を示すブ
ロック図である。
FIG. 3 is a block diagram showing an example of a conventional database reorganization method.

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

1,31 業務アプリケーションプログラム 2 データベースファイル読替え手段 3−1,3−2,32−1,32−2 データベース
ファイル 3−1a,3−2a,32−1a,32−2a デー
タ部 3−1b,3−2b,32−1b,32−2b 索引
部 4,33 データレコード複写手段 5 複写先アドレス設定手段 6 索引部更新用ファイル作成手段 7 索引部更新用ファイル 8,34 索引部更新手段
1, 31 Business application program 2 Database file replacement means 3-1, 3-2, 32-1, 32-2 Database file 3-1a, 3-2a, 32-1a, 32-2a Data section 3-1b, 3 -2b, 32-1b, 32-2b Index part 4,33 Data record copying means 5 Copy destination address setting means 6 Index part updating file creating means 7 Index part updating file 8,34 Index part updating means

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 オンライン処理などの種々の処理を実行
中に様々なレコードを持つデータ部およびそのレコード
のダイレクトアクセスを行うための索引部を有する第1
のデータベースファイルの内容を第2のデータベースフ
ァイルの中に複写して再編成するデータベース再編成方
式において、(A)前記第1のデータベースファイルの
データ部にあるレコードを検索して、前記第2のデータ
ベースファイルの中に複写するデータレコード複写手段
と、(B)前記データレコード複写手段で複写したレコ
ードに対する複写後における前記第2のデータベースフ
ァイルのアドレスを前記第1のデータベースファイルの
中の対応するレコード内に設定する複写先アドレス設定
手段と、(C)前記第1のデータベースファイルの中の
レコードに業務アプリケーションプログラムからアクセ
ス要求があった場合に、前記第1のデータベースファイ
ルの対応するレコード内に複写後のアドレスが設定され
ているか否かを判定して、設定されていないときには、
前記第1のデータベースファイルのレコードに対するア
クセスを行い、設定されているときには、そのアドレス
を用いて前記第2のデータベースファイルのレコードに
対するアクセスを行うデータベースファイル読替え手段
と、(D)前記データレコード複写手段で複写したレコ
ードに対する複写後における前記第2のデータベースフ
ァイルのアドレスを受けて、前記第1のデータベースフ
ァイルの索引部の更新用レコードを作成し、索引部更新
用ファイルに格納する索引部更新用ファイル作成手段
と、(E)前記データレコード複写手段によるデータ部
の複写の終了後に、前記索引部更新用ファイル作成手段
によって作成した前記索引部更新用ファイルの内容を分
類することにより再編成し、前記第2のデータベースフ
ァイルの索引部を物理順に更新する索引部更新手段と、
を備えることを特徴とするデータベース再編成方式。
1. A first part having a data part having various records and an index part for performing direct access to the records during execution of various processes such as online processes.
In the database reorganization method in which the contents of the database file of (1) are copied into the second database file and reorganized, (A) a record in the data section of the first database file is searched for and the second database file is reorganized. A data record copying means for copying into the database file, and (B) an address of the second database file after copying the record copied by the data record copying means to the corresponding record in the first database file (C) Copy destination address setting means to be set in the inside, and (C) When a record in the first database file is requested to be accessed by the business application program, it is copied into the corresponding record in the first database file. Determine whether the subsequent address is set or not When to, not been set,
(D) the data record copying means for accessing the record of the first database file and accessing the record of the second database file using the address when the record is set. An index part update file for receiving an address of the second database file after the copy for the record copied in step 1, creates an update record for the index part of the first database file, and stores the record in the index part update file. And (E) after copying the data portion by the data record copying means, the contents of the index updating file created by the index updating file creating means are reorganized by classifying, The index part of the second database file And the index part updating means for updating in order,
A database reorganization method comprising:
【請求項2】 種々の処理を実行中にデータ部および索
引部を有する第1のデータベースファイルの内容を第2
のデータベースファイル内に複写して再編成するデータ
ベース再編成方式において、(A)前記第1のデータベ
ースファイルのデータ部にあるレコードを検索して、前
記第2のデータベースファイル内に複写し、(B)複写
したレコードに対する複写後の前記第2のデータベース
ファイル内のアドレスを前記第1のデータベースファイ
ルの対応するレコード内に設定し、(C)前記第1のデ
ータベースファイルの中のレコードに業務アプリケーシ
ョンプログラムからアクセス要求があった場合に、前記
第1のデータベースファイルの対応するレコード内に複
写後のアドレスが設定されているか否かを判定して、設
定されていないときには、前記第1のデータベースファ
イルのレコードに対するアクセスを行い、設定されてい
るときには、そのアドレスを用いて前記第2のデータベ
ースファイルのレコードに対するアクセスを行い、
(D)複写したレコードに対する複写後の前記第2のデ
ータベースファイル内のアドレスを受けて、前記第1の
データベースファイルの索引部の更新用レコードを作成
して、索引部更新用ファイルに格納し、(E)データ部
の複写の終了後に、作成した前記索引部更新用ファイル
の内容を分類することにより再編成し、前記第2のデー
タベースファイルの索引部を物理順に更新する、ことを
特徴とするデータベース再編成方式。
2. The contents of the first database file having the data part and the index part are executed while the various processes are being executed.
In the database reorganization method of copying and reorganizing in the database file of (A), (A) a record in the data part of the first database file is searched and copied in the second database file; ) Setting the address in the second database file after copying for the copied record in the corresponding record in the first database file, and (C) setting the business application program in the record in the first database file. When there is an access request from the first database file, it is determined whether or not the address after copying is set in the corresponding record of the first database file. Access to the record and, if set, the For accesses to the record of the second database files using a dress,
(D) Receiving an address in the second database file after copying the copied record, creating a record for updating the index section of the first database file, and storing the record in the index section updating file, (E) After the copying of the data part is completed, the contents of the created index part update file are classified and reorganized, and the index part of the second database file is updated in physical order. Database reorganization method.
JP5160573A 1993-06-30 1993-06-30 Database reorganization method Expired - Fee Related JPH0820981B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5160573A JPH0820981B2 (en) 1993-06-30 1993-06-30 Database reorganization method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5160573A JPH0820981B2 (en) 1993-06-30 1993-06-30 Database reorganization method

Publications (2)

Publication Number Publication Date
JPH0721064A true JPH0721064A (en) 1995-01-24
JPH0820981B2 JPH0820981B2 (en) 1996-03-04

Family

ID=15717893

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5160573A Expired - Fee Related JPH0820981B2 (en) 1993-06-30 1993-06-30 Database reorganization method

Country Status (1)

Country Link
JP (1) JPH0820981B2 (en)

Also Published As

Publication number Publication date
JPH0820981B2 (en) 1996-03-04

Similar Documents

Publication Publication Date Title
US6484181B2 (en) Method and system for handling foreign key update in an object-oriented database environment
US8239343B2 (en) Database reorganization technique
US10936547B2 (en) Filesystem replication using a minimal filesystem metadata changelog
US5890167A (en) Pluggable tablespaces for database systems
JPH0519175B2 (en)
US20050240638A1 (en) Space management of an IMS database
US6675257B1 (en) System and method for managing storage space on a sequential storage media
US7080072B1 (en) Row hash match scan in a partitioned database system
JPH0358249A (en) Access method of file
JPH11120051A (en) Computer system for correcting information in database and its correcting
US7228309B1 (en) Facilitating maintenance of indexes during a reorganization of data in a database
JP3636773B2 (en) Information processing device for database check
US7444338B1 (en) Ensuring that a database and its description are synchronized
JPH0721064A (en) Data base reorganizing system
JP3166675B2 (en) Transaction search processor by time specification
JPH08328929A (en) Database split management system
JP2616686B2 (en) Database reorganization during business process
JPH0744426A (en) File management method for file system
JPH0283640A (en) Data base updating method
JPH09305449A (en) Data base managing system
JP3398672B2 (en) Intermediate data storage device
JPS6162124A (en) Data transfer system
JPH11353212A (en) Method and device for managing member in area sharing file
JPH06161858A (en) Data base update test method for on-line transaction system
JPH04156626A (en) File entry generating system for vtoc

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: 19961112

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

Free format text: PAYMENT UNTIL: 20080304

Year of fee payment: 12

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

Free format text: PAYMENT UNTIL: 20090304

Year of fee payment: 13

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

Free format text: PAYMENT UNTIL: 20090304

Year of fee payment: 13

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

Free format text: PAYMENT UNTIL: 20100304

Year of fee payment: 14

LAPS Cancellation because of no payment of annual fees