JPH0348539B2 - - Google Patents

Info

Publication number
JPH0348539B2
JPH0348539B2 JP58066749A JP6674983A JPH0348539B2 JP H0348539 B2 JPH0348539 B2 JP H0348539B2 JP 58066749 A JP58066749 A JP 58066749A JP 6674983 A JP6674983 A JP 6674983A JP H0348539 B2 JPH0348539 B2 JP H0348539B2
Authority
JP
Japan
Prior art keywords
data
storage area
stored
record storage
main
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.)
Expired - Lifetime
Application number
JP58066749A
Other languages
Japanese (ja)
Other versions
JPS59191665A (en
Inventor
Kyoichi Suzuki
Yoshihide Yamakawa
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP58066749A priority Critical patent/JPS59191665A/en
Publication of JPS59191665A publication Critical patent/JPS59191665A/en
Publication of JPH0348539B2 publication Critical patent/JPH0348539B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/901Indexing; Data structures therefor; Storage structures
    • G06F16/9017Indexing; Data structures therefor; Storage structures using directory or table look-up

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Memory System Of A Hierarchy Structure (AREA)

Description

【発明の詳細な説明】 [発明の利用分野] 本発明はデータの格納位置により処理効率が左
右されるデータ処理システムの発生データの格納
方式に関し、特にオンラインシステムなどにおい
て、端末から入力されるトランザクシヨンデータ
をホスト側で処理してデータベースに蓄積し、以
後、該データベースをアクセスして読み出し、端
末等に返送するような場合、発生データの最適な
レコード格納領域を決定し、オンラインシステム
などの処理効率を向上させるのに好適な参照割合
に適合する発生データの格納方式に関する。
[Detailed Description of the Invention] [Field of Application of the Invention] The present invention relates to a method for storing generated data in a data processing system where processing efficiency is affected by the storage location of the data, and in particular, in an online system etc., transaction data input from a terminal is stored. When the host side processes and stores data in a database, and then accesses and reads the database and sends it back to a terminal, etc., the optimal record storage area for the generated data is determined, and the processing by the online system, etc. The present invention relates to a method for storing generated data that conforms to a reference ratio suitable for improving efficiency.

[発明の背景] 一般にオンラインシステムなどのデータ処理シ
ステムにおいては、取引データ、業務データなど
を蓄積するデータベースはメインレコード格納領
域とオーバーフローレコード格納領域の二つの格
納領域からなつている。ところで、この種のデー
タベースに新規に発生したデータを格納する場
合、従来は、データの発生順またはデータの階層
シーケンス順に格納する方式となつているため、
メインレコード格納領域には参照割合の高いデー
タと参照割合の低いデータが混在して格納されて
いた。そのため、メインレコード格納領域が参照
割合の低いデータで満されると、その後発生する
参照割合の高いデータがオーバフローレコード格
納領領に集中的に格納され、データの入出力回数
の増大を招く欠点があつた。すなわちメインレコ
ード格納領域がすでにデータで満たされている状
態で新たに参照割合の高いデータが発生すると、
参照割合の高いデータがオーバーフローレコード
格納領域に集中的に格納されることになる。この
ため、参照割合の高いデータを参照(アクセス)
するとき、入出力回数の増大を招くことが多い。
このような不都合を防止するため、データベース
の論理構造を設計するとき参照割合の高いデータ
をより高いレベルに配置するなどの注意を払う必
要があつた。しかしながら、このような設計は、
データベースの複雑化、多様化などの要因によ
り、データベース論理構造の設計変更を必要と
し、環境の変化に軟柔に対応することが極めて困
難であるという問題があつた。
[Background of the Invention] Generally, in a data processing system such as an online system, a database that stores transaction data, business data, etc. consists of two storage areas: a main record storage area and an overflow record storage area. By the way, when newly generated data is stored in this type of database, the conventional method is to store it in the order of data occurrence or in the order of data hierarchy sequence.
The main record storage area contained a mixture of data with a high reference rate and data with a low reference rate. Therefore, if the main record storage area is filled with data with a low reference rate, subsequent data with a high reference rate will be stored intensively in the overflow record storage area, resulting in an increase in the number of data inputs and outputs. It was hot. In other words, when new data with a high reference rate occurs while the main record storage area is already filled with data,
Data with a high reference rate will be stored intensively in the overflow record storage area. Therefore, refer to (access) data with a high reference rate.
When doing so, it often results in an increase in the number of inputs and outputs.
In order to prevent such inconveniences, when designing the logical structure of a database, it is necessary to take care such as placing data with a high reference rate at a higher level. However, such a design
Due to factors such as the complexity and diversification of databases, it is necessary to change the design of the database logical structure, making it extremely difficult to respond flexibly to changes in the environment.

[発明の目的] 本発明は上述の点にかんがみてなされたもの
で、発生データの参照割合により最適なレコード
格納領域を決定できるようにして、上記データベ
ースのデータ構造を設計するうえでの問題点を一
切考慮することなくシステムを構成できる。参照
割合に適合する発生データ格納方式を提供するこ
とを目的とする。
[Object of the Invention] The present invention has been made in view of the above-mentioned points, and it solves the problems in designing the data structure of the above-mentioned database by making it possible to determine the optimal record storage area based on the reference ratio of generated data. The system can be configured without considering anything. The purpose is to provide an occurrence data storage method that is compatible with reference ratios.

[発明の概要] 本発明の要点は、データが格納されるメインレ
コード格納領域と該メインレコード格納領域に格
納されるデータが満杯になつたときにあふれたデ
ータが格納されるオーバーフローレコード格納領
域の二つの格納領域からなるデータベースレコー
ドにデータを格納する手段をそなえ、1個または
複数個のデータ項目からなる固定長または可変長
の論理的なデータを格納するデータ処理システム
において、事前にデータの参照される割合を求
め、これを各データごとの格納位置属性として保
持しておく保持手段と、データベースレコードに
格納するデータの発生の都度、前記保持手段が保
持する格納位置属性を参照しながらデータ格納位
置を決定する管理手段とを設け、参照割合の高い
データを優先して前記メインレコード格納領域に
格納し、参照割合の低いデータを前記オーバーフ
ローレコード格納領域に追い落すようにしたこと
である。
[Summary of the Invention] The main points of the present invention are a main record storage area in which data is stored and an overflow record storage area in which overflowing data is stored when the data stored in the main record storage area becomes full. In a data processing system that is equipped with a means for storing data in a database record consisting of two storage areas and stores fixed-length or variable-length logical data consisting of one or more data items, it is possible to refer to the data in advance. storage means that calculates the ratio at which data is stored and stores it as a storage location attribute for each data; and storage means that stores data while referring to the storage location attribute held by the storage means each time data to be stored in a database record is generated. A management means for determining the position is provided, data with a high reference rate is given priority and stored in the main record storage area, and data with a low reference rate is dropped into the overflow record storage area.

[本発明の実施例] 以下、本発明の一実施例を図面に基づいて説明
する。
[Embodiment of the present invention] Hereinafter, an embodiment of the present invention will be described based on the drawings.

第1図は本発明の一実施例をなす参照割合に適
合する発生データの格納方式を説明するためのブ
ロツク図である。同図において、1は1個または
複数個のデータ項目から構成されるデータベース
レコード、Xはメインレコード格納領域、Yはオ
ーバーフローレコード格納領域、A,B,C,
D,E,Fはデータベースレコード1に既に蓄積
されているデータのデータ名、Cは新しく発生し
たデータのデータ名である。2はデータをどのレ
コード格納領域に格納するかを決定するデータ格
納位置決定管理部(以下に、単に管理部と略称す
る)、3はデータ名毎に、当該データの参照割合
をデータ格納位置属性情報として保持するデータ
格納位置属性情報管理テーブルである。この管理
テーブル3には、各データの参照される割合をあ
らかじめ求め、本例では高い、低いの2種類に区
分けして事前に格納しておく。
FIG. 1 is a block diagram illustrating a method for storing generated data conforming to a reference ratio, which is an embodiment of the present invention. In the figure, 1 is a database record composed of one or more data items, X is a main record storage area, Y is an overflow record storage area, A, B, C,
D, E, and F are data names of data already stored in database record 1, and C is a data name of newly generated data. 2 is a data storage location determination management unit (hereinafter simply referred to as the management unit) that determines in which record storage area data is stored; 3 is a data storage location attribute that determines the reference rate of the data for each data name. This is a data storage location attribute information management table held as information. In this management table 3, the reference rate of each data is determined in advance, and in this example, it is divided into two types, high and low, and stored in advance.

第2図は、本発明による参照割合に適合する発
生データの格納方式の処理の流れを示すフローチ
ヤートの一例である。このフローチヤートを参照
しながら、第1図の実施例の動作を説明する。
FIG. 2 is an example of a flowchart showing the processing flow of the method for storing generated data that conforms to the reference ratio according to the present invention. The operation of the embodiment shown in FIG. 1 will be explained with reference to this flowchart.

いま仮に、1個のメインレコード格納領域およ
び1個のオーバーフローレコード格納領域がそれ
ぞれ1個の物理ブロツクに対応するものとして、
データベースレコード1のメインレコード格納領
域Xが既存データA,B,C,D,Eで満たさ
れ、オーバーフローレコード格納領域Yにはデー
タFのみが格納されているものとする。
Assuming that one main record storage area and one overflow record storage area each correspond to one physical block,
It is assumed that the main record storage area X of database record 1 is filled with existing data A, B, C, D, and E, and that the overflow record storage area Y only stores data F.

新たにデータCが発生すると、管理部2はメイ
ンレコード格納領域Xにこの発生データCを十分
に格納するスペースがあるか否かを調べる(ステ
ツプ11)。もしメインレコード格納領域Xに十分
なるスペースがあれば、発生データCの参照割合
に関係なく発生データCをメインレコード格納領
域Xに格納する(ステツプ12)。
When new data C is generated, the management section 2 checks whether there is enough space in the main record storage area X to store the generated data C (step 11). If there is sufficient space in the main record storage area X, the generated data C is stored in the main record storage area X regardless of the reference ratio of the generated data C (step 12).

メインレコード格納領域Xに発生データCを十
分に格納する空スペースがない場合、管理部2は
データ格納位置属性情報管理テーブル3を参照し
て、発生データCの参照割合が高いか否かを調べ
る(ステツプ13)。この場合、他のデータの参照
割合と関係づけて調べることはしない。これは、
参照割合の高いデータを優先してメインレコード
格納領域に格納するものとし、発生データCの参
照割合が低ければメインレコード格納領域に格納
する必要がないため、その切分けを行なえばよい
ことによる。従つて、もし発生データCの参照割
合が低い場合は、発生データCをオーバーフロー
レコード格納領域Yへ転送する(ステツプ14)。
If there is not enough empty space in the main record storage area (Step 13). In this case, it is not investigated in relation to the reference ratio of other data. this is,
This is because data with a high reference rate is prioritized and stored in the main record storage area, and if the reference rate of generated data C is low, it is not necessary to store it in the main record storage area, so it is only necessary to separate the data. Therefore, if the reference rate of the generated data C is low, the generated data C is transferred to the overflow record storage area Y (step 14).

発生データCの参照割合が高い場合、管理部2
はメインレコード格納領域XのデータA,B,
D,Eに参照割合の低いデータがあるか否かをデ
ータ格納位置属性情報管理テーブル3を参照して
調べる(ステツプ15)。もし参照割合の低いデー
タがなかつた場合、メインレコード格納領域Xの
データ中に、発生データCと同じデータ名を持つ
参照割合の高い格納位置属性のデータがあるか調
べる(ステツプ16)。そして同じデータ名のデー
タがなかつた場合は、発生データCをオーバーフ
ローレコード格納領域Yへ転送し(ステツプ14)、
格納する。
If the reference rate of generated data C is high, the management unit 2
are data A, B, in main record storage area
The data storage location attribute information management table 3 is checked to see if there is data with a low reference rate in D and E (step 15). If there is no data with a low reference rate, it is checked whether there is data in the main record storage area X that has the same data name as the generated data C and has a storage location attribute with a high reference rate (step 16). If there is no data with the same data name, the generated data C is transferred to the overflow record storage area Y (step 14),
Store.

メインレコード格納領域Xのデータ中に発生デ
ータCと同じデータ名を持つ参照割合の高い格納
位置属性のデータがあつた場合、管理部2は発生
データCのデータ長とメインレコード格納領域X
中の該当データの総データ長を比較する(ステツ
プ17)。そして、もしメインレコード格納領域X
中の該当データの総データ長が発生データCのデ
ータ長より小さい場合は、発生データCをオーバ
ーフローレコード格納領域Yへ転送し(ステツプ
14)、格納する。一方、発生データのデータ長が
メインレコード格納領域X中の該当データの総デ
ータ長に等しいかあるいは小さい場合、メインレ
コード格納領域X中の該当データをオーバーフロ
ーレコード領域Yに転送する(ステツプ18)と共
に、発生データCをメインレコード格納領域Xへ
転送して(ステツプ19)、それぞれ格納する。こ
れにより、同じデータ名を持つ参照割合の高いデ
ータ同士では、最も新しく発生したデータを出来
るだけメインレコード格納領域に保持せしめるこ
とができる(例えばオンラインシステムなどで
は、新しく発生しデータが最も早く必要になるケ
ースが多い)。
If data in the main record storage area
The total data length of the applicable data in the data is compared (step 17). And if the main record storage area
If the total data length of the relevant data is smaller than the data length of the generated data C, the generated data C is transferred to the overflow record storage area Y (step
14), store. On the other hand, if the data length of the generated data is equal to or smaller than the total data length of the corresponding data in the main record storage area X, the corresponding data in the main record storage area X is transferred to the overflow record area Y (step 18). , and the generated data C are transferred to the main record storage area X (step 19) and stored therein. As a result, for data with a high reference rate that has the same data name, the most recently generated data can be kept in the main record storage area as much as possible (for example, in online systems, newly generated data is needed earliest). (in many cases).

新たにデータCが発生した時、メインレコード
格納領域Xのデータ中に参照割合の低いデータが
ある場合は、管理部2はメインレコード格納領域
X中の参照割合の低いデータの総データ長と発生
データCのデータ長を比較し(ステツプ20)、も
し参照割合の低いデータの総データ長が短い場合
は、発生データCをオーバーフローレコード格納
領域Yへ転送し(ステツプ21)、格納する。
When new data C is generated, if there is data with a low reference rate in the data in the main record storage area X, the management unit 2 calculates the total data length of the data with a low reference rate in the main record storage area The data lengths of data C are compared (step 20), and if the total data length of the data with a low reference rate is short, the generated data C is transferred to the overflow record storage area Y (step 21) and stored.

参照割合の低いデータの総データ長が発生デー
タCより長い場合は、管理部2はメインレコード
格納領域X中の参照割合の低いデータをオーバー
フローレコード格納領域Yへ転送する(ステツプ
22)と共に、発生データCをメインレコード格納
領域Xへ転送し(ステツプ12)、それぞれ格納す
る。
If the total data length of the data with a low reference rate is longer than the generated data C, the management unit 2 transfers the data with a low reference rate in the main record storage area X to the overflow record storage area Y (step
22), the generated data C is transferred to the main record storage area X (step 12) and stored.

いま、第1図のデータ格納位置属性情報管理テ
ーブル3のようにデータA〜Fの参照割合が示さ
れていると、発生データCはデータA,Bと同じ
く参照割合が高く、データD,Eは参照割合が低
いから、データD,Eはオーバーフローレコード
格納領域Yに転送され、発生データCはメインレ
コード格納領域Xへ転送され、メインレコード格
納領域Xとオーバーフローレコード格納領域Yの
内容はそれぞれ第3図に示すようになる。
Now, if the reference ratios of data A to F are shown as in the data storage location attribute information management table 3 in FIG. 1, generated data C has a high reference ratio like data A and B, and data D and E Since the reference rate is low, data D and E are transferred to overflow record storage area Y, generated data C is transferred to main record storage area X, and the contents of main record storage area X and overflow record storage area Y are respectively The result will be as shown in Figure 3.

上記のように、本実施例によれば、参照割合の
高い新たに発生したデータC、および既存の同じ
く参照割合の高いデータA,Bはメインレコード
格納領域Xに格納され、参照割合の低い既存のデ
ータD,EはデータFとともにオーバーフローレ
コード格納領域Yに格納される。したがつて、以
降の参照割合の高いデータA,B,Cを参照する
データ処理において、参照割合の高いデータがメ
インレコード格納領域Xに集中して格納されてい
るため、オーバーフローレコード格納の入出力を
行う必要がなくなり、システムのスループツトを
大幅に向上させる効果がある。
As described above, according to this embodiment, newly generated data C with a high reference rate and existing data A and B with a similarly high reference rate are stored in the main record storage area X, and existing data C with a low reference rate is stored in the main record storage area Data D and E are stored in the overflow record storage area Y together with data F. Therefore, in subsequent data processing that refers to data A, B, and C with a high reference rate, since the data with a high reference rate is stored concentrated in the main record storage area X, input/output of overflow record storage is required. This eliminates the need to perform multiple steps, which has the effect of significantly improving system throughput.

[発明の効果] 以上説明したように、本発明に係る参照割合に
適合する発生データの格納方式は、事前に各デー
タの参照される割合を求め、これを各データごと
の格納位置属性として保持する保持手段と、デー
タ発生の都度、前記保持手段が保持する格納領域
属性を参照しながらデータ格納位置を決定する管
理手段とを設け、新たにデータが発生したとき、
メインレコード格納領域の既データおよび新たに
発生したデータの参照割合が自動的に判定され
て、参照割合の高いデータが優先してメインレコ
ード格納領域に格納されるようにしたので、デー
タの参照割合の適合したデータの格納について特
別の配慮をする必要がなくなる。また、データの
発生よりもデータの参照頻度が極めて多いデータ
処理においては、参照割合の高いデータを集中し
てメインレコード格納領域に格納することによ
り、オーバーフローレコード格納領域の入出力を
回避することができ、入出力回数の削減が図れ、
システムのスループツトが向上する等の優れた効
果を有する。
[Effect of the invention] As explained above, the storage method of generated data that conforms to the reference ratio according to the present invention calculates the reference ratio of each data in advance and holds this as a storage location attribute for each data. and a management means that determines a data storage position by referring to storage area attributes held by the holding means each time data is generated, and when new data is generated,
The reference rate of existing data and newly generated data in the main record storage area is automatically determined, and data with a high reference rate is given priority and stored in the main record storage area. There is no need to take special consideration in storing data that is compatible with the above. Additionally, in data processing where data is referenced much more frequently than data is generated, input/output to the overflow record storage area can be avoided by concentrating data with a high reference rate and storing it in the main record storage area. The number of input/outputs can be reduced.
This has excellent effects such as improving system throughput.

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

第1図は本発明に係る参照割合に適合する発生
データ格納方式のブロツク図、第2図はその処理
フローを示す図、第3図はデータ格納例を示す図
である。 1,1′……データベースレコード、2……デ
ータ格納位置決定管理部、3……データ格納位置
属性情報管理テーブル。
FIG. 1 is a block diagram of a system for storing generated data that conforms to the reference ratio according to the present invention, FIG. 2 is a diagram showing its processing flow, and FIG. 3 is a diagram showing an example of data storage. 1, 1'...Database record, 2...Data storage location determination management section, 3...Data storage location attribute information management table.

Claims (1)

【特許請求の範囲】[Claims] 1 データが格納されるメインレコード格納領域
と該メインレコード格納領域に格納されるデータ
が満杯になつたときにあふれたデータが格納され
るオーバーフローレコード格納領域の二つの格納
領域からなるデータベースレコードにデータを格
納する手段を備え、一個または複数個のデータ項
目からなる固定長または可変長の論理的なデータ
を単位として、上記データベースレコードにデー
タを格納するデータ処理システムにおいて、事前
に求めた各データの参照される割合を、各データ
ごとの格納位置属性として保持する保持手段と、
データベースレコードに格納するデータの発生の
都度、前記保持手段が保持する格納位置属性を参
照しながらデータ格納位置を決定する管理手段と
を設け、参照割合の高いデータを優先して前記メ
インレコード格納領域に格納し、参照割合の低い
データを前記オーバーフローレコード格納領域に
追い落すようにして、参照割合の高いデータをメ
インレコード格納領域に集中的に格納することを
特徴とした参照割合に適合する発生データの格納
方式。
1 Data is stored in a database record that consists of two storage areas: a main record storage area where data is stored and an overflow record storage area where overflowing data is stored when the data stored in the main record storage area is full. In a data processing system that stores data in the database record in units of fixed-length or variable-length logical data consisting of one or more data items, each data obtained in advance is a retention means for retaining the reference rate as a storage location attribute for each data;
A management means is provided that determines a data storage location by referring to a storage location attribute held by the storage means each time data to be stored in a database record occurs, and the main record storage area is given priority to data with a high reference rate. generated data conforming to the reference ratio, characterized in that data with a low reference ratio is stored in the main record storage area, data with a low reference ratio is dropped to the overflow record storage area, and data with a high reference ratio is stored intensively in the main record storage area. storage method.
JP58066749A 1983-04-15 1983-04-15 Storing system for generated data suited to reference rate Granted JPS59191665A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP58066749A JPS59191665A (en) 1983-04-15 1983-04-15 Storing system for generated data suited to reference rate

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP58066749A JPS59191665A (en) 1983-04-15 1983-04-15 Storing system for generated data suited to reference rate

Publications (2)

Publication Number Publication Date
JPS59191665A JPS59191665A (en) 1984-10-30
JPH0348539B2 true JPH0348539B2 (en) 1991-07-24

Family

ID=13324837

Family Applications (1)

Application Number Title Priority Date Filing Date
JP58066749A Granted JPS59191665A (en) 1983-04-15 1983-04-15 Storing system for generated data suited to reference rate

Country Status (1)

Country Link
JP (1) JPS59191665A (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103018326A (en) 2012-11-29 2013-04-03 北京理工大学 Contact type ultrasonic non-destructive testing straight-line automatic scanning device

Also Published As

Publication number Publication date
JPS59191665A (en) 1984-10-30

Similar Documents

Publication Publication Date Title
Arge et al. Optimal dynamic interval management in external memory
US6240422B1 (en) Object to relational database mapping infrastructure in a customer care and billing system
US7143079B2 (en) Integrated composite data base system
US5758334A (en) File system remount operation with selectable access modes that saves knowledge of the volume path and does not interrupt an executing process upon changing modes
US5682507A (en) Plurality of servers having identical customer information control procedure functions using temporary storage file of a predetermined server for centrally storing temporary data records
US5790868A (en) Customer information control system and method with transaction serialization control functions in a loosely coupled parallel processing environment
US5630133A (en) Customer information control system and method with API start and cancel transaction functions in a loosely coupled parallel processing environment
JPH039494B2 (en)
JPH0348539B2 (en)
US5579514A (en) Methodology for increasing the average run length produced by replacement selection strategy in a system consisting of multiple, independent memory buffers
JPS601670B2 (en) Processing data transmission method
US6931436B2 (en) Methods and systems for asynchronous catalog requests for system objects via secure table look-up
JPS62131349A (en) Data base processing system
JP2615046B2 (en) Record addition processing method
JPS60148251A (en) Mail box management system
JPH02151944A (en) Data processor
JP3553093B2 (en) Data file system
JPH03166635A (en) Distributed data dictionary system
JPH04167152A (en) Idle memory control system
JP3179077B2 (en) Centralized management of terms
JP2507399B2 (en) Database equipment
JP2000276382A (en) Time-series data retention and addition system for database
Toptsis B***-tree: a family of efficient data packaging multiway trees
JPS63314656A (en) Cell control processing system containing variable length condition data
JPH03214335A (en) Computer system