JPS63217440A - Table managing system - Google Patents

Table managing system

Info

Publication number
JPS63217440A
JPS63217440A JP62051253A JP5125387A JPS63217440A JP S63217440 A JPS63217440 A JP S63217440A JP 62051253 A JP62051253 A JP 62051253A JP 5125387 A JP5125387 A JP 5125387A JP S63217440 A JPS63217440 A JP S63217440A
Authority
JP
Japan
Prior art keywords
memory
control information
file
information
separation
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
JP62051253A
Other languages
Japanese (ja)
Inventor
Shigeki Hirano
平野 茂樹
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 JP62051253A priority Critical patent/JPS63217440A/en
Publication of JPS63217440A publication Critical patent/JPS63217440A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To simplify the logic of a process where a table access subject gives an access to a table by storing the control information on the table loaded in a memory separate from the table main body by a request given from a table separating/merging means. CONSTITUTION:A file table control means 32 stores the file table managing information, i.e., the information on a table set on a table storing file 2 which is needed for the processing of a table separating/merging means 31. While a memory table managing means 33 stores the memory table control information, i.e., the information on the table set on a memory which is needed for processing of the means 31. Then a table control information storing means 34 stores the table control information on the table loaded into a memory separated from a table main body 1 by the means 31 by a request of the means 31. Thus the table main body 1 and the table control information are stored in the memory separately from each other and then stored connected to each other in the file 2 of a secondary memory respectively.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はテーブル管理方式に関し、特にデータ処理シス
テムにおいてテーブルをメモリ上および二次記憶媒体の
テーブル格納ファイル上の両方に格納して更新するとき
のテーブル管理方式に間する。
[Detailed Description of the Invention] [Field of Industrial Application] The present invention relates to a table management method, and particularly to a data processing system in which a table is stored and updated both in memory and in a table storage file of a secondary storage medium. between table management methods.

〔従来の技術〕[Conventional technology]

従来、この種のテーブル管理方式は、二次記憶媒体上に
テーブルを格納するために必要となるテーブル制御情報
およびデータ処理システムにおけるテーブルの管理の上
で必要となるテーブル制御情報をテーブル本体に付加し
、メモリ上でも二次記憶媒体上でもテーブル本体とテー
ブル制御情報とを連結した形態でテーブルを管理してい
た−なお\管理する複数のテーブルのテーブル長の差異
が大きい場合には、二次記憶媒体のテーブル格納ファイ
ルにおけるブロック長をテーブル長の大きいテーブルの
テーブル長に基づき決めるとテーブル長の小さいテーブ
ルを格納するブロックに大きな無効領域が生じるので、
テーブル長の大きいテーブルは複数のブロックに分割さ
れてテーブル格納ファイルに格納されていた。
Conventionally, this type of table management method adds table control information necessary for storing the table on a secondary storage medium and table control information necessary for managing the table in a data processing system to the table body. However, tables were managed in a form in which the table body and table control information were linked both in memory and on secondary storage media. If the block length of a table storage file on a storage medium is determined based on the table length of a table with a large table length, a large invalid area will be created in the block that stores the table with a small table length.
A table with a large table length was divided into multiple blocks and stored in a table storage file.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

上述した従来のテーブル管理方式では、メモリ上にロー
ドされたテーブルについてもテーブル本体とテーブル制
御情報とが連結された形態で管理されているので、本来
テーブル本体のみを必要とするメモリ上のテーブルアク
セス主体がテーブル制御情報の存在を意識してテーブル
にアクセスしなければならないという欠点がある。
In the conventional table management method described above, tables loaded into memory are also managed in a concatenated form with the table body and table control information, so table accesses in memory that originally only require the table body are managed. The drawback is that the subject must be aware of the existence of table control information when accessing the table.

特に、管理する複数のテーブルのテーブル長の差異が大
きいためにテーブル長の大きいテーブルを複数のブロッ
クに分割して収容する場合には、二次記憶媒体上にテー
ブルを格納するために必要となるテーブル制御情報は二
次記憶媒体のテーブル格納ファイル上のブロック毎に必
要となるので、各ブロックのテーブル制御情報が1つの
テーブル中に分散して存在することになりテーブルアク
セス主体がテーブルをアクセスする処理の処理論理が複
雑になるという欠点がある。
In particular, when the difference in table length between multiple tables to be managed is large and a table with a large table length is to be divided into multiple blocks and accommodated, this is necessary to store the table on the secondary storage medium. Table control information is required for each block on the table storage file of the secondary storage medium, so the table control information for each block is distributed and exists in one table, so the table access entity must access the table. This has the disadvantage that the processing logic becomes complex.

本発明の目的は、上述の点に鑑み、テーブル本体とテー
ブル制御情報とをメモリ上では分離した形態で二次記憶
媒体のテーブル格納ファイル上では連結した形態で格納
することを可能とし、メモリ上のテーブルアクセス主体
がテーブルをアクセスするときにテーブル制御情報を意
識する必要がなくなるテーブル管理方式を提供すること
にある。
In view of the above-mentioned points, an object of the present invention is to make it possible to store a table main body and table control information in a separate form in a memory, but in a connected form in a table storage file of a secondary storage medium. To provide a table management method that eliminates the need for a table access subject to be aware of table control information when accessing a table.

〔問題点を解決するための手段〕[Means for solving problems]

本発明のテーブル管理方式は、テーブル本体とテーブル
制御情報とをメモリ上では分離した形態で二次記憶媒体
のテーブル格納ファイル上では連結した形態で格納する
ためにテーブル格納ファイルからメモリにテーブルを人
力するときにはテーブル本体とテーブル制御情報とを分
離しメモリからテーブル格納ファイルにテーブルを出力
するときにはテーブル本体とテーブル制御情報とを併合
するテーブル分離併合手段と、このテーブル分離併合手
段の処理において必要となるテーブル格納ファイル上の
テーブルに関する情報であるファイルテーブル管理情報
を保存するファイルテーブル管理手段と、前記テーブル
分離併合手段の処理において必要となるメモリ上にロー
ドされているテーブルに関する情報であるメモリテーブ
ル管理情報を保存するメモリテーブル管理手段と、前記
テーブル分離併合手段によりテーブル本体と分離された
メモリ上にロードされているテーブルのテーブル制御情
報を前記テーブル分離併合手段の依頼により保存するテ
ーブル制御情報保存手段とを有する。
The table management method of the present invention is such that the table body and table control information are stored in a separate form in the memory and in a connected form in the table storage file of a secondary storage medium, so that the table is manually transferred from the table storage file to the memory. A table separation and merging means that separates the table body and table control information when outputting the table from memory to a table storage file, and merges the table body and table control information when outputting the table from memory to a table storage file, and a table separation and merging means that is necessary for the processing of this table separation and merging means. File table management means for storing file table management information, which is information about tables on the table storage file, and memory table management information, which is information about tables loaded on memory, which is necessary in the processing of the table separation and merging means. and table control information storage means for storing table control information of a table loaded onto a memory separated from the table body by the table separation and merging means at the request of the table separation and merging means. has.

〔作用〕[Effect]

本発明のテーブル管理方式では、テーブル分離併合手段
がテーブル本体とテーブル制御情報とをメモリ上では分
離した形態で二次記憶媒体のテーブル格納ファイル上で
は連結した形態で格納するためにテーブル格納ファイル
からメモリにテーブルを入力するときにはテーブル本体
とテーブル制御情報とを分離しメモリからテーブル格納
ファイルにテーブルを出力するときにはテーブル本体と
テーブル制御情幸寝とを併合し、ファイルテーブル管理
手段がテーブル分離併合手段の処理において必要となる
テーブル格納ファイル上のテーブルに関する情報である
ファイルテーブル管理情報を保存し、メモリテーブル管
理手段がテーブル分離併合手段の処理において必要とな
るメモリ上にロードされているテーブルに関する情報で
あるメモリテーブル管理情報を保存し、テーブル制御情
報保存手段がテーブル分離併合手段によりテーブル本体
と分離されたメモリ上にロードされているテーブルのテ
ーブル制御情報をテーブル分離併合手段の依頼により保
存する。
In the table management method of the present invention, the table separation/merging means stores the table main body and table control information in a separate form in the memory and in a connected form in the table storage file of the secondary storage medium. When inputting a table to the memory, the table body and table control information are separated, and when outputting the table from the memory to the table storage file, the table body and table control information are merged, and the file table management means separates and merges the table. The memory table management means stores file table management information, which is information about tables on the table storage file that is necessary in the processing of A certain memory table management information is stored, and the table control information storage means stores the table control information of the table loaded on the memory separated from the table body by the table separation and merging means at the request of the table separation and merging means.

〔実施例〕〔Example〕

次に、本発明について図面を参照して詳細に説明する。 Next, the present invention will be explained in detail with reference to the drawings.

第1図は、本発明のテーブル管理方式の一実施例の構成
を示すブロック図である9本実施例のテーブル管理方式
は、テーブル格納ファイル2と、テーブル分離併合手段
31と、ファイルテーブル管理手段32と、メモリテー
ブル管理手段33と、テーブルアクセス主体35がアク
セスするテーブル本体6についてのブロック単位のテー
ブル制御情報4およびテーブル単位のテーブル制御情報
5を保存しているメモリ (図示せず)上のテーブル制
御情報保存手段34と、テーブル本体6にアクセスして
そのテーブル本体6を利用するメモリ上のテーブルアク
セス主体35と、ファイル入出力手段36と、テーブル
本体6とブロック単位のテーブル制御情報4およびテー
ブル単位のテーブル制御情報5との分離および併合が行
われるメモリバッファ37とから構成されている。
FIG. 1 is a block diagram showing the configuration of an embodiment of the table management method of the present invention.9 The table management method of this embodiment includes a table storage file 2, table separation/merging means 31, and file table management means. 32, a memory table management means 33, and a memory (not shown) that stores table control information 4 in block units and table control information 5 in table units regarding table body 6 accessed by table access subject 35. A table control information storage means 34, a table access entity 35 in memory that accesses the table body 6 and uses the table body 6, a file input/output means 36, a table body 6, table control information 4 in blocks, and It is composed of a memory buffer 37 that separates and merges table control information 5 for each table.

ファイルテーブル管理手段32は、テーブル格納ファイ
ル2に格納されているテーブルについてのテーブルの種
類、テーブル格納ファイル2上での格納位置、テーブル
本体6の長さ、テーブル制御情報の個数、テーブル制i
n+情報の付加位置およびテーブル制御情報の長さ等を
有するファイルテーブル管理悄f1139をテーブル分
離併合手段31の処理に備えて保存している。
The file table management means 32 stores the type of table stored in the table storage file 2, the storage position on the table storage file 2, the length of the table body 6, the number of table control information, and the table format i.
A file table management file f1139 containing the addition position of the n+ information, the length of the table control information, etc. is stored in preparation for processing by the table separation/merging means 31.

メモリテーブル管理手段33は、メモリ上にロードされ
ているテーブルについてのテーブルの種類ならびにブロ
ック単位のテーブル制御情報4およびテーブル単位のテ
ーブル制御情報5のテーブル制御情報保存手段34上で
の格納位置等を有するメモリテーブル管理情報38をテ
ーブル分離併合手段31の処理に備えて保存している。
The memory table management means 33 determines the type of table loaded on the memory, the storage position of the table control information 4 for each block and the table control information 5 for each table on the table control information storage means 34, etc. The memory table management information 38 is stored in preparation for processing by the table separation/merging means 31.

本実施例のテーブル管理方式における処理は、テーブル
のロード要求10と、テーブルの読出し要求11と、フ
ァイル入出力12と、ファイルの入出力処理完了通知1
3と、メモリテーブル管理情報の保存依転14と、テー
ブル制御情報の保存依頼15と、テーブル分離併合手段
の処理完了通知16と、テーブルの書込み要求17と、
テーブル制御情報の引渡し18と、メモリテーブル管理
情報の参照19と、ファイルテーブル管理情報の参照2
0と、テーブルの書込み要求21と、テーブルの分離併
合22とからなる。
The processes in the table management method of this embodiment include a table load request 10, a table read request 11, a file input/output 12, and a file input/output processing completion notification 1.
3, a memory table management information save request 14, a table control information save request 15, a table separation/merging means processing completion notification 16, a table write request 17,
Transfer of table control information 18, Reference of memory table management information 19, Reference of file table management information 2
0, a table write request 21, and a table separation and merging 22.

第2図は、本実施例のテーブル管理方式の処理対象であ
るテーブルのテーブル格納ファイル2上での構成法を示
す図である。
FIG. 2 is a diagram showing a method of configuring a table, which is a processing target of the table management method of this embodiment, on the table storage file 2.

テーブル格納ファイル2上のテーブルは、論理的なテー
ブル1の内容を示すテーブル本体6に、二次記憶媒体(
図示せず)上にテーブルを格納するために必要となるブ
ロック単位のテーブル制御情報4と、データ処理システ
ムにおけるテーブルの管理の上で必要となるテーブル単
位のテーブル制御情報5とが付加されて構成されている
。なお、論理的なテーブル1が大きいためにテーブル格
納ファイル2上の1つのブロック3に収容できない場合
には、複数のブロック3に分割されてテーブルが構成さ
れる。
The table in the table storage file 2 is stored in a secondary storage medium (
(not shown) is added with block-based table control information 4 necessary for storing tables and table-based table control information 5 necessary for managing tables in the data processing system. has been done. Note that if the logical table 1 is too large to be accommodated in one block 3 on the table storage file 2, it is divided into a plurality of blocks 3 to form the table.

次に、このように構成された本実施例のテーブル管理方
式の動作について説明する。
Next, the operation of the table management system of this embodiment configured as described above will be explained.

まず、テーブル格納ファイル2からメモリへのテーブル
の読出し処理について説明する。
First, the process of reading a table from the table storage file 2 to the memory will be described.

メモリ上のテーブルアクセス主体35は、アクセス対象
のテーブルに関するテーブルのロード要求10をテーブ
ル分離併合手段31に対して行う。
The table access subject 35 on the memory makes a table load request 10 regarding the table to be accessed to the table separation/merging means 31.

テーブルのロード要求10を受けたテーブル分離併合手
段31は、ファイルテーブル管理手段32に対してファ
イルテーブル管理情報の参照20を行い、参照したファ
イルテーブル管理情報39中の読出し対象のテーブルの
テーブル格納ファイル2上での格納位置等を含むテーブ
ルの読出し要求11をファイル入出力手段36に行う。
Upon receiving the table load request 10, the table separation/merging means 31 performs a reference 20 for file table management information to the file table management means 32, and stores the table storage file of the table to be read in the referenced file table management information 39. A read request 11 for a table including storage locations etc. on the file input/output means 36 is made to the file input/output means 36.

ファイル入出力手段36は、テーブル分離併合手段31
から受は取ったテーブルの続出し要求11に基づきテー
ブル格納ファイル2上で論理的なテーブルlの内容をな
すテーブル本体6とブロック単位のテーブル制御情報4
およびテーブル単位のテーブル制御情報5とをメモリバ
ッファ37に読み出すファイル入出力12を行い、テー
ブル分離併合手段31に対してファイルの入出力処理完
了通知13を行う。
The file input/output means 36 is the table separation/merging means 31
Based on the table continuation request 11 received, the table body 6 forming the contents of the logical table l and the table control information 4 in blocks are stored in the table storage file 2.
A file input/output 12 is performed to read the table control information 5 for each table into the memory buffer 37, and a file input/output processing completion notification 13 is sent to the table separation/merging means 31.

ファイルの入出力処理完了通知13を受けたテープル分
離併合手段31は、ファイルテーブル管理手段32に対
してファイルテーブル管理情報の参照20を行い・参照
したファイルテーブル管理情報39中のテーブル本体6
の長さ、テーブル制御情報の個数、テーブル制御情報の
付加位置およびテーブル制御情報の長さ等に基づきメモ
リバッファ37上でテーブルをテーブル本体6とブロッ
ク単位のテーブル制御情報4およびテーブル単位のテー
ブル制御情報5とに分離するテーブルの分離併合22を
行う。
Upon receiving the file input/output processing completion notification 13, the table separation/merging means 31 makes a reference 20 to the file table management information to the file table management means 32, and the table body 6 in the referenced file table management information 39 is
The table is stored in the memory buffer 37 based on the length of the table, the number of table control information, the addition position of the table control information, the length of the table control information, etc. Separation and merging 22 of the table to be separated into information 5 is performed.

次に、テーブル分離併合手段31は、テーブル本体6か
ら分離されたブロック単位のテーブル制御情報4および
テーブル単位のテーブル制御情報5に関するテーブル制
御情報の保存依B15をテーブル制御情報保存手段34
に対して行い、メモリテーブル管理手段33にメモリテ
ーブル管理情報の保存依頼14を行いテーブル制御情報
保存手段34上でのブロック単位のテーブル制御情報4
およびテーブル単位のテーブル制御情報5の格納位置等
を示すメモリテーブル管理情報38を保存した後に、テ
ーブルアクセス主体35にテーブル分離併合手段の処理
完了通知16とともにテーブル本体6のみの引渡しを行
う。
Next, the table separation/merging means 31 stores the table control information storage B15 regarding the block-based table control information 4 and the table-based table control information 5 separated from the table body 6 into the table control information storage means 34.
, requests the memory table management means 33 to save the memory table management information 14, and stores the table control information 4 in blocks on the table control information storage means 34.
After storing memory table management information 38 indicating the storage location of table control information 5 for each table, etc., only the table body 6 is delivered to the table access entity 35 along with a processing completion notification 16 of the table separation/merging means.

続いて、メモリからテーブル格納ファイル2へのテーブ
ルの書込み処理について説明する。
Next, the process of writing a table from the memory to the table storage file 2 will be explained.

メモリ上のテーブルアクセス主体35は、テーブル本体
6に行った更新内容をテーブル格納ファイル2上の論理
的なテーブル1にも反映させるために、テーブル分離併
合手段31へのテーブルの書込み要求17でテーブル本
体6をメモリテーブル分離併合手段31に引き渡す。
The table access entity 35 in the memory updates the table by a table write request 17 to the table separation/merging means 31 in order to reflect the update contents made to the table body 6 in the logical table 1 in the table storage file 2. The main body 6 is delivered to the memory table separation/merging means 31.

テーブルの書込み要求17を受けたテーブル分離併合手
段31は、書込み対象のテーブルに関するメモリテーブ
ル管理情報の参照19をメモリテーブル管理手段33に
対して行い、参照したメモリテーブル管理情報38に基
づきテーブル制御情報保存手段34からの書込み対象の
テーブルのブロック単位のテーブル制御情報4およびテ
ーブル単位のテーブル制御情報5についてのテーブル制
御情報の引渡し18を受ける。
Upon receiving the table write request 17, the table separation/merging means 31 makes a reference 19 to the memory table management information regarding the table to be written to the memory table management means 33, and based on the referenced memory table management information 38, table control information is generated. The table control information 18 for the table control information 4 for each block and the table control information 5 for each table of the table to be written is received from the storage means 34 .

次に、テーブル分離併合手段31は、書込み対象のテー
ブルに関するファイルテーブル管理情報の参照20をフ
ァイルテーブル管理手段32に対して行い、参照したフ
ァイルテーブル管理情報39中のテーブル本体6の長さ
、テーブル制御情報の個数。
Next, the table separation/merging means 31 performs a reference 20 to the file table management information regarding the table to be written to the file table management means 32, and in the referenced file table management information 39, the length of the table body 6, the table Number of control information.

テーブル制御情報の付加位置およびテーブル制御情報の
長さ等に基づきテーブル本体6とブロック単位のテーブ
ル制御情報4およびテーブル単位のテーブル制御情報5
とをメモリバッファ37上で併合するテーブルの分離併
合22を行う。
Table main body 6, table control information 4 for each block, and table control information 5 for each table based on the addition position of the table control information, the length of the table control information, etc.
Separation and merging 22 of the tables is performed on the memory buffer 37.

さらに、テーブル分離併合手段31は、ファイルテーブ
ル管理手段32に対してファイルテーブル管理情報の参
照20を行い、参照したファイルテーブル管理情報39
中の書込み対象のテーブルのテーブル格納ファイル2上
での格納位置等を含むテーブルの書込み要求21をファ
イル入出力手段36に対して行う。
Further, the table separation/merging means 31 performs a reference 20 for file table management information to the file table management means 32, and the referenced file table management information 39
A table write request 21 is made to the file input/output means 36, including the storage position of the table to be written in the table storage file 2, etc.

ファイル入出力手段36は、テーブル分離併合手段31
から受は取ったテーブルの書込み要求21に基づき併合
されたテーブルをテーブル格納ファイル2に書き込むフ
ァイル入出力12を行い、テーブル分離併合手段31に
対してファイルの入出力処理完了通知13を行う。
The file input/output means 36 is the table separation/merging means 31
The receiver performs a file input/output 12 to write the merged table to the table storage file 2 based on the received table write request 21, and sends a file input/output processing completion notification 13 to the table separation/merging means 31.

ファイルの入出力処理完了通知13を受けたテーブル分
離併合手段31は、テーブルアクセス主体35に対して
テーブル分離併合手段の処理完了通知16を行う。
Upon receiving the file input/output processing completion notification 13, the table separation and merging means 31 sends a processing completion notification 16 of the table separation and merging means to the table access subject 35.

なお、本実施例ではメモリ上のテーブルアクセス主体3
5がテーブル本体6をテーブル分離併合手段31から直
接光は取る場合について述べたが、テーブル分離併合手
段31によりテーブル本体6がメモリ上の他の領域に格
納されてその領域のアドレスがテーブルアクセス主体3
5に渡されそのアドレスに基づいてテーブル本体6がテ
ーブルアクセス主体35によりアクセスされるという処
理の態様も可能である。この場合に、テーブル本体6が
格納されているメモリ上のアドレスはメモリテーブル管
理手段33中のメモリテーブル管理情@38に保存され
る。
Note that in this embodiment, the table access entity 3 on the memory
5 describes the case where the table body 6 receives direct light from the table separation and merging means 31, but the table body 6 is stored in another area on the memory by the table separation and merging means 31, and the address of that area is used as the table accessing subject. 3
5, and the table body 6 is accessed by the table access subject 35 based on the address. In this case, the address on the memory where the table body 6 is stored is stored in the memory table management information @38 in the memory table management means 33.

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

以上説明したように本発明は、テーブル本体とテーブル
制御情報とをメモリ上では分離した形態で二次記憶媒体
のテーブル格納ファイル上では連結した形態で格納する
ことを可能とすることにより、メモリ上のテーブルアク
セス主体がテーブルをアクセスするときにテーブル制御
情報を意識する必要がなくなるという効果がある。
As explained above, the present invention makes it possible to store the table main body and table control information in a separate form in memory, but in a connected form in a table storage file of a secondary storage medium. This has the effect that the table access subject does not need to be aware of table control information when accessing a table.

特に、管理する複数のテーブルのテーブル長の差異が大
きいためにテーブル長の大きいテーブルを複数のブロッ
クに分割して二次記憶媒体に収容する場合には、ブロッ
ク毎に1つのテーブル中に分散して存在し複雑なアクセ
ス処理を強いるテーブル制御情報を意識する必要がなく
なるので上述の効果は大きなものとなる。
In particular, when a table with a large table length is divided into multiple blocks and stored in a secondary storage medium because the difference in table length between multiple tables to be managed is large, each block is distributed into one table. The above-mentioned effect is significant because there is no need to be aware of the table control information that exists and forces complicated access processing.

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

第1図は本発明の一実施例の構成を示すブロック図、 第2図は第1図中のテーブル格納ファイル上でのテーブ
ルの構成法を示す図である。 図において、 l・・・論理的なテーブル、 2・・・テーブル格納ファイル、 3・・・ブロック、 4・・・ブロック単位のテーブル制御情1.5・・・テ
ーブル単位のテーブル制御情報、6・・・テーブル本体
、 10・・・テーブルのロード要求、 11・・・テーブルの読出し要求、 12・・・ファイル入出力、 13・・・ファイルの入出力処理完了通知、14・・・
メモリテーブル管理情報の保存依頼、15・・・テーブ
ル制御情報の保存依頼、16・・・テーブル分離併合手
段の処理完了通知、17・・・テーブルの書込み要求、 18・・・テーブル制御情報の引渡し、19・・・メモ
リテーブル管理情報の参照、20・・・ファイルテーブ
ル管理情報の参照、21・・・テーブルの書込み要求、 22・・・テーブルの分離併合、 31・・・テーブル分離併合手段、 32・・・ファイルテーブル管理手段、33−−−メモ
リテーブル管理手段、 34・・・テーブル制御情報保存手段、35・・・テー
ブルアクセス主体、 36・・・ファイル入出力手段、 37・・・メモリバッファ、 38・・・メモリテーブル管理情報、 39・・・ファイルテーブル管理情報である。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention, and FIG. 2 is a diagram showing a method of configuring tables on the table storage file in FIG. 1. In the figure, l...Logical table, 2...Table storage file, 3...Block, 4...Table control information in block units 1.5... Table control information in table units, 6 ...Table body, 10...Table load request, 11...Table read request, 12...File input/output, 13...File input/output processing completion notification, 14...
Request to save memory table management information, 15... Request to save table control information, 16... Notification of completion of processing of table separation/merging means, 17... Request to write table, 18... Delivery of table control information , 19... Reference to memory table management information, 20... Reference to file table management information, 21... Table write request, 22... Separation and merging of tables, 31... Table separation and merging means, 32...File table management means, 33---Memory table management means, 34...Table control information storage means, 35...Table access subject, 36...File input/output means, 37...Memory buffer; 38... memory table management information; 39... file table management information.

Claims (1)

【特許請求の範囲】 テーブル本体とテーブル制御情報とをメモリ上では分離
した形態で二次記憶媒体のテーブル格納ファイル上では
連結した形態で格納するためにテーブル格納ファイルか
らメモリにテーブルを入力するときにはテーブル本体と
テーブル制御情報とを分離しメモリからテーブル格納フ
ァイルにテーブルを出力するときにはテーブル本体とテ
ーブル制御情報とを併合するテーブル分離併合手段と、
このテーブル分離併合手段の処理において必要となるテ
ーブル格納ファイル上のテーブルに関する情報であるフ
ァイルテーブル管理情報を保存するファイルテーブル管
理手段と、 前記テーブル分離併合手段の処理において必要となるメ
モリ上にロードされているテーブルに関する情報である
メモリテーブル管理情報を保存するメモリテーブル管理
手段と、 前記テーブル分離併合手段によりテーブル本体と分離さ
れたメモリ上にロードされているテーブルのテーブル制
御情報を前記テーブル分離併合手段の依頼により保存す
るテーブル制御情報保存手段と、 を有することを特徴とするテーブル管理方式。
[Claims] When inputting a table from the table storage file to the memory in order to store the table body and table control information in separate form in the memory and in a connected form in the table storage file of the secondary storage medium, table separation/merging means for separating the table body and table control information and merging the table body and table control information when outputting the table from the memory to the table storage file;
A file table management means for storing file table management information, which is information regarding tables on a table storage file, which is necessary in the processing of the table separation and merging means; memory table management means for storing memory table management information, which is information about tables that are stored in the table; A table management method comprising: table control information storage means for storing table control information at the request of the user;
JP62051253A 1987-03-06 1987-03-06 Table managing system Pending JPS63217440A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62051253A JPS63217440A (en) 1987-03-06 1987-03-06 Table managing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62051253A JPS63217440A (en) 1987-03-06 1987-03-06 Table managing system

Publications (1)

Publication Number Publication Date
JPS63217440A true JPS63217440A (en) 1988-09-09

Family

ID=12881783

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62051253A Pending JPS63217440A (en) 1987-03-06 1987-03-06 Table managing system

Country Status (1)

Country Link
JP (1) JPS63217440A (en)

Similar Documents

Publication Publication Date Title
CA1290073C (en) Move-out queue buffer
JPH06259384A (en) Multiprocessor
JPS63217440A (en) Table managing system
JPS63280356A (en) Buffer management system for virtual disk device
JP2615046B2 (en) Record addition processing method
JPS63245720A (en) Data base system
JPH01237853A (en) System for processing degeneration of prime page in hash file
JPH02137044A (en) Memory device
JPH069042B2 (en) Sequential access control device for shared storage medium
JPH0612388A (en) Access system for decentralized file
JPS62160545A (en) System for managing unused area of direct access storage device
JPH0283639A (en) File generation control method
JPS63213042A (en) Method for extending file area
JPH037979B2 (en)
JPS63192126A (en) Processing system for space control of data set
JPH0397044A (en) Distributed data base system
JPH01193946A (en) Buffer control system
JPH01169550A (en) Buffer control system
JPH0348539B2 (en)
JPH04172541A (en) Record storage unit
JPS58155463A (en) Registering system of data set
JPS61123964A (en) Channel control method
JPH04153875A (en) Document storage system
JPH07200407A (en) Virtual storage system
JPH02253450A (en) File managing method and file editing method