JPH02222044A - Data processor - Google Patents

Data processor

Info

Publication number
JPH02222044A
JPH02222044A JP1043503A JP4350389A JPH02222044A JP H02222044 A JPH02222044 A JP H02222044A JP 1043503 A JP1043503 A JP 1043503A JP 4350389 A JP4350389 A JP 4350389A JP H02222044 A JPH02222044 A JP H02222044A
Authority
JP
Japan
Prior art keywords
record
database
pointer
new
new database
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
JP1043503A
Other languages
Japanese (ja)
Inventor
Tsutomu Kashio
樫尾 勉
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP1043503A priority Critical patent/JPH02222044A/en
Publication of JPH02222044A publication Critical patent/JPH02222044A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To process data at a high speed by decreasing the I/O frequency for restorage making the most of the clustering characteristics with a clustered structure type data base. CONSTITUTION:The records are successively read out of an old data base 32, and a step-based record sorting table 21 is produced by reference to a data dictionary file 31. The record contents of the table 21 are successively simulated via a new data base 33 to decide the places for storage of these contents. In this process, a pointer conversion table 22 is produced. The pointer part of the record contents of the table 21 is converted by reference to the table 22. Then the contents of the table 21 are rearranged for production of a new data base store record table 23. The record contents of the table 23 are successively written into the base 33.

Description

【発明の詳細な説明】 [発明の目的] (産業上の利用分野) 本発明は、クラスタリングされた構造型データベースの
再格納処理機能に特徴をもつデータ処理装置に関する。
DETAILED DESCRIPTION OF THE INVENTION [Object of the Invention] (Field of Industrial Application) The present invention relates to a data processing device characterized by a restorage processing function of a clustered structural database.

(従来の技術) 構造型データベース、特にネットワーク構造をもつデー
タベースに於いては、親と子の関係をもち、子レコード
を親レコードの近くへ配置(クラスタリング)すること
で検索の高速化を図ることができる。
(Prior art) In structural databases, especially databases with a network structure, there is a parent-child relationship, and child records are placed near parent records (clustering) to speed up searches. Can be done.

親と子はレコード単位に管理される。Parents and children are managed on a record-by-record basis.

このレコードが格納されるところをファイルと呼ぶ。The place where these records are stored is called a file.

このファイルは磁気ディスク等の乱アクセス機構をもち
、情報が永久に残る媒体上で実現される。
This file is realized on a medium such as a magnetic disk that has a random access mechanism and the information remains permanently.

親と子の関係はファイル上に於いてはポインタと呼ぶフ
ァイル内の位置を示す情報で実現できる。
The relationship between a parent and a child can be realized on a file using information called a pointer that indicates a position within the file.

通常、ファイルには容量の制限がありレコード件数の増
加によって容量不足となる。
Normally, files have a limited capacity, and as the number of records increases, the capacity becomes insufficient.

このとき、ファイルの容量を増し、再度のレコードを格
納する処理(再格納処理)が必要となる。
At this time, it is necessary to increase the file capacity and store the records again (re-storage processing).

この再格納に於いて、クラスタリングされる子レコード
は、親レコードの位置が決定された後で、その位置が決
まることになる。
In this re-storage, the position of the child record to be clustered is determined after the position of the parent record is determined.

従来では、データ処理装置に磁気ディスク等の二次記憶
装置が接続された構成に於いて、旧データベースから親
となるレコードを読込み、新データベースへ書込む処理
を行なっていた。従って、読込みに於ける旧データベー
スへの110回数は、データ構造を構成するレコード型
毎にデータベースのI10単位(ブロック)の総数を乗
じた分だけ必要とし、書込みにおいては、略レコード件
数の110回数を必要としていた。
Conventionally, in a configuration in which a secondary storage device such as a magnetic disk is connected to a data processing device, a process is performed in which a parent record is read from an old database and written to a new database. Therefore, 110 times of reading to the old database is required by multiplying the total number of I10 units (blocks) of the database for each record type that makes up the data structure, and 110 times of writing is required, which is approximately the number of records. was needed.

例えば、第6図(a)に示すデータ構造に於いて、同図
(b)に示す旧データベースのような場合、旧データベ
ースへの110回数(読込み回数)は第6図(a)に示
す5つのレコード型(RA。
For example, in the data structure shown in FIG. 6(a), if the old database is as shown in FIG. One record type (RA.

RB、RC,RD、RE)と旧データベースのブロック
数noとを乗じた回数となり、第6図(C)に示す新デ
ータベースへの格納に於ける110回数(書込み回数)
は同図(b)に示す旧データベースに格納されている全
レコード件数Rmと略同じになる。
RB, RC, RD, RE) multiplied by the number of blocks in the old database, which is 110 times (number of writes) in storing to the new database shown in Figure 6 (C).
is approximately the same as the total number of records Rm stored in the old database shown in FIG.

(発明が解決しようとする課題) このように、従来ではクラスタリングされた構造型デー
タベースの再格納処理に於いて、多くの110回数を必
要とし、処理の高速化を図る上で大きな問題となってい
た。
(Problem to be Solved by the Invention) As described above, in the past, the restoring process of a clustered structural database required a large number of 110 times, which was a big problem in trying to speed up the process. Ta.

本発明は、クラスタリングされた構造型データベースに
於いて、クラスタリング特性を活かした再格納に於ける
110回数の削減により処理の高速化を図ったデータ処
理装置を提供することを目的とする。
SUMMARY OF THE INVENTION An object of the present invention is to provide a data processing device that speeds up processing in a clustered structural database by reducing the number of times of restorage by 110 times by taking advantage of clustering characteristics.

[発明の構成] (課題を解決するための手段及び作用)本発明は、クラ
スタリングされた構造型データベースの再格納処理に於
いて、データ構造を定義するデータ辞書と、処理対象と
なる旧データベースから順にレコードを読み、同レコー
ドを上記データ辞書を参照してデータ構造のレベル毎に
分類し、段階別レコード分類テーブルを作成する手段と
、上記段階別レコード分類テーブルの各レコードをレベ
ルのエントリ類に辿り、新データベースの格納ブロック
番号をシミュレーションする手段、及びその各レコード
について旧ポインタと新ポインタとの対応をとる変換テ
ーブルを作成する手段と、上記変換テーブルを参照して
上記段階別レコード分類テーブルのレコード内容のポイ
ンタ部分を変換する手段と、上記段階別レコード分類テ
ーブルを新データベース上に格納される順に並べ替えて
新データベース格納レコードテーブルを作成する手段と
、上記新データベース格納レコードテーブル内のレコー
ドを順に新データベースへ書込む手段とを備えてなる構
成としたもので、これにヨリ、旧データベースへの11
0回数(読込み回数)をブロック数に抑え、新データベ
ースへの110回数(書込み回数)を最大で新データベ
ースのブロック数に抑えて、110回数を大幅に削減で
き、これに伴い処理を高速化できる。
[Structure of the Invention] (Means and Effects for Solving the Problems) The present invention provides a data dictionary that defines a data structure and a data dictionary that defines a data structure and an old database to be processed, in a process of restoring a clustered structural database. means for sequentially reading records, classifying the same records by level of data structure with reference to the data dictionary, and creating a stage-based record classification table; means for simulating the storage block number of the new database; means for creating a conversion table that corresponds old pointers and new pointers for each record; means for converting pointer portions of record contents; means for rearranging the staged record classification table in the order in which they are stored in the new database to create a new database storage record table; The system is configured to have a means for sequentially writing to the new database, and a means for writing to the old database.
By keeping the 0 times (number of reads) to the number of blocks and the 110 times (number of writes) to the new database to the maximum number of blocks in the new database, the 110 times can be significantly reduced, and processing can be speeded up accordingly. .

(実施例) 以下図面を参照して本発明の一実施例を説明する。(Example) An embodiment of the present invention will be described below with reference to the drawings.

第1図は本発明の一実施例に於ける装置の構成を示すブ
ロック図である。
FIG. 1 is a block diagram showing the configuration of an apparatus in an embodiment of the present invention.

第1図に於いて、■はシステム制御を司るデータ処理部
であり、ここでは後述する大容量記憶装置2及び磁気デ
ィスク装置3をアクセス対象に、第2図のフローチャー
トに示すようなりラスタリングされた構造形データベー
スの再格納処理を実行する。2はソート/マージ機能を
もつ大容量記憶装置であり、データ処理部1の制御の下
にソート/マージ処理を含むデータの入出力処理を行な
うもので、この記憶装置上には、第3図に示すような新
データベ・−スヘ格納する段階別に分類された段階別レ
コード分類テーブル21.同テーブル上のポインタを書
替えるための新・旧のポインタ対応マツプ構造をなすポ
インタ変換テーブル22、第5図に示すような新データ
ベース格納レコードテーブル23等が実現される。3は
データ処理部1の制御の下にアクセスされる磁気ディス
ク装置であり、この磁気ディスク装置3上には、第6図
に示すようなデータ構造を示すデータ辞書ファイル31
、旧及び新の各データベース32.33等が実現される
In FIG. 1, ■ is a data processing unit that controls the system, and here, the mass storage device 2 and magnetic disk device 3, which will be described later, are accessed and rasterized as shown in the flowchart of FIG. Execute the re-storing process for the structured database. Reference numeral 2 denotes a large-capacity storage device with a sort/merge function, which performs data input/output processing including sort/merge processing under the control of the data processing section 1. A stage-based record classification table 21, which is classified according to the stage to be stored in the new database, as shown in FIG. A pointer conversion table 22 having a map structure corresponding to new and old pointers for rewriting pointers on the same table, a new database storage record table 23 as shown in FIG. 5, etc. are realized. 3 is a magnetic disk device accessed under the control of the data processing section 1, and on this magnetic disk device 3 there is a data dictionary file 31 having a data structure as shown in FIG.
, old and new databases 32, 33, etc. are realized.

第2図は上記データ処理部1の制御の下に実行される本
発明の一実施例に於けるクラスタリングされた構造形デ
ータベースの再格納処理手順を示すフローチャートであ
る。同図に於いて、Slは段階別レコード分類テーブル
21を作成するステップであり、旧データベース32か
ら順にレコードを読込み、データ辞書ファイル31を参
照しながら第3図に示すような段階別レコード分類テー
ブル21を作成する。S2は新データベース格納シミュ
レーションを実行するステップであり、段階別レコード
分類テーブル21のレコード内容を順に新データベース
33上で何れの場所に格納するかをシミュレーションし
、かつその処理に於いてポインタ変換テーブル22を作
成する。S3はレコード内ポインタを変換するステップ
であり、段階別レコード分類テーブル21に存在するレ
コード内容のポインタ部分をポインタ変換テーブル22
を参照しながら変換する。S4は第3図に示す段階別レ
コード分類テーブル21から第5図に示すような新デー
タベース格納レコードテーブル23を作成するステップ
であり、段階別レコード分類テーブル21の各レコード
内容を新データベース33上に格納される位置順に並べ
替える。S5は新データベース33へ書込みを行なうス
テップであり、新データベース格納レコードテーブル2
3内のレコード内容を順に新データベース33へ書込む
FIG. 2 is a flowchart showing a procedure for restoring a clustered structured database in an embodiment of the present invention, which is executed under the control of the data processing section 1. In the figure, Sl is a step for creating a staged record classification table 21, in which records are read in order from the old database 32, and while referring to the data dictionary file 31, the staged record classification table 21 is created as shown in FIG. Create 21. S2 is a step of executing a new database storage simulation, in which it is simulated in which location on the new database 33 the record contents of the staged record classification table 21 are stored in order, and in this process, the pointer conversion table 22 is Create. S3 is a step of converting an intra-record pointer, and converts the pointer part of the record contents existing in the stage-based record classification table 21 to the pointer conversion table 22.
Convert while referring to. S4 is a step of creating a new database storage record table 23 as shown in FIG. 5 from the stage-based record classification table 21 shown in FIG. Sort by stored position. S5 is a step of writing to the new database 33, and the new database storage record table 2
The record contents in 3 are sequentially written to the new database 33.

第3図は大容量記憶装置2上に実現される段階別レコー
ド分類テーブル2Iの構造を示す図である。
FIG. 3 is a diagram showing the structure of the staged record classification table 2I implemented on the mass storage device 2. As shown in FIG.

即ち、段階別レコード分類テーブル21は、上記第6図
(a)に示すデータ構造を例にとると、レベル1にRA
、R’B、レベル2にRC,レベル3にRD、RE、・
・・というようにレベル毎に分類したテーブルであり、
1つのエントリには、レベル番号LN、親のポインタ(
親が無いときはヌル(Null)値) PI3.旧デー
タベース上の存在位置を示すポインタPA、レコード識
別子RID 、及び旧データベース上のデータ内容DA
TAをもつ。
That is, taking the data structure shown in FIG. 6(a) as an example, the stage-based record classification table 21 has RA at level 1.
, R'B, RC at level 2, RD at level 3, RE, ・
It is a table classified by level, such as...
One entry contains a level number LN, a parent pointer (
(Null value if there is no parent) PI3. Pointer PA indicating the location on the old database, record identifier RID, and data content DA on the old database
Has TA.

第4図は上記第3図に示す段階別レコード分類テーブル
21に格納されるデータ部(DATA)のレコード形式
を示す図であり、利用者データ部に附随してポインタ部
が設けられる。
FIG. 4 is a diagram showing the record format of the data section (DATA) stored in the staged record classification table 21 shown in FIG. 3, and a pointer section is provided along with the user data section.

第5図は同じく大容量記憶装置2上に実現される新デー
タベース格納レコードテーブル23の構造を示す図であ
る。この新データベース格納レコードテーブル23は、
新データベース33のブロック番号順にソート/マージ
され、同一ブロック内のデータは第3図のレベル番号順
に並べられたものである。
FIG. 5 is a diagram showing the structure of the new database storage record table 23 which is also implemented on the mass storage device 2. As shown in FIG. This new database storage record table 23 is
The data are sorted/merged in the order of the block numbers of the new database 33, and data within the same block is arranged in the order of the level numbers shown in FIG.

ここで第2図のフローチャートに従い本発明の一実施例
に於ける動作を説明する。
Here, the operation in one embodiment of the present invention will be explained according to the flowchart shown in FIG.

第2図ステップS1では、データ処理部1が、磁気ディ
スク装置3より旧データベース32のレコード内容をブ
ロック順に1ブロツクずつ読込み、そのブロック内のレ
コード全件についてデータ辞書ファイル31を参照して
データ構造のレベル毎に分類し、大容量記憶装置2内の
第3図に示す段階別レコード分類テーブル21へ蓄積す
る。
In step S1 in FIG. 2, the data processing unit 1 reads the record contents of the old database 32 block by block from the magnetic disk device 3, and constructs the data structure by referring to the data dictionary file 31 for all the records in the block. The records are classified by level and stored in the staged record classification table 21 shown in FIG. 3 in the mass storage device 2.

この際、レベルlは親をもたずに、データ内のキー値に
よって格納位置が決まるもの(第6図(a)ではRA、
RB)。レベル2は親をもち、レベル1に分類されるレ
コードから辿って最高でも2回で辿れるもの、即ちレベ
ル1から直接辿れるもの(第6図(a)ではRC)。レ
ベル3は親をもち、レベル1に分類されるレコードから
辿って最高でも3回で辿れるもの(第6図(a)ではR
D、RE)。・・・というように分類する。
In this case, level l does not have a parent and the storage location is determined by the key value in the data (in Figure 6 (a), RA,
RB). Level 2 has a parent and can be traced at most twice from a record classified as level 1, that is, it can be traced directly from level 1 (RC in FIG. 6(a)). Level 3 has a parent and can be traced at most three times from a record classified as level 1 (in Figure 6(a), R
D, RE). It is classified as follows.

この分類処理は、旧データベース32のすべてのブロッ
クを読み込むことによって終了し、これにより第3図に
示すような段階別レコード分類テーブル2■が完成する
This classification process is completed by reading all blocks of the old database 32, thereby completing the staged record classification table 2 as shown in FIG.

第2図ステップS2では、段階別レコード分類テーブル
21をレベル1のエントリの順に辿って、新データベー
ス33の格納ブロック番号をシミュレーションする。こ
のとき、旧の位置(ポインタ)と新の位置(ポインタ)
との対応をとったポインタ変換テーブル22を作る。こ
のポインタ変換テーブル22はポインタの値の小さな順
に並べられる。
In step S2 of FIG. 2, the storage block number of the new database 33 is simulated by tracing the staged record classification table 21 in the order of level 1 entries. At this time, the old position (pointer) and new position (pointer)
A pointer conversion table 22 is created that corresponds to the pointer conversion table 22. This pointer conversion table 22 is arranged in ascending order of pointer values.

シミュレーションは、レベル1の場合にはキーの値を使
用して行なう。レベル2以下に於いて親の近くへクラス
タリングされるレコードについては、旧の親のポインタ
を使ってポインタ変換テーブル22から新ポインタを得
て、そこを格納位置とする。
In the case of level 1, the simulation is performed using the key value. For records that are clustered near the parent at level 2 or below, a new pointer is obtained from the pointer conversion table 22 using the old parent pointer, and that point is set as the storage location.

クラスタリング不要のレコードについては、キー値また
は旧データベース32上での存在位置情報を使ってシミ
ュレーションする。
For records that do not require clustering, simulation is performed using key values or location information on the old database 32.

シミュレーションした結果、第3図に示すような段階別
レコード分類テーブル21の旧データベース32上の存
在位置を新データベース33上の存在位置へと変換する
As a result of the simulation, the location of the staged record classification table 21 on the old database 32 as shown in FIG. 3 is converted to the location on the new database 33.

第2図ステップS3では、上記ステップS2の処理の結
果、更新した段階別レコード分類テーブル21のデータ
内容部分にある親及び子レコードを示す旧データベース
32上のポインタを新データベース33上のポインタへ
変換する。
In step S3 in FIG. 2, as a result of the process in step S2, the pointers on the old database 32 indicating parent and child records in the data content part of the updated staged record classification table 21 are converted to pointers on the new database 33. do.

第2図ステップS4では、上記ステップ3の処理で完成
した、第3図に示す構成の段階別レコード分類テーブル
2Iを新データベース33のブロック順に並べ替えて、
第5図に示すような新データベース格納レコードテーブ
ル23を完成する。この新データベース格納レコードテ
ーブル23はブロック順、レベル順に並べられたデータ
となっている。
In step S4 of FIG. 2, the staged record classification table 2I having the configuration shown in FIG.
The new database storage record table 23 as shown in FIG. 5 is completed. This new database storage record table 23 has data arranged in block order and level order.

第2図ステップS5では、新データベース格納レコード
テーブル23のレコード内容をその配列順に新データベ
ース33へ書き込む。この際の110回数(書込み回数
)はは上記テーブル23のブロック番号の数であり、最
大、新データベース33のブロック数となる。
In step S5 in FIG. 2, the record contents of the new database storage record table 23 are written into the new database 33 in the order of their arrangement. The 110 times (number of writes) at this time is the number of block numbers in the table 23, and is the maximum number of blocks in the new database 33.

上記したような再格納処理手段により、旧データベース
への110回数(読込み回数)をブロック数と同数にで
きるとともに、新データベースへの110回数(書込み
回数)を最大で新データベースのブロック数と同数にで
きることから、入力時間及びを出力時間をそれぞれ短縮
して、構造型データベース再格納処理を高速化できる。
By using the above-mentioned restorage processing means, it is possible to make the 110 times (number of reads) to the old database equal to the number of blocks, and at the same time make the 110 times (number of writes) to the new database equal to the number of blocks in the new database. As a result, the input time and output time can be shortened, and the structural database restoring process can be speeded up.

又、新データベース格納テーブルを磁気テープ等の外部
記憶上に格納することによって、データベースの保存/
移行ができる。
In addition, by storing the new database storage table on external storage such as magnetic tape, it is possible to save/save the database.
Can be migrated.

尚、本発明による再格納処理手段は、構造型データベー
スの再構成、再騙成機能にも適用できる。
Note that the restorage processing means according to the present invention can also be applied to the reconfiguration and reconstitution functions of a structural database.

[発明の効果] 以上詳記したように本発明によれば、クラスタリングさ
れた構造型データベースの再格納処理に於いて、データ
構造を定義するデータ辞書と、処理対象となる旧データ
ベースから順にレコードを読み、同レコードを上記デー
タ辞書を参照してデータ構造のレベル毎に分類し、段階
別レコード分類テーブルを作成する手段と、上記段階別
レコード分類テーブルの各レコードをレベルのエントリ
類に辿り、新データベースの格納ブロック番号をシミュ
レーションする手段、及びその各レコードについて旧ポ
インタと新ポインタとの対応をとる変換テーブルを作成
する手段と、上記変換テーブルを参照して上記段階別レ
コード分類テーブルのレコード内容のポインタ部分を変
換する手段と、上記段階別レコード分類テーブルを新デ
ータベース上に格納される順に並べ替えて新データベー
ス格納レコードテーブルを作成する手段と、上記新デー
タベース格納レコードテーブル内のレコードを順に新デ
ータベースへ書込む手段とを備えてなる構成としたもの
で、これにより旧データベースの読込み回数をブロック
数とし、新データベースへの書込み回数を最大で新デー
タベースのブロック数として、110回数を大幅に削減
でき、これに伴い再格納処理を高速化できる。
[Effects of the Invention] As detailed above, according to the present invention, in the restoring process of a clustered structural database, records are sequentially retrieved from the data dictionary that defines the data structure and the old database to be processed. means for reading and classifying the same records by level of data structure with reference to the data dictionary to create a stage-based record classification table; means for simulating the storage block number of the database; means for creating a conversion table that corresponds old pointers and new pointers for each record; means for converting the pointer portion; means for rearranging the staged record classification table in the order in which they are stored in the new database to create a new database storage record table; With this configuration, the number of times the old database is read as the number of blocks, and the number of times that the new database is written as the number of blocks of the new database can be significantly reduced by 110 times. , Accordingly, the restorage process can be sped up.

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

第1図は本発明の一実施例を示すブロック図、第2図は
上記実施例に於ける再格納処理手段を示゛すフローチャ
ート、第3図は上記実施例に於ける段階別レコード分類
テーブルの構成を示す図、第4図は上記テーブル内のレ
コード形成を示す図、第5図は上記実施例に於ける新デ
ータベース格納レコードテーブルの構成を示す図、第6
図は本発明で対象とするデータ構造と従来のデータベー
スに於ける再格納処理手段を説明するための図である。 ■・・・データ処理部、2・・・大容量記憶装置、3・
・・磁気ディスク装置、21・・・段階別レコード分類
テーブル、22・・・ポインタ変換テーブル、23・・
・新データベース格納レコードテーブル、31・・・デ
ータ辞書ファイル、32・・・旧データベース、33・
・・新データベース。
FIG. 1 is a block diagram showing one embodiment of the present invention, FIG. 2 is a flowchart showing the restorage processing means in the above embodiment, and FIG. 3 is a staged record classification table in the above embodiment. 4 is a diagram showing the formation of records in the above table. FIG. 5 is a diagram showing the structure of the new database storage record table in the above embodiment.
The figure is a diagram for explaining a data structure targeted by the present invention and a restorage processing means in a conventional database. ■...Data processing unit, 2...Mass storage device, 3.
...Magnetic disk device, 21...Stage record classification table, 22...Pointer conversion table, 23...
・New database storage record table, 31...Data dictionary file, 32...Old database, 33.
...New database.

Claims (1)

【特許請求の範囲】[Claims] クラスタリングされた構造型データベース再格納処理に
於いて、データ構造を示すデータ辞書と、処理対象とな
る旧データベースから順にレコードを読み、同レコード
を上記データ辞書を参照してデータ構造のレベル毎に分
類し、段階別レコード分類テーブルを作成する手段と、
上記段階別レコード分類テーブルの各レコードをレベル
のエントリ順に辿り、新データベースの格納ブロック番
号をシミュレーションする手段、及びその各レコードに
ついて旧ポインタと新ポインタとの対応をとる変換テー
ブルを作成する手段と、上記変換テーブルを参照して上
記段階別レコード分類テーブルのレコード内容のポイン
タ部分を変換する手段と、上記段階別レコード分類テー
ブルを新データベース上に格納される順に並べ替えて新
データベース格納レコードテーブルを作成する手段と、
上記新データベース格納レコードテーブル内のレコード
を順に新データベースへ書込む手段とを具備してなるこ
とを特徴とするデータ処理装置。
In the process of restoring a clustered structured database, records are read sequentially from the data dictionary indicating the data structure and the old database to be processed, and the records are classified by level of data structure with reference to the data dictionary. and a means for creating a staged record classification table;
Means for simulating the storage block number of the new database by tracing each record of the staged record classification table in the order of level entries, and means for creating a conversion table that corresponds the old pointer and new pointer for each record; Means for converting the pointer part of the record contents of the stage-based record classification table by referring to the conversion table, and creating a new database storage record table by rearranging the stage-based record classification table in the order in which it will be stored on the new database. and the means to
A data processing device comprising means for sequentially writing records in the new database storage record table to the new database.
JP1043503A 1989-02-23 1989-02-23 Data processor Pending JPH02222044A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1043503A JPH02222044A (en) 1989-02-23 1989-02-23 Data processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1043503A JPH02222044A (en) 1989-02-23 1989-02-23 Data processor

Publications (1)

Publication Number Publication Date
JPH02222044A true JPH02222044A (en) 1990-09-04

Family

ID=12665525

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1043503A Pending JPH02222044A (en) 1989-02-23 1989-02-23 Data processor

Country Status (1)

Country Link
JP (1) JPH02222044A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5713023A (en) * 1994-07-30 1998-01-27 Fuji Xerox Co., Ltd. Data management device providing increased storage and record access efficiency of clustered data
US5940832A (en) * 1994-03-10 1999-08-17 Fujitsu Limited Dynamic database structuring method and apparatus, and database clustering method and apparatus
US6081811A (en) * 1996-02-08 2000-06-27 Telefonaktiebolaget Lm Ericsson Method of database conversion including data verification

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5940832A (en) * 1994-03-10 1999-08-17 Fujitsu Limited Dynamic database structuring method and apparatus, and database clustering method and apparatus
US5713023A (en) * 1994-07-30 1998-01-27 Fuji Xerox Co., Ltd. Data management device providing increased storage and record access efficiency of clustered data
US6081811A (en) * 1996-02-08 2000-06-27 Telefonaktiebolaget Lm Ericsson Method of database conversion including data verification

Similar Documents

Publication Publication Date Title
JPS60218142A (en) Dynamic format conversion system of data
JPH02222044A (en) Data processor
JPS62121532A (en) Data retrieving method
JPH0267648A (en) Record adding system for data base with tree structure
JP2874810B2 (en) Key memory allocation method
JPH04112253A (en) Data accessing method using multilayer buffer
JP2679761B2 (en) Data management system
JPS62107336A (en) Control method for hierarchy type data base
JPH0340043A (en) Data base generation managing system
JP3145727B2 (en) Data retrieval device
JPS61103242A (en) High-speed retrieval system
JP2573577B2 (en) File access device
JPH11306183A (en) Data base retrieval system
JPS61278932A (en) Method of processing data addition
JP2507399B2 (en) Database equipment
JPH04250568A (en) Record retrieval device
JPH0388069A (en) Device for connecting storage medium
JPH0442371A (en) Logic simulation method
JPH04299772A (en) Data retrieving device
JPH0764835A (en) Data storage system for relational data base
JPS63317823A (en) Data access system by index
JPH056888B2 (en)
JPS61165146A (en) Dynamic changing and processing system of data item in record type data
JPH02302869A (en) File edition system
JPH04245563A (en) Preparation of retrieving table