JPH04167147A - Multi-generation data control processor - Google Patents

Multi-generation data control processor

Info

Publication number
JPH04167147A
JPH04167147A JP2294716A JP29471690A JPH04167147A JP H04167147 A JPH04167147 A JP H04167147A JP 2294716 A JP2294716 A JP 2294716A JP 29471690 A JP29471690 A JP 29471690A JP H04167147 A JPH04167147 A JP H04167147A
Authority
JP
Japan
Prior art keywords
data
generation
information
frequency
definition
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
JP2294716A
Other languages
Japanese (ja)
Inventor
Takashi Nakajima
中島 貴
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2294716A priority Critical patent/JPH04167147A/en
Publication of JPH04167147A publication Critical patent/JPH04167147A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To reduce the converting overhead for each access with high efficiency by automatically convert the necessary data into the latest generation in accordance with the using frequency of the data on each generation when the data on plural generations are controlled. CONSTITUTION:A data control part 10 and a generation updating processing part 11 are provided together with the definition use control information 12 set against the data form defining information 3. The part 10 has an access to the data 2 after reception of a prescribed request and therefore accumulates the prescribed information on the frequency of reference into the information 12 for each reference to the information 3 on the generation of data. The part 11 converts the data 2 on the generation where the frequency information contained in the information 12 satisfies the prescribed conditions into the data subject to the information 3 with reception of a prescribed request. As a result, the part 11 selects a generation whose frequency exceeds a proper designated level as a subject generation where the data form is converted after the operation of a certain period for example. Thus the data is converted into the generations.

Description

【発明の詳細な説明】 〔概 要〕 計算機における、データ形式定義の更新に対応する複数
世代のデータの管理に関し、 世代ごとのデータの利用頻度に応じて、必要なデータの
最新世代への変換を自動的に行ない、アクセスごとの変
換オーバヘッドを効率よく減少できる複数世代データ管
理処理装置を目的とし、データ形式定義の更新ごとに世
代を進め、各該世代ごとのデータを当該世代のデータ形
式定義情報と関連付けて管理する装置であって、データ
管理部と世代更新処理部とを有し、該データ形式定義情
報に対応して、定義利用管理情報を設け、該データ管理
部は、所定の要求を受け付けて該データにアクセスする
ために、当該データの該世代の該データ形式定義情報を
参照するごとに、該定義利用管理情報に、該参照の頻度
に関する所定の頻度情報を累積し、該世代更新処理部は
、所定の要求を受け付けた場合に、該定義利用管理情報
の該頻度情報が所定条件を満足する該世代の該データを
、最新の該世代の該データ形式定義情報に従うデータに
変換するように構成する。
[Detailed Description of the Invention] [Summary] Concerning the management of multiple generations of data corresponding to updates of data format definitions in a computer, necessary data is converted to the latest generation according to the frequency of use of data of each generation. The aim is to create a multi-generation data management processing device that can automatically perform the conversion overhead for each access and efficiently reduce the conversion overhead for each access.The generation is advanced each time the data format definition is updated, and the data for each generation is updated according to the data format definition of that generation. A device that manages information in association with the data, has a data management unit and a generation update processing unit, provides definition usage management information corresponding to the data format definition information, and the data management unit manages predetermined requests. In order to receive and access the data, each time the data format definition information of the generation of the data is referenced, predetermined frequency information regarding the frequency of reference is accumulated in the definition usage management information, and When the update processing unit receives a predetermined request, the update processing unit converts the data of the generation for which the frequency information of the definition usage management information satisfies a predetermined condition into data that conforms to the data format definition information of the latest generation. Configure it to do so.

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

本発明は、計算機における、データ形式定義の更新に対
応する複数世代のデータを管理するシステムの複数世代
データ管理処理装置に関する。
The present invention relates to a multi-generation data management processing device for a system that manages multi-generation data corresponding to updates of data format definitions in a computer.

〔従来の技術〕[Conventional technology]

第3図は計算機システムの構成例を示すブロック図であ
り、データ管理部1はシステムに蓄積された各種データ
2を管理し、データを利用する応用プログラム等の要求
元4からのアクセス要求をデータ管理部1が受け付ける
と、指定のデータ2を読み出して要求元4に渡し、又は
要求元4から渡されるデータによって、指定のデータ2
を更新したすする。
FIG. 3 is a block diagram showing an example of the configuration of a computer system. A data management unit 1 manages various data 2 stored in the system, and handles access requests from request sources 4 such as application programs that use the data. When the management unit 1 receives the specified data 2, it reads out the specified data 2 and passes it to the request source 4, or it reads the specified data 2 according to the data passed from the request source 4.
Updated sushi.

データ2にはデータ形式定義情報3が設けられ、それに
よってデータが2進ビット列形式であるとか、成る文字
コード形式であるとか、外部10進形式であるとかのデ
ータ種類と、データ長等からなるデータ形式を示すよう
になっている。
The data 2 is provided with data format definition information 3, which indicates the data type such as whether the data is in a binary bit string format, a character code format, or an external decimal format, and the data length. It shows the data format.

そのような蓄積されたデータについて、成る時期にデー
タ形式が変更されることがある。例えば10進数データ
を最初は公知の外部10進形式で格納していたが、デー
タ量が初めの予想より大きくなり、所要の記憶領域を圧
縮するために、途中から内部10進形式で格納するよう
に変更するというような場合である。
The data format of such accumulated data may change over time. For example, decimal data was initially stored in a well-known external decimal format, but the amount of data grew larger than initially expected, and in order to compress the required storage space, it was decided to store it in an internal decimal format from the middle. This is the case when changing to .

データ管理部1では、このようなデータ形式定義の変更
があるデータについて、各データ形式定義情報とそのデ
ータを世代として管理し、複数の世代のデータからなる
データ群を、外部の要求元からは一纏めのデータとして
扱えるようにするサービスが行なう場合がある。
The data management unit 1 manages each data format definition information and its data as a generation for data whose data format definition has been changed, and handles data groups consisting of data of multiple generations from external request sources. In some cases, a service that allows the data to be handled as a set of data is provided.

その場合にデータ管理部1はアクセス要求を処理すると
きに、データ形式定義情報3を参照し、旧世代のデータ
へのアクセスがあると、最新世代のデータ形式定義に従
うデータに変換して、要求元に渡すようにして、応用プ
ログラム等では常に最新のデータ形式定義のみを認識し
ていればよいようにする。
In this case, when processing the access request, the data management unit 1 refers to the data format definition information 3, and if there is access to the old generation data, it converts the data into data that conforms to the latest generation data format definition and requests the request. By passing it to the source, application programs etc. only need to recognize the latest data format definition at all times.

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

前記のようにして、異なるデータ形式のデータを世代と
して管理することにより、複数世代のデータを一纏めの
データとして扱うことが可能になるが、前記のように旧
データ形式のデータへのアクセスがあると、データ形式
を変換するオーバよラドが加わるので、旧データ形式の
データへのアクセスが少なくない場合には処理効率が問
題になる。それを避けるためには、データを変換してお
けば良いが、総合的な処理効率から見て、データ変換を
行うことが妥当か否かを判断する客観的なデータが無い
By managing data in different data formats as generations as described above, it is possible to treat multiple generations of data as one set of data, but as mentioned above, there is access to data in old data formats. This adds the extra cost of converting the data format, so processing efficiency becomes a problem if there is a considerable number of accesses to data in the old data format. In order to avoid this, it is sufficient to convert the data, but there is no objective data to judge whether or not it is appropriate to perform data conversion in terms of overall processing efficiency.

本発明は、世代ごとのデータの利用頻度に応じて、必要
なデータの最新世代への変換を自動的に行ない、アクセ
スごとの変換オーバヘッドを効率よく減少できる複数世
代データ管理処理装置を目的とする。
An object of the present invention is to provide a multi-generation data management processing device that can automatically convert necessary data to the latest generation according to the usage frequency of each generation of data, and can efficiently reduce the conversion overhead for each access. .

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

第1図は、本発明の構成を示すブロック図である。 FIG. 1 is a block diagram showing the configuration of the present invention.

図は複数世代データ管理処理装置の構成であって、デー
タ形式定義の更新ごとに世代を進め、各該世代ごとのデ
ータ2を当該世代のデータ形式定義情報3と関連付けて
管理する装置であって、データ管理部10と世代更新処
理部11とを有し、データ形式定義情報3に対応して、
定義利用管理情報12を設け、データ管理部10は、所
定の要求を受け付けてデータ2にアクセスするために、
当該データの該世代のデータ形式定義情報3を参照する
ごとに、定義利用管理情報12に、該参照の頻度に関す
る所定の頻度情報を累積し、世代更新処理部11は、所
定の要求を受け付けた場合に、定義利用管理情報12の
該頻度情報が所定条件を満足する該世代のデータ2を、
最新の該世代のデータ形式定義情報3に従うデータに変
換する。
The figure shows the configuration of a multi-generation data management processing device, which advances the generation each time a data format definition is updated, and manages data 2 for each generation by associating it with data format definition information 3 for that generation. , has a data management section 10 and a generation update processing section 11, and corresponds to the data format definition information 3,
Definition usage management information 12 is provided, and the data management unit 10 receives a predetermined request and accesses the data 2.
Each time the data format definition information 3 of the generation of the data is referenced, predetermined frequency information regarding the frequency of reference is accumulated in the definition usage management information 12, and the generation update processing unit 11 receives a predetermined request. In this case, the data 2 of the generation for which the frequency information of the definition usage management information 12 satisfies the predetermined condition,
The data is converted into data that conforms to the data format definition information 3 of the latest generation.

〔作 用] 本発明により、データ管理部は、従来と同様に複数世代
データを管理すると共に、定義利用管理情報に世代別の
アクセス頻度情報を、例えば各世代ごとにデータ定義情
報を読み出した回数値として記録する。従って世代更新
処理部は、例えばある期間の運用の後に、回数値が適当
な指定値を越えているものを、データ形式変換を行う対
象の世代として選択し、変換を実行することができる。
[Function] According to the present invention, the data management unit manages multi-generational data in the same way as before, and also adds access frequency information by generation to the definition usage management information, for example, the number of times the data definition information is read for each generation. Record as a number. Therefore, the generation update processing unit can select, for example, a generation whose number of times exceeds an appropriate designated value after a certain period of operation as a generation to be subjected to data format conversion, and execute the conversion.

〔実施例〕〔Example〕

第2図は、データ形式定義情報及び定義利用管理情報を
含む複数世代データの管理情報の例を説明的に示す図で
ある。第1図のデータ管理部10は要求元4からのアク
セス要求によって、指定のデータにアクセスする場合に
、そのデータのデータ形式定義情報3を参照して、旧世
代のデータであれば、新世代のデータ形式定義情報に従
って、外部10進形式から内部10進形式への変換を行
って要求元に渡す。同時に、旧世代の定義利用管理情報
の回数値を1増加する。
FIG. 2 is an explanatory diagram illustrating an example of management information for multi-generation data including data format definition information and definition usage management information. When accessing specified data in response to an access request from the request source 4, the data management unit 10 shown in FIG. According to the data format definition information, the external decimal format is converted to the internal decimal format and the converted data is passed to the request source. At the same time, the count value of the old generation definition usage management information is increased by 1.

世代更新処理部11は、例えばシステム運用者が入力す
るデータ変換要求を受け取ると、指定の複数世代データ
の管理情報を読み、旧世代の定義利用管理情報の回数値
が指定値を越えていれば、そのデータのデータ形式変換
処理を開始する。
For example, when the generation update processing unit 11 receives a data conversion request input by a system operator, it reads the management information of the specified multi-generation data, and if the number of times of the definition usage management information of the previous generation exceeds the specified value, , starts data format conversion processing for that data.

この変換処理は、例えば世代更新処理部11が他の処理
の無い空き時間が生じたとき実行するようにし、データ
管理部10に必要なデータの更新要求を発行することに
より、一部データの変換を終わるごとに、変換済みの部
分を新世代データに加えて旧世代データから削除し、所
要の管理情報を更新する処理により、逐次変換を進める
This conversion process is executed, for example, when the generation update processing unit 11 has free time when no other processes are being performed, and by issuing a request to update the necessary data to the data management unit 10, the generation update processing unit 11 converts some data. Each time the conversion is completed, the converted portion is added to the new generation data, deleted from the old generation data, and the required management information is updated, thereby proceeding with successive conversion.

なお、必要な場合はデータ変換要求時の指定回数値を0
にすることにより、世代更新処理部11は無条件に旧世
代データの変換を開始する。
If necessary, set the specified number of times when requesting data conversion to 0.
By doing so, the generation update processing unit 11 unconditionally starts converting the old generation data.

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

以上の説明から明らかなように本発明によれば、計算機
における、データ形式定義の更新に対応する複数世代の
データの管理において、世代ごとのデータの利用頻度に
応じて、必要なデータの最新世代への変換を自動的に行
ない、アクセスごとの変換オーバヘッドを効率よ(減少
できるという著しい工業的効果がある。
As is clear from the above description, according to the present invention, in the management of multiple generations of data corresponding to updates of data format definitions in a computer, the latest generation of necessary data is This has a significant industrial effect in that the conversion overhead for each access can be efficiently reduced.

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

第1図は本発明の構成を示すブロック図、第2図は管理
情報を説明する図、 第3図は従来の構成例を示すブロック図である。 図において、 LIOはデータ管理部、2はデータ、 3はデータ形式定義情報、 4は要求元、     11は世代更新処理部、12は
定義利用管理情報 7+・さ、 、′+ゝ  ′ J++− 本発明の構成を示すブロック図 第1図 管理情報を説明する図 第2図
FIG. 1 is a block diagram showing the configuration of the present invention, FIG. 2 is a diagram explaining management information, and FIG. 3 is a block diagram showing an example of a conventional configuration. In the figure, LIO is the data management section, 2 is the data, 3 is the data format definition information, 4 is the request source, 11 is the generation update processing section, 12 is the definition usage management information Figure 1 is a block diagram showing the configuration of the invention. Figure 2 is a diagram explaining management information.

Claims (1)

【特許請求の範囲】  データ形式定義の更新ごとに世代を進め、各該世代ご
とのデータ(2)を当該世代のデータ形式定義情報(3
)と関連付けて管理する装置であって、データ管理部(
10)と世代更新処理部(11)とを有し、 該データ形式定義情報(3)に対応して、定義利用管理
情報(12)を設け、 該データ管理部(10)は、所定の要求を受け付けて該
データ(2)にアクセスするために、当該データの該世
代の該データ形式定義情報(3)を参照するごとに、該
定義利用管理情報(12)に、該参照の頻度に関する所
定の頻度情報を累積し、 該世代更新処理部(11)は、所定の要求を受け付けた
場合に、該定義利用管理情報(12)の該頻度情報が所
定条件を満足する該世代の該データ(2)を、最新の該
世代の該データ形式定義情報(3)に従うデータに変換
するように構成されていることを特徴とする複数世代デ
ータ管理処理装置。
[Claims] Each time the data format definition is updated, the generation is advanced, and the data (2) for each generation is transferred to the data format definition information (3) for each generation.
) is a device that is managed in association with the data management section (
10) and a generation update processing unit (11), definition usage management information (12) is provided corresponding to the data format definition information (3), and the data management unit (10) In order to receive and access the data (2), each time the data format definition information (3) of the generation of the data is referenced, a predetermined value regarding the frequency of reference is added to the definition usage management information (12). When the generation update processing unit (11) receives a predetermined request, the generation update processing unit (11) updates the data (of the generation for which the frequency information of the definition usage management information (12) satisfies a predetermined condition). 2) into data conforming to the data format definition information (3) of the latest generation.
JP2294716A 1990-10-31 1990-10-31 Multi-generation data control processor Pending JPH04167147A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2294716A JPH04167147A (en) 1990-10-31 1990-10-31 Multi-generation data control processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2294716A JPH04167147A (en) 1990-10-31 1990-10-31 Multi-generation data control processor

Publications (1)

Publication Number Publication Date
JPH04167147A true JPH04167147A (en) 1992-06-15

Family

ID=17811382

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2294716A Pending JPH04167147A (en) 1990-10-31 1990-10-31 Multi-generation data control processor

Country Status (1)

Country Link
JP (1) JPH04167147A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005333623A (en) * 2004-04-23 2005-12-02 Matsushita Electric Ind Co Ltd Imaging apparatus
US7920177B2 (en) 2004-04-23 2011-04-05 Panasonic Corporation Imaging apparatus

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005333623A (en) * 2004-04-23 2005-12-02 Matsushita Electric Ind Co Ltd Imaging apparatus
US7920177B2 (en) 2004-04-23 2011-04-05 Panasonic Corporation Imaging apparatus

Similar Documents

Publication Publication Date Title
US5555427A (en) Distributed processing in a system of computers at terminals connected by a communication network
US6754848B1 (en) Method, system and program products for operationally migrating a cluster through emulation
JPH02181242A (en) Highly reliable data base managing apparatus
CN115617520A (en) Resource parameter configuration method and device, electronic equipment and storage medium
JPH04167147A (en) Multi-generation data control processor
US11494371B2 (en) Computer system and data management method
EP4066117B1 (en) Managing provenance information for data processing pipelines
CN114153525A (en) AI model service sharing method and system for power grid regulation and control business
JPH04288638A (en) Computer system
CN111782667B (en) MongoDB updated data driving method, system and storage medium
JP3338466B2 (en) Main memory access optimization processor
JP2713405B2 (en) File system
JP4070389B2 (en) Power system monitoring and control device
JPH11212838A (en) System and method for change record history management by table split
JP2836541B2 (en) Database update processing method
CN117194349A (en) File storage and reading method and device
CN116467343A (en) Data warehouse performance optimization method and system, electronic equipment and storage medium
JPH1040118A (en) Client server system and client terminal equipment
KR20220081871A (en) Apparatus and method for managing and collecting metadata
CN115951822A (en) Method, system, electronic device and storage medium for storing and rendering atomic capability of vendor YANG file
CN118733805A (en) Method, system, equipment and storage medium for searching reference of monitoring picture template primitive
JPH0773143A (en) Input/output priority control system
JPH0727531B2 (en) File control method
CN117520404A (en) Metadata access method and device, electronic equipment and storage medium
CN115297107A (en) Data transmission control method and related equipment