JPH02116936A - Reorganizing system - Google Patents

Reorganizing system

Info

Publication number
JPH02116936A
JPH02116936A JP63269945A JP26994588A JPH02116936A JP H02116936 A JPH02116936 A JP H02116936A JP 63269945 A JP63269945 A JP 63269945A JP 26994588 A JP26994588 A JP 26994588A JP H02116936 A JPH02116936 A JP H02116936A
Authority
JP
Japan
Prior art keywords
storage unit
reorganization
data file
data
partial
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
JP63269945A
Other languages
Japanese (ja)
Other versions
JPH07101393B2 (en
Inventor
Hiroyumi Inoue
井上 浩弓
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 JP63269945A priority Critical patent/JPH07101393B2/en
Publication of JPH02116936A publication Critical patent/JPH02116936A/en
Publication of JPH07101393B2 publication Critical patent/JPH07101393B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Abstract

PURPOSE:To perform the reorganization without stopping a data base system by executing partially the reorganization with respect to a data file, and repeating it until the processing is ended with regard to all store units in the data file. CONSTITUTION:A reorganizing means 2 starts a partial reorganizing means 3 successively with respect to a store unit in a data file 1, and the partial reorganizing means 3 starts a store unit read-in means 4 with respect to two or more store units and reads in data records in the store units in a lump onto a memory 5, and subsequently, starts a store unit generating means 6, reorganizes the store unit in accordance with a prescribed rule from the data records which are read in onto the memory 5 and reorganizes partially the data file 1. The reorganizing means 2 repeats these partial reorganizations, and when the store unit which does not conform with the rule is generated, the partial reorganizing means 3 is started with respect to its store unit and other store unit, and the processing is continued until the processing is ended with regard to all the store units in the data file 1.

Description

【発明の詳細な説明】 (産業上の利用分野) 本発明は電子計算機システムのデータベースシステムに
おけるデータの再編成方式に関するものである。
DETAILED DESCRIPTION OF THE INVENTION (Field of Industrial Application) The present invention relates to a data reorganization method in a database system of an electronic computer system.

(従来の技術〕 データベースシステムにおいては、データをデータレコ
ードとしてデータファイル内に格納してあり、データレ
コードとしては、通常、検索する際のキー値となる検索
キーを定義しである索引レコードと、索引レコードを介
してアクセスされるバイアレコードとがある。また、一
般に、データファイルは複数の格納単位から構成されて
いる。
(Prior Art) In a database system, data is stored in a data file as a data record, and the data record usually includes an index record that defines a search key that is a key value when searching, and There are via records that are accessed through index records.Furthermore, data files are generally made up of multiple storage units.

ところで、いったん所定の規則に基づいて編成されたデ
ータファイルであっても、その後の事情により他の規則
(例えば、各格納単位における索引レコードの数に制限
がなかったデータファイルを、各格納単位における索引
レコードの数を所定の数に制限する如き。)に基づいた
データファイルに纒成し直す必要が生じることがしばし
ばあり、従来は第7図に示すような構成により再編成を
行っていた。
By the way, even if a data file is once organized based on a predetermined rule, due to subsequent circumstances, other rules (for example, a data file with no limit on the number of index records in each storage unit may be changed to It is often necessary to reorganize the data file into a data file based on a standard (such as limiting the number of index records to a predetermined number), and conventionally reorganization has been carried out using the configuration shown in FIG.

すなわち、第7図において、再編成手段2′はデータフ
ァイル読込み手段4゛を起動することによりデータファ
イル1°から全てのデータレコードを一括してメモリ5
゛に読み込み、その後、再編成手段2°はデータファイ
ル作成手段6°を起動し、新たな規則に基づく編成を行
わせてデータファイル1゛にデータレコードを格納する
ものであった。
That is, in FIG. 7, the reorganizing means 2' loads all the data records from the data file 1° into the memory 5 at once by activating the data file reading means 4'.
Thereafter, the reorganizing means 2' activates the data file creating means 6' to perform organization based on new rules and store data records in the data file 1'.

(発明が解決しようとする課題〕 上述したように、従来の再編成方式ではデータファイル
全体を一括して再編成するようにしていたため、その処
理を行っている間はデータファイルを占有する必要があ
り、データベースシステムを一時的に停止しなければな
らず、データベースシステムの利用者に対して大きな影
響を与えるという欠点があった。特に、近年のデータベ
ースの巨大化に伴って再編成に要する時間も増し、上記
の欠点が一層深刻となっていた。
(Problem to be solved by the invention) As mentioned above, in the conventional reorganization method, the entire data file is reorganized at once, so it is not necessary to occupy the data file while the process is being performed. However, the database system had to be temporarily stopped, which had a major impact on the users of the database system.In particular, as databases have become huge in recent years, the time required for reorganization has increased. As a result, the above-mentioned drawbacks became even more serious.

本発明は上記の点に鑑み提案されたものであり、その目
的とするところは、データファイル全体を占有すること
なく、サービスの低下を最小限にとどめて再編成を行う
ことのできる再編成方式を提供することにある。
The present invention has been proposed in view of the above points, and its purpose is to provide a reorganization method that can perform reorganization without occupying the entire data file and minimizing service degradation. Our goal is to provide the following.

〔課題を解決するための手段] 本発明は上記の目的を達成するため、索引レコードとバ
イアレコードとを含む複数の格納単位から構成されるデ
ータファイルに対して再編成を行う方式において、 起動を待って格納単位内のデータレコードを一括してメ
モリ上に読み込む格納単位読込み手段と、起動を待って
メモリ上に読み込まれたデータレコードから所定の規則
に従って格納単位を再作成し、規則に合致しない格納単
位は最大1つ作成する格納単位作成手段と、 起動を待って2つ以上の格納単位に対し前記格納単位読
込み手段および前記格納単位作成手段を起動して前記デ
ータファイルを部分的に再編成する部分再編成手段と、 前記データファイル内の格納単位に対して順次に前記部
分再編成手段を起動し、規則に合致しない格納単位が作
成された場合にはその格納単位と他の格納単位とに対し
て前記部分再編成手段を起動し、前記データファイル内
の全ての格納単位について処理が終了するまで処理を継
続させる再編成手段とを備えるようにしている。
[Means for Solving the Problems] In order to achieve the above object, the present invention provides a method for reorganizing a data file consisting of a plurality of storage units including index records and via records. A storage unit reading means waits and reads data records in the storage unit all at once into memory, and a storage unit read means waits for activation and recreates the storage unit from the data records read into memory according to a predetermined rule, but the storage unit does not match the rules. storage unit creation means for creating at most one storage unit; and waiting for activation, activating the storage unit reading means and the storage unit creation means for two or more storage units to partially reorganize the data file. a partial reorganization means that sequentially activates the partial reorganization means for storage units in the data file, and when a storage unit that does not match the rules is created, the storage unit and other storage units are The apparatus further includes a reorganization means for activating the partial reorganization means to continue processing until processing is completed for all storage units in the data file.

(作用〕 本発明の再編成方式にあっては、再編成手段がデータフ
ァイル内の格納単位に対して順次に部分再編成手段を起
動し、部分再編成手段は2つ以上の格納単位に対し格納
単位読込み手段を起動して格納単位内のデータレコード
を一括してメモリ上に読み込み、次いで格納単位作成手
段を起動してメモリ上に読み込まれたデータレコードか
ら所定の規則に従って格納単位を再作成してデータファ
イルを部分的に再編成し、再編成手段はこれらの部分的
再編成を繰り返させ、規則に合致しない格納単位が作成
された場合にはその格納単位と他の格納単位とに対して
部分再編成手段を起動し、データファイル内の全ての格
納単位について処理が終了するまで処理を継続させる。
(Operation) In the reorganization method of the present invention, the reorganization means sequentially activates the partial reorganization means for storage units in the data file, and the partial reorganization means operates for two or more storage units. Activating the storage unit reading means to read the data records in the storage unit into the memory all at once, and then activating the storage unit creation means to recreate the storage unit according to a predetermined rule from the data records read into the memory. The reorganization means repeats these partial reorganizations, and if a storage unit that does not conform to the rules is created, the reorganization means reorganizes the data file partially. The partial reorganization means is activated, and the processing is continued until processing is completed for all storage units in the data file.

〔実施例〕〔Example〕

以下、本発明の実施例につき図面を参照して説明する。 Embodiments of the present invention will be described below with reference to the drawings.

第1図は本発明の再編成方式の一実施例を示す構成図で
ある。第1図において、1は再編成の対象となるデータ
レコードを格納したデータファイルであり、第2図に示
すように複数の格納単位11から構成され、更に格納単
位11はそれぞれ複数の索引レコードaと、それらに関
連付けられた複数のバイアレコードbとを含んでいる。
FIG. 1 is a block diagram showing an embodiment of the reorganization system of the present invention. In FIG. 1, 1 is a data file that stores data records to be reorganized, and as shown in FIG. and a plurality of via records b associated with them.

なお、図では互いに関連付けられたデータレコードを実
線で結合して示しである。また、バイアレコードbはそ
の属する索引レコードaと同じ格納単位内の近い位置に
配置されるように管理されている。
In the figure, data records that are associated with each other are shown connected by solid lines. In addition, via record b is managed so as to be located close to the index record a to which it belongs within the same storage unit.

第1図において、他の構成として、再編成手段2と、部
分再編成手段3と、格納単位読込み手段4と、格納単位
作成手段6とが設けられている。
In FIG. 1, a reorganization means 2, a partial reorganization means 3, a storage unit reading means 4, and a storage unit creation means 6 are provided as other components.

なお、メモリ5は処理を実行する電子計算機システムの
主記憶である。
Note that the memory 5 is the main memory of a computer system that executes processing.

第3図、第4図および第5図はそれぞれ第1図における
再編成手段2、部分再編成手段3および格納単位作成手
段6の処理を示したフローチャートであり、再編成手段
2が適宜に部分再編成手段3を起動し、部分再編成手段
3が適宜に格納単位読込み手段4および格納単位作成手
段6を起動するようになっている。なお、格納単位読込
み手段4は、起動を待ってデータファイルlにおけるい
くつかの格納単位内のデータレコードを一括してメモリ
5上に読み込むという簡単な処理であるため、フローチ
ャートとしては図示していない。
3, 4, and 5 are flowcharts showing the processing of the reorganization means 2, the partial reorganization means 3, and the storage unit creation means 6 in FIG. 1, respectively. The reorganization means 3 is started, and the partial reorganization means 3 starts up the storage unit reading means 4 and the storage unit creation means 6 as appropriate. Note that the storage unit reading means 4 performs a simple process of waiting for startup and reading data records in several storage units in the data file l into the memory 5 all at once, so it is not shown in a flowchart. .

以下、各手段の動作について説明する。The operation of each means will be explained below.

第5図において、格納単位作成手段6が起動されると、
予め指定された所定の規則に合う格納単位を作成するの
に充分なデータレコードがメモリ5にあるか否かをチエ
ツクしくステップ61)、ある場合にはメモリ5から格
納単位ひとつ分のデータレコードを取り出しくステップ
62)、所定の規則に基づいて新たな格納単位を作成し
くステップ63)、ステップ61に戻る。また、ステッ
プ61で充分なデータレコードが無い場合にはメモリ5
から残りのデータレコードを取り出しくステップ64)
、所定の規則には基づかないが、新たな格納単位を1つ
作成しくステップ65)、処理を終了する。
In FIG. 5, when the storage unit creation means 6 is activated,
Check whether there are enough data records in the memory 5 to create a storage unit that meets pre-specified predetermined rules (step 61); if so, extract data records for one storage unit from the memory 5; Step 62) of retrieving the data, step 63) of creating a new storage unit based on predetermined rules, and returning to step 61. Also, if there are not enough data records in step 61, the memory 5
step 64) of retrieving the remaining data records from
, one new storage unit is created (step 65), although not based on a predetermined rule, and the process ends.

第4図において、部分再編成手段3が起動されると、い
くつかの格納単位に対して格納単位読込み手段4を起動
してそれらの格納単位内のデータレコードをメモリ5に
読み込ませ(ステップ31)、メモリ5に更に空きがあ
ればステップ31に戻る。
In FIG. 4, when the partial reorganization means 3 is activated, the storage unit reading means 4 is activated for some storage units to read data records in those storage units into the memory 5 (step 31). ), if there is more space in the memory 5, the process returns to step 31.

次いで、格納単位作成手段6を起動し、新たな格納単位
を作成させ(ステップ32)、処理を終了する。すなわ
ち、上記の処理により、対象となった複数の格納単位に
ついて、データファイル1全体として見れば部分的に再
編成が行われる。
Next, the storage unit creation means 6 is activated to create a new storage unit (step 32), and the process ends. That is, through the above processing, the data file 1 as a whole is partially reorganized for the plurality of target storage units.

第3図において、再編成手段2は、データファイルlの
先頭の幾つかの格納単位に対して部分再編成手段3を起
動しくステップ21)、その処理終了を待ってデータフ
ァイルlの最後まで部分再編成手段3による処理を行っ
たか否かをチエツクしくステップ22)、最後まで実行
した場合には全ての処理を終了する。また、ステップ2
2において最後まで実行していない場合には、部分再編
成手段3の実行により予め指定された規則に合致しない
格納単位が作成されたか否かをチエツクしくステップ2
3)、作成されていない場合はデータファイル10次の
幾つかの格納単位に対して部分再編成手段3を起動しく
ステップ25)、ステップ22に戻る。また、ステップ
23において規則に合致しない格納単位が作成されたと
判断された場合には、その規則に合致しない格納単位と
データファイル1の次の幾つかの格納単位とに対して部
分再編成手段3を起動しくステップ24)、ステ、プ2
2に戻る。これらの処理により、データファイルl全体
を同時に占有することなく再編成が行われる。
In FIG. 3, the reorganization means 2 starts the partial reorganization means 3 for some storage units at the beginning of the data file l (step 21), waits for the processing to end, and then reorganizes the partial reorganization means 3 until the end of the data file l. Check whether the processing by the reorganization means 3 has been carried out (step 22), and if it has been carried out to the end, all the processing is terminated. Also, step 2
If step 2 has not been executed to the end, check whether the execution of the partial reorganization means 3 has created a storage unit that does not match the prespecified rule.
3) If it has not been created, activate the partial reorganization means 3 for some storage units following the data file 10 (step 25) and return to step 22. If it is determined in step 23 that a storage unit that does not match the rules has been created, the partial reorganization means 3 Step 24), Step 2
Return to 2. Through these processes, reorganization is performed without occupying the entire data file l at the same time.

第6図は実施例の動作によってデータファイル1の内容
がどう変化するかを具体的に示したものであり、データ
ファイル1は初めに格納単位11A、IIB、IIc、
11Dに分割されているものとする。なお、「・」で表
すaは索引レコード、’OJで表すbはバイアレコード
である。また、再編成する際の規則として「部分再編成
手段3で同時に処理の対象とする格納単位の数は2とし
、各格納単位における索引レコードaの数を2つにする
。」を採用した場合の例である。
FIG. 6 specifically shows how the contents of data file 1 change depending on the operation of the embodiment. Data file 1 initially consists of storage units 11A, IIB, IIc,
Assume that it is divided into 11D. Note that a, which is represented by ".", is an index record, and b, which is represented by 'OJ, is a via record. In addition, when the reorganization rule is adopted, ``The number of storage units to be simultaneously processed by the partial reorganization means 3 is 2, and the number of index records a in each storage unit is 2.'' This is an example.

しかして、初めの(イ)の状態で再編成手段2が処理を
開始すると、再編成手段2はデータファイル1内の格納
単位11A、11Bに対して部分再編成手段3を起動し
、部分再編成手段3は(ロ)のように格納単位11A、
IIBに対し格納単位読込み手段4を起動して格納単位
11A、IIB内のデータレコードを一括してメモリ5
上に読み込み、次いで格納単位作成手段6を起動してメ
モリ5上に読み込まれたデータレコードから前述の規則
に従って格納単位を再作成し、(ハ)に示すように規則
に合致した格納単位11A’、IIBと規則に合致しな
い格納単位11Eとを作成してデータファイル1上に書
き戻す。
When the reorganization means 2 starts processing in the first state (a), the reorganization means 2 starts the partial reorganization means 3 for the storage units 11A and 11B in the data file 1, and performs partial reorganization. The organizing means 3 has a storage unit 11A as shown in (b),
The storage unit reading means 4 is activated for IIB, and the data records in the storage unit 11A and IIB are collectively read into the memory 5.
Then, the storage unit creation means 6 is activated to recreate a storage unit from the data record read into the memory 5 according to the above-mentioned rules, and as shown in (c), a storage unit 11A' that meets the rules is created. , IIB and a storage unit 11E that does not match the rules are created and written back onto the data file 1.

次いで、再編成手段2はデータファイル1内の格納単位
11E、IICに対して部分再編成手段3を起動し、部
分再編成手段3は(ニ)のように格納単位11E、II
Cに対し格納単位読込み手段4を起動して格納単位11
E、11C内のデータレコードを一括してメモリ5上に
読み込み、次いで格納単位作成手段6を起動してメモリ
5上に読み込まれたデータレコードから前述の規則に従
って格納単位を再作成し、(ホ)に示すように規則に合
致した格納単位LIE”、IIC’を作成してデータフ
ァイルl上に書き戻す。
Next, the reorganization means 2 activates the partial reorganization means 3 for the storage units 11E and IIC in the data file 1, and the partial reorganization means 3 starts the storage units 11E and IIC as shown in (d).
Activate the storage unit reading means 4 for C and read the storage unit 11.
The data records in E and 11C are read into the memory 5 all at once, and then the storage unit creation means 6 is activated to recreate the storage unit from the data records read into the memory 5 according to the above-mentioned rules. ), storage units LIE", IIC' matching the rules are created and written back onto the data file l.

次いで、再編成手段2はデータファイル1内の格納単位
11Dに対して部分再編成手段3を起動し、部分再編成
手段3は(へ)のように格納単位lIDに対し格納単位
読込み手段4を起動して格納単位11D内のデータレコ
ードを一括してメモリ5上に読み込み、次いで格納単位
作成手段6を起動してメモリ5上に読み込まれたデータ
レコードから前述の規則に従って格納単位を再作成し、
(ト)に示すように規則に合致した格納単位lID°を
作成してデータファイル1上に書き戻す。
Next, the reorganization means 2 activates the partial reorganization means 3 for the storage unit 11D in the data file 1, and the partial reorganization means 3 activates the storage unit reading means 4 for the storage unit ID as shown in (f). It is activated to read the data records in the storage unit 11D into the memory 5 all at once, and then activates the storage unit creation means 6 to recreate the storage unit from the data records read into the memory 5 according to the above-mentioned rules. ,
As shown in (g), a storage unit lID° matching the rules is created and written back onto the data file 1.

この時点でデータファイル1内の全ての格納単位11A
−11Dについて処理が終了したので、再編成処理を終
了する。
At this point, all storage units 11A in data file 1
Since the processing for -11D has been completed, the reorganization processing is ended.

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

以上説明したように、本発明の再編成方式にあっては、
データファイルに対して部分的に再編成を行い、これを
繰り返すようにしているので、データファイル全体を同
時に占有することがなく、よってデータヘースシステム
を停止させなくても再編成を行うことができ、利用者に
対するサービスの低下を最小限にとどめることができる
効果がある。
As explained above, in the reorganization method of the present invention,
Since data files are partially reorganized and this process is repeated, the entire data file is not occupied at the same time, so reorganization can be performed without stopping the data storage system. This has the effect of minimizing the deterioration of service to users.

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

第1図は本発明の再編成方式の一実施例を示す構成図、 第2図は第1図におけるデータファイルの論理的構成図
、 第3図は第1図における再編成手段の処理のフローチャ
ート、 第4図は第1図における部分再編成手段の処理のフロー
チャート、 第5図は第1図における格納単位作成手段の処理のフロ
ーチャート、 第6図は再編成に伴うデータファイルの変化を示す図お
よび、 第7図は従来の再編成方式の構成図である。 図において、 1・・・・・・データファイル 11・・・格納単位 a・・・・・・索引レコード b・・・・・・バイアレコード 2・・・・・・再編成手段 3・・・・・・部分再編成手段 4・・・・・・格納単位読込み手段 5・・・・・・メモリ 6・・・・・・格納単位作成手段
FIG. 1 is a block diagram showing an embodiment of the reorganization method of the present invention, FIG. 2 is a logical block diagram of the data files in FIG. 1, and FIG. 3 is a flowchart of the processing of the reorganization means in FIG. 1. , Fig. 4 is a flowchart of the processing of the partial reorganization means in Fig. 1, Fig. 5 is a flowchart of the processing of the storage unit creation means in Fig. 1, and Fig. 6 is a diagram showing changes in data files due to reorganization. FIG. 7 is a block diagram of a conventional reorganization method. In the figure, 1... Data file 11... Storage unit a... Index record b... Via record 2... Reorganization means 3... ... Partial reorganization means 4 ... Storage unit reading means 5 ... Memory 6 ... Storage unit creation means

Claims (1)

【特許請求の範囲】 索引レコードとバイアレコードとを含む複数の格納単位
から構成されるデータファイルに対して再編成を行う方
式において、 起動を待って格納単位内のデータレコードを一括してメ
モリ上に読み込む格納単位読込み手段と、起動を待って
メモリ上に読み込まれたデータレコードから所定の規則
に従って格納単位を再作成し、規則に合致しない格納単
位は最大1つ作成する格納単位作成手段と、起動を待っ
て2つ以上の格納単位に対し前記格納単位読込み手段お
よび前記格納単位作成手段を起動して前記データファイ
ルを部分的に再編成する部分再編成手段と、 前記データファイル内の格納単位に対して順次に前記部
分再編成手段を起動し、規則に合致しない格納単位が作
成された場合にはその格納単位と他の格納単位とに対し
て前記部分再編成手段を起動し、前記データファイル内
の全ての格納単位について処理が終了するまで処理を継
続させる再編成手段とを備えたことを特徴とする再編成
方式。
[Claims] In a method for reorganizing a data file consisting of a plurality of storage units including index records and via records, the data records in the storage unit are collectively stored in memory after startup. storage unit reading means for reading into the memory, storage unit creation means for re-creating the storage unit according to a predetermined rule from the data record read into the memory after waiting for activation, and creating at most one storage unit that does not match the rule; partial reorganization means for partially reorganizing the data file by waiting for activation and activating the storage unit reading means and the storage unit creation means for two or more storage units; and a storage unit within the data file. The partial reorganization means is activated sequentially for the data, and when a storage unit that does not match the rules is created, the partial reorganization means is activated for that storage unit and other storage units, and the data A reorganization method comprising a reorganization means for continuing processing until processing is completed for all storage units within a file.
JP63269945A 1988-10-26 1988-10-26 Reorganization method Expired - Lifetime JPH07101393B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63269945A JPH07101393B2 (en) 1988-10-26 1988-10-26 Reorganization method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63269945A JPH07101393B2 (en) 1988-10-26 1988-10-26 Reorganization method

Publications (2)

Publication Number Publication Date
JPH02116936A true JPH02116936A (en) 1990-05-01
JPH07101393B2 JPH07101393B2 (en) 1995-11-01

Family

ID=17479396

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63269945A Expired - Lifetime JPH07101393B2 (en) 1988-10-26 1988-10-26 Reorganization method

Country Status (1)

Country Link
JP (1) JPH07101393B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0488440A (en) * 1990-07-25 1992-03-23 Nec Corp Data base reorganizing system
EP0592074A1 (en) * 1992-09-25 1994-04-13 Fujitsu Limited System for processing a database relocation
JP2007026062A (en) * 2005-07-15 2007-02-01 Univ Of Tokyo Reorganization method and system for database

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS638950A (en) * 1986-06-30 1988-01-14 Nec Corp Reorganizing system for hierarchical file
JPS63180148A (en) * 1987-01-21 1988-07-25 Fujitsu Ltd Processing system for on-the-fly reformation of data base
JPS63257849A (en) * 1987-04-16 1988-10-25 Fujitsu Ltd Reorganizing method for file in use
JPH0225946A (en) * 1988-07-15 1990-01-29 Casio Comput Co Ltd File controller

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS638950A (en) * 1986-06-30 1988-01-14 Nec Corp Reorganizing system for hierarchical file
JPS63180148A (en) * 1987-01-21 1988-07-25 Fujitsu Ltd Processing system for on-the-fly reformation of data base
JPS63257849A (en) * 1987-04-16 1988-10-25 Fujitsu Ltd Reorganizing method for file in use
JPH0225946A (en) * 1988-07-15 1990-01-29 Casio Comput Co Ltd File controller

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0488440A (en) * 1990-07-25 1992-03-23 Nec Corp Data base reorganizing system
EP0592074A1 (en) * 1992-09-25 1994-04-13 Fujitsu Limited System for processing a database relocation
US5832491A (en) * 1992-09-25 1998-11-03 Fujitsu Limited System for processing a database relocation in parallel with the execution of an application program
JP2007026062A (en) * 2005-07-15 2007-02-01 Univ Of Tokyo Reorganization method and system for database

Also Published As

Publication number Publication date
JPH07101393B2 (en) 1995-11-01

Similar Documents

Publication Publication Date Title
US5649181A (en) Method and apparatus for indexing database columns with bit vectors
US5222235A (en) Databases system for permitting concurrent indexing and reloading of data by early simulating the reload process to determine final locations of the data
US6049804A (en) Method and apparatus for segmenting a database
JPH02116936A (en) Reorganizing system
US7720805B1 (en) Sequential unload processing of IMS databases
JP2001331353A (en) Data input system to database, and recording medium in which its program is stored
JPS61256442A (en) Method for increasing record retrieving speed
JPS593567A (en) Buffer number setting system of tree structure
JP2586610B2 (en) File creation method
JPS62121532A (en) Data retrieving method
KR100261177B1 (en) Message handling routine
JPS61278932A (en) Method of processing data addition
US6356895B1 (en) Method and computer program product for processing system files using a trigger program
JPH03202934A (en) Data processor
JPS6058492B2 (en) Database search method
JP2836093B2 (en) Database search device
JPH0744426A (en) File management method for file system
JP2507399B2 (en) Database equipment
JPH03174654A (en) Filing method and its device
JPH04250568A (en) Record retrieval device
JPS62257549A (en) System for restoring data base file
JPH02127742A (en) Idle area retrieving system
JPS62177642A (en) File management system for postscript filing device
JPH05274196A (en) Secondary storage managing method by multiple file
JPH0388069A (en) Device for connecting storage medium