JPH07141230A - Managing method for data base - Google Patents

Managing method for data base

Info

Publication number
JPH07141230A
JPH07141230A JP5290378A JP29037893A JPH07141230A JP H07141230 A JPH07141230 A JP H07141230A JP 5290378 A JP5290378 A JP 5290378A JP 29037893 A JP29037893 A JP 29037893A JP H07141230 A JPH07141230 A JP H07141230A
Authority
JP
Japan
Prior art keywords
data
divided
frequency
file
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
JP5290378A
Other languages
Japanese (ja)
Inventor
Tomoo Izumisawa
知夫 泉澤
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.)
Sekisui Chemical Co Ltd
Original Assignee
Sekisui Chemical Co 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 Sekisui Chemical Co Ltd filed Critical Sekisui Chemical Co Ltd
Priority to JP5290378A priority Critical patent/JPH07141230A/en
Publication of JPH07141230A publication Critical patent/JPH07141230A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To lighten the load on a system and obtain a managing method for data base which facilitates system management by dividing data which exceed a specific frequency of use into plural data and storing them in different data files respectively. CONSTITUTION:The data base system consists of a computer 1, a storage means 2, a display means 3, an input means 4, a printing means 5, etc. In this constitution, the data exceeding the specific frequency of use are divided into plural data, which are stored in the different data files respectively, and, the divided data files are managed relatedly by using common attributes. And, when there are data which are high in frequency of access by the system and large in frequency use and data which are small in access frequency and small in frequency of use, the related data are divided into plural data corresponding to the frequencies of past access to lighten the load of the system management.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明はデータベースの管理方法
に関し、特にデータベースにおけるファイルの管理方法
に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a database management method, and more particularly to a file management method in a database.

【0002】[0002]

【従来の技術】例えばコンピュータによってデータベー
スの管理をする場合には、従来は、あるデータに関連す
る全てのデータをデータベース中の1つのデータファイ
ル、例えばマスターファイル中に納めている。このよう
なデータベースの管理の例としては、PATOLISの
データベースがある。このPATOLISのデータベー
スでは、全部のデータが記録されたマスターファイル
と、マスターファイル内のデータ検索を行うために必要
な検索キーとなる蓄積データが記録されたインバーテッ
ドファイル(検索ファイル)とを備えている。
2. Description of the Related Art Conventionally, when a database is managed by a computer, for example, all data related to a certain data is stored in one data file in the database, for example, a master file. An example of such database management is the PATOLIS database. This PATOLIS database has a master file in which all data is recorded, and an inverted file (search file) in which accumulated data serving as a search key necessary for searching data in the master file is recorded. There is.

【0003】[0003]

【発明が解決しようとする課題】ところが上記のように
全てのデータをマスターファイル中に納めて管理する方
法では、このマスターファイルに対してデータの編集や
記憶あるいは検索などのデータ管理を行う場合、全ての
関連するデータを読み込みあるいは更新するなどの必要
がある。このため、このためマスターファイルにおける
各データの情報量が大きい場合には、これを管理するシ
ステムにおける負担が増大し、つまりシステムが重くな
ってしまう。この結果、システムのレスポンスに時間が
かかり、システムの処理が遅くなるという問題があっ
た。
However, in the method of storing and managing all the data in the master file as described above, when performing data management such as data editing, storing or searching for this master file, You need to read or update all relevant data. For this reason, when the amount of information of each data in the master file is large, the load on the system for managing this increases, that is, the system becomes heavy. As a result, there is a problem that the system response takes time and the system processing becomes slow.

【0004】また関連するデータが増えた場合、これら
を一括して記憶媒体に記憶させるなどすることが困難と
なることもあり、データ自体の管理がしずらくなるとい
う問題もあった。
Further, when the number of related data increases, it may be difficult to store all of them in a storage medium at once, and there is a problem that the management of the data itself becomes difficult.

【0005】そこで本発明は、システムにおける負担を
軽減してシステム管理が容易なるデータベースの管理方
法を提供することを課題としている。
Therefore, it is an object of the present invention to provide a database management method that reduces system load and facilitates system management.

【0006】[0006]

【課題を解決するための手段】上記課題を解決するた
め、本発明では、使用頻度が異なるもの、あるいはシス
テムにおける別々のデータに分けた方がシステムによる
管理がし易いデータを分割して管理するようにした。
In order to solve the above-mentioned problems, according to the present invention, data that is used differently or is divided into separate data in the system is easier to manage by the system and is managed separately. I did it.

【0007】つまり第1発明のデータベースの管理方法
は、データを複数格納するデータファイルを備えてなる
データベースにおいて、所定の使用頻度以上のデータ
を、複数のデータに分割し、それぞれ別のデータファイ
ルに格納するとともに、これら分割された複数のデータ
ファイルを共通の属性により関連付けて管理するように
した。
That is, in the database management method of the first invention, in a database having a data file for storing a plurality of data, data having a predetermined frequency of use or more is divided into a plurality of data, and each data file is divided into different data files. In addition to storing, these divided multiple data files are managed by associating them with a common attribute.

【0008】また第2発明のデータベースの管理方法
は、データを複数格納するデータファイルを備えてなる
データベースにおいて、所定のレコード長以上のデータ
を、複数のデータに分割し、それぞれ別のデータファイ
ルに格納するとともに、これら分割された複数のデータ
ファイルを共通の属性により関連付けて管理するように
した。
In the database management method of the second invention, in a database having a data file for storing a plurality of data, data having a predetermined record length or more is divided into a plurality of data, and each data file is divided into different data files. In addition to storing, these divided multiple data files are managed by associating them with a common attribute.

【0009】[0009]

【作用】関連するデータの中でも、システムによるアク
セス回数が多くて使用頻度が大きいものと、アクセス回
数が少なく使用頻度が小さいものとが存在する。このよ
うな場合には、第1発明のように、関連するデータを例
えば過去のアクセス回数に応じて複数に分割すること
で、システム管理の負担が軽減する。
Among related data, there are data that is accessed frequently by the system and used frequently, and data that is accessed less and used less frequently. In such a case, as in the first aspect of the present invention, the related data is divided into a plurality of pieces according to, for example, the number of past accesses, thereby reducing the burden of system management.

【0010】また関連するデータないしデータ量が大き
いものはシステム管理の負担が大きい。このような場合
には、第2発明のように、所定のレコード長以上のデー
タを複数に分割することで、システム管理の負担が軽減
する。尚、この場合においてデータの分割基準は、デー
タの管理し易さ、例えば関連する度合いが大きいデータ
同士、あるいはデータを扱う上で一緒にした方が好まし
いデータ同士を纏めるようにして行えば良い。
Further, a large amount of related data or a large amount of data imposes a heavy burden on system management. In such a case, as in the second invention, by dividing the data having a predetermined record length or more into a plurality of pieces, the burden of system management is reduced. In this case, the data division standard may be such that data management is easy, for example, data that are highly related to each other, or data that are preferably combined in handling the data are collected.

【0011】また第1、第2発明において、属性の1つ
の共通のキーワードとして分割したデータを関連付ける
ことで、データ検索時間の短縮やデータ管理の容易化が
図れる。
Further, in the first and second inventions, by associating the divided data as one common keyword of the attribute, the data retrieval time can be shortened and the data management can be facilitated.

【0012】[0012]

【実施例】本発明の実施例を説明する。尚、この実施例
は、第1発明と第2発明にそれぞれ対応する実施例であ
り、両者を合わせて説明した実施例である。
EXAMPLES Examples of the present invention will be described. It should be noted that this embodiment is an embodiment corresponding to the first invention and the second invention, respectively, and is an embodiment described by combining both.

【0013】図1は実施例のデータベースシステムの構
成を示したもので、コンピュータ1、記憶手段2、表示
手段3、入力手段4、プリント手段5などから構成され
る。コンピュータ1は、このデータベースシステムのデ
ータ編集や検索などのシステム処理をする。また、記憶
手段2は磁気記録装置、表示手段3はCRT、入力手段
4はキーボード、プリント手段5はレーザプリンタなど
で構成される。記憶手段2には、複数の部分マスターフ
ァイルが記憶されている。尚、部分マスターファイルと
は、マスターファイルを構成するデータを複数に分割し
たデータを格納するものである。また、ファイルの形式
としては、順次編成ファイル、相対編成ファイル、検索
順次編成ファイル、多重検索構造ファイルなどの適宜な
形式が用いられる。
FIG. 1 shows the configuration of the database system of the embodiment, which comprises a computer 1, a storage means 2, a display means 3, an input means 4, a printing means 5 and the like. The computer 1 performs system processing such as data editing and retrieval of this database system. The storage unit 2 is a magnetic recording device, the display unit 3 is a CRT, the input unit 4 is a keyboard, and the printing unit 5 is a laser printer. The storage means 2 stores a plurality of partial master files. Incidentally, the partial master file is for storing data obtained by dividing the data forming the master file into a plurality of pieces. As the file format, an appropriate format such as a sequential organization file, a relative organization file, a search sequential organization file, and a multiple search structure file is used.

【0014】次に、実施例のデータベースシステムによ
り、商品の適用を持つ部品データの管理を行う場合の例
を説明する。この部品データは、部品番号、部品名称、
使用(用途)区分、廃止区分、あるいは新/旧廃止区分
などの関連する各データから構成されるものである。そ
して、実施例のデータベースシステムでは、この部品デ
ータは、以下の2つの方法により、2つのデータファイ
ル(部分マスターファイル)に分割され、それぞれ記憶
手段2に格納され、またこれらの部分データファイル
は、「部品番号」を共通のキーワードとして関連付けて
管理される。
Next, an example will be described in which the database system of the embodiment manages the part data having the application of the product. This part data consists of part number, part name,
It is composed of related data such as use (use) classification, abolition classification, or new / old abolition classification. Then, in the database system of the embodiment, this part data is divided into two data files (partial master files) by the following two methods and stored in the storage means 2, respectively, and these partial data files are “Part number” is associated and managed as a common keyword.

【0015】(1)使用頻度の大きさによって部品デー
タを2つのデータファイルに分割して格納する。例え
ば、使用頻度が大きいデータを主体とする、部品番号、
部品名称、使用区分、廃止区分、旧/新品番などで構成
される部品属性データファイルと、使用頻度が小さいデ
ータを主体とする、部品番号、適用商品、仕様、廃止区
分などで構成される部品適用商品データファイルとに、
分割する。
(1) Parts data is divided into two data files and stored according to the frequency of use. For example, a part number mainly for data that is frequently used,
Parts attribute data file consisting of parts name, usage classification, obsolete classification, old / new product number, etc., and parts composed mainly of data with low usage frequency, such as part number, applicable product, specification, obsolete classification With the applied product data file,
To divide.

【0016】(2)管理し易さからデータを分割する。
例えば関連する度合いが大きい、部品番号、部品名称、
使用区分、廃止区分、旧/新品番などのデータで構成さ
れる部品属性データファイルと、関連する度合いの小さ
い、部品番号、適用商品、仕様、廃止区分などで構成さ
れる部品適用商品データファイルとに、分割する。
(2) Data is divided for ease of management.
For example, part numbers, part names,
A part attribute data file consisting of data such as usage classification, abolition classification, old / new product number, etc., and a part applied product data file consisting of parts numbers, applicable products, specifications, abolition classification, etc., which are less related To split.

【0017】そして上記のように構成される実施例のデ
ータベースにおいて、例えば適用商品や仕様などのデー
タから、これらに該当する部品番号を検索する場合に
は、上記の部品適用商品データファイルに対して検索な
どの処理を行えば良い。このため、検索などの処理を迅
速に行うことができるようになる。また逆に、部品番号
から適用商品や仕様などを検索することも同様に迅速に
行うことができる。
In the database of the embodiment configured as described above, when searching for a part number corresponding to these, for example, from data such as applied products and specifications, the parts applied product data file is searched for. Processing such as search may be performed. Therefore, it becomes possible to quickly perform processing such as search. Conversely, it is also possible to quickly search for applicable products and specifications from the part numbers.

【0018】[0018]

【発明の効果】本発明のデータベースの管理方法によれ
ば、データ分割よりデータの切り分けによりシステム管
理が楽になる結果、システムの負担が軽減して管理向上
やシステムのレスポンス低下防止などが図れる。
According to the database management method of the present invention, the system management is facilitated by dividing the data rather than by dividing the data. As a result, the burden on the system is reduced, the management is improved, and the response of the system is prevented from being deteriorated.

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

【図1】本発明の実施例の構成を示した説明図である。FIG. 1 is an explanatory diagram showing a configuration of an exemplary embodiment of the present invention.

【符号の説明】[Explanation of symbols]

1 コンピュータ、 2 記憶手段、 3 表示手段、 4 入力手段、 5 プリント手段。 1 computer, 2 storage means, 3 display means, 4 input means, 5 printing means.

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 データを複数格納するデータファイルを
備えてなるデータベースにおいて、所定の使用頻度以上
のデータを、複数のデータに分割し、それぞれ別のデー
タファイルに格納するとともに、これら分割された複数
のデータファイルを共通の属性により関連付けて管理す
ることを特徴とするデータベースの管理方法。
1. A database comprising data files for storing a plurality of data, wherein data having a predetermined frequency of use or higher is divided into a plurality of data, each of which is stored in a separate data file. A method for managing a database, characterized in that the data files are managed in association with each other by a common attribute.
【請求項2】 データを複数格納するデータファイルを
備えてなるデータベースにおいて、所定のレコード長以
上のデータを複数のデータに分割し、それぞれ別のデー
タファイルに格納するとともに、これら分割された複数
のデータファイルを共通の属性により関連付けて管理す
ることを特徴とするデータベースの管理方法。
2. A database having a data file for storing a plurality of data, wherein data having a predetermined record length or more is divided into a plurality of data, each of which is stored in a different data file. A database management method characterized by managing data files by associating them with common attributes.
JP5290378A 1993-11-19 1993-11-19 Managing method for data base Pending JPH07141230A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5290378A JPH07141230A (en) 1993-11-19 1993-11-19 Managing method for data base

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5290378A JPH07141230A (en) 1993-11-19 1993-11-19 Managing method for data base

Publications (1)

Publication Number Publication Date
JPH07141230A true JPH07141230A (en) 1995-06-02

Family

ID=17755244

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5290378A Pending JPH07141230A (en) 1993-11-19 1993-11-19 Managing method for data base

Country Status (1)

Country Link
JP (1) JPH07141230A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002230090A (en) * 2001-02-02 2002-08-16 Misawa Homes Co Ltd Component information management device and its system and component information retrieving method and product information retrieving method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002230090A (en) * 2001-02-02 2002-08-16 Misawa Homes Co Ltd Component information management device and its system and component information retrieving method and product information retrieving method
JP4580112B2 (en) * 2001-02-02 2010-11-10 ミサワホーム株式会社 Parts information management apparatus and parts information management system

Similar Documents

Publication Publication Date Title
CA2490212C (en) Searchable archive
JPH0728833A (en) Information retrieving device
JPH07141230A (en) Managing method for data base
JP2925042B2 (en) Information link generation method
CN108197164A (en) Business data storage method and device
JPH07334402A (en) Data base as main memory
JPH1115708A (en) Directory information management method and record medium recording program for execution of processing of the method
JPH06231012A (en) Log data managing device
JP2928169B2 (en) Data area management method on disk
JPH05151056A (en) Data controller
JP2885625B2 (en) File system with index table
JP2679761B2 (en) Data management system
JP3145727B2 (en) Data retrieval device
JPH08328929A (en) Database split management system
JP3585264B2 (en) Database system and data retrieval method
JPS62177642A (en) File management system for postscript filing device
JPH05250242A (en) Computer system for distributed management of file information
JPH10240767A (en) Document registration and retrieval system utilizing removable recording medium
JPH06348572A (en) Multi-mechanism disk system
JPH0535563A (en) Method for managing image information
JPS62282372A (en) Library management system
JPH0764835A (en) Data storage system for relational data base
JPH04310142A (en) Journal processing system
JPH02282840A (en) Journal output system
JPH03228149A (en) Data managing method