JP3016255B2 - Database management system - Google Patents

Database management system

Info

Publication number
JP3016255B2
JP3016255B2 JP3011817A JP1181791A JP3016255B2 JP 3016255 B2 JP3016255 B2 JP 3016255B2 JP 3011817 A JP3011817 A JP 3011817A JP 1181791 A JP1181791 A JP 1181791A JP 3016255 B2 JP3016255 B2 JP 3016255B2
Authority
JP
Japan
Prior art keywords
data
database
hierarchy
management
management system
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 - Fee Related
Application number
JP3011817A
Other languages
Japanese (ja)
Other versions
JPH04246773A (en
Inventor
佳夫 増田
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 JP3011817A priority Critical patent/JP3016255B2/en
Publication of JPH04246773A publication Critical patent/JPH04246773A/en
Application granted granted Critical
Publication of JP3016255B2 publication Critical patent/JP3016255B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

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

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【産業上の利用分野】本発明はデータベース管理システ
ムに関し、特にLSICADシステムのデータベース管
理システムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a database management system, and more particularly to a database management system for an LSICAD system.

【0002】[0002]

【従来の技術】従来、この種のデータベース管理システ
ムでは、設計データを格納・管理する際のデータのアク
セスは処理対象となるブロック単位で行われ、また管理
データファイル内の管理もブロック単位である。
2. Description of the Related Art Conventionally, in this type of database management system, data access when storing and managing design data is performed in block units to be processed, and management in a management data file is also performed in block units. .

【0003】[0003]

【発明が解決しようとする課題】上述した従来のデータ
ベース管理システムでは、データの管理はブロック単位
に独立におこなわれているために、ブロック間の階層情
報が管理できないという欠点があった。
In the above-mentioned conventional database management system, since data management is performed independently in block units, there is a disadvantage that hierarchical information between blocks cannot be managed.

【0004】[0004]

【課題を解決するための手段】本発明のデータベース管
理システムは、LSI設計時の設計データが格納される
データベースと、該データベース内のユーザデータの構
造定義データを格納するメタデータベースと、前記デー
タベース内のユーザデータの版数・格納位置を格納する
管理データファイルと、メタデータベース内のデータ構
造定義データを読み込みそのデータ構造定義に従いユー
ザデータに対してアクセスを行うアクセス制御部からな
るデータベース管理システムにおいて、前記データベー
スは管理の単位にデータを格納し、前記メタデータベー
スは前記データ構造定義データおよび階層情報抽出デー
タを格納し、管理データファイルは前記版数・格納位置
および階層情報を格納し、前記アクセス制御部は前記デ
ータ構造定義データおよび前記階層抽出データを読み込
みこれに従って設計データをアクセスし、該設計データ
内の階層情報抽出部を有して構成されている。
According to the present invention, there is provided a database management system comprising: a database in which design data at the time of LSI design is stored; a meta-database in which structure definition data of user data in the database is stored; In a database management system comprising a management data file for storing the version number and storage location of the user data and an access control unit for reading data structure definition data in the meta database and accessing the user data according to the data structure definition, The database stores data in units of management, the meta-database stores the data structure definition data and hierarchy information extraction data, the management data file stores the version number / storage location and hierarchy information, and the access control Section is the data structure definition data And accessing said design data accordingly reads hierarchical extraction data, and is configured with a hierarchical information extraction unit in the design data.

【0005】[0005]

【実施例】本発明の実施例について図面を参照して説明
する。図1は本発明のデータベース管理システムのブロ
ック図である。データベース管理システム1はアプリケ
ーションプログラムの起動時にメタデータベース15か
らユーザデータの構造定義を読み込み、メタデータ制御
部8内のメタデータテーブル9に保持し以後のアクセス
に備える。データの格納が開始されると、管理データ操
作部4は、管理データアクセス部10を通して管理デー
タファイル13を読み込み目的のユーザデータの格納位
置を決定する。
Embodiments of the present invention will be described with reference to the drawings. FIG. 1 is a block diagram of the database management system of the present invention. The database management system 1 reads the structure definition of the user data from the meta database 15 at the time of starting the application program, stores it in the metadata table 9 in the metadata control unit 8, and prepares for subsequent access. When data storage is started, the management data operation unit 4 reads the management data file 13 through the management data access unit 10 and determines the storage location of the target user data.

【0006】ユーザデータの書き込み時、データ操作
部6は、図2に示すメタデータテーブル9の情報を参照
しながらデータベースアクセス部11を通して、データ
ベース14に対しユーザデータを書き込む。この時、メ
タデータ中に階層情報抽出データが存在すると、階層情
報抽出部7において、下位ブロック名を判断し、階層情
報格納部に対して、階層情報格納の要求を発する。階
層情報格納部5は、管理データアクセス部10を通し
て、管理データファイル13に階層情報を書き込む。
[0006] At the user data writing, the data operation unit 6, through database access unit 11 with reference to the information of the metadata table 9 shown in FIG. 2, and writes the user data to the database 14. At this time, if there is hierarchical information extraction data in the metadata, the hierarchical information extracting unit 7 determines the lower block name and issues a hierarchical information storage request to the hierarchical information storage unit 5 . The hierarchy information storage unit 5 writes the hierarchy information to the management data file 13 through the management data access unit 10 .

【0007】図2は本発明のメタデータを説明するため
の構成図である。テーブル情報テーブル16は、ユーザ
データのテーブルの情報を持つ。テーブル情報テーブル
16は、テーブル名、テーブルに付加された番号、階層
抽出用のデータの存在を示す階層フラグ、アイテム情報
テーブルへのポインタを持つ。アイテム情報テーブル1
7は、テーブル内の各アイテムの情報を持つ。アイテム
情報テーブル17は、テーブル内の各アイテムの情報を
持つ。アイテム情報テーブル17は、アイテム名、アイ
テムタイプ、アイテムのサイズ、階層フラグを持つ。こ
こで階層フラグがONであれば、このアイテムに対応す
るデータが下位のブロック名を示している意味である。
FIG. 2 is a configuration diagram for explaining the metadata of the present invention. The table information table 16 has information of a table of user data. The table information table 16 has a table name, a number added to the table, a hierarchy flag indicating the existence of hierarchy extraction data, and a pointer to the item information table. Item information table 1
7 has information on each item in the table. The item information table 17 has information on each item in the table. The item information table 17 has an item name, an item type, an item size, and a hierarchy flag. Here, if the hierarchy flag is ON, it means that the data corresponding to this item indicates a lower block name.

【0008】図3は本発明の管理データを説明するため
の構成図である。ブロック名テーブル18は、データベ
ースに格納されている情報の一覧表であり、ブロック
名、版数、格納位置、階層テーブルポインタを持つ。階
層テーブル19は、ブロック名テーブルからポイントさ
れており、下位階層に位置するブロックのブロック名、
版数を持つ。
FIG. 3 is a configuration diagram for explaining management data according to the present invention. The block name table 18 is a list of information stored in the database, and has a block name, a version number, a storage position, and a hierarchy table pointer. The hierarchy table 19 is pointed to from the block name table, and includes the block names of the blocks located in the lower hierarchy,
Has version number.

【0009】図4は本発明のアクセス制御部の動作を説
明するための流れ図である。ユーザデータの書き込み要
求があると、1レコード書き込み処理20が動作し、次
に格納テーブル検索処理21に移る。格納テーブル検索
後、テーブル属性チェック22に移る。ここで階層フラ
グが存在しないテーブルであれば、すぐにデータベース
アクセス部26に移る。テーブル属性チェック22で階
層フラグが存在するテーブルの場合、アイテム個数繰り
返し処理23に移る。
FIG. 4 is a flowchart for explaining the operation of the access control unit of the present invention. When there is a user data write request, the one record write process 20 operates, and then the process proceeds to the storage table search process 21. After searching the storage table, the process proceeds to the table attribute check 22. Here, if the table has no hierarchy flag, the process immediately proceeds to the database access unit 26. If the table attribute check 22 indicates that the table has a hierarchy flag, the process proceeds to the item number repetition process 23.

【0010】以後アイテムの個数分階層フラグチェック
24を通り、階層フラグがONの場合、階層情報付加処
理25に移る。階層フラグチェック24で、階層フラグ
がOFFの場合なにもせずに次のアイテムへ処理が移
る。アイテム個数繰り返し処理23ですべてのアイテム
について終了するとデータベースアクセス部26に処理
が移る。
After that, the number of items passes through the hierarchy flag check 24, and if the hierarchy flag is ON, the process proceeds to the hierarchy information adding process 25. In the hierarchy flag check 24, if the hierarchy flag is OFF, the process proceeds to the next item without doing anything. When all items are completed in the item number repetition process 23, the process proceeds to the database access unit 26.

【0011】次に、具体的な例をあげて本発明のデータ
ベース管理システムの動作を説明する。図2に示すよう
にテーブルは“COMP”の1種類存在し、そのアイテ
ムは“CELL”“NAME”“X”および“Y”であ
り、アイテム“NAME”に対して階層フラグがONで
あるとする。この時、名前が“BLOCK−A”である
設計データを格納する場合を考える。
Next, the operation of the database management system of the present invention will be described with a specific example. As shown in FIG. 2, there is one type of table “COMP”, the items of which are “CELL”, “NAME”, “X” and “Y”, and the hierarchy flag is ON for the item “NAME”. I do. At this time, a case where design data having a name “BLOCK-A” is stored will be considered.

【0012】書き込むデータとして、“COMP”テー
ブルにアイテム“NAME”が“BLOCK−B”のレ
コードが与えられると、図4のフローに従って、階層フ
ラグチェック24の判断によって、“BLOCK−B”
を階層情報付加処理にわたす。階層情報付加処理では、
“BLOCK−B”を階層テーブルに追加する。次に
“COMP”テーブルにアイテム“NAME”が“BL
CCK−C”のレコードが与えられると、同様な処理に
よって、階層テーブルに“BLOCK−C”のレコード
が追加され、第3図に示したような管理データが生成さ
れる。
When a record whose item “NAME” is “BLOCK-B” is given to the “COMP” table as data to be written, “BLOCK-B” is determined by the hierarchy flag check 24 according to the flow of FIG.
To the hierarchy information adding process. In the hierarchy information addition process,
“BLOCK-B” is added to the hierarchy table. Next, the item “NAME” is set to “BL” in the “COMP” table.
When a record of "CCK-C" is given, a record of "BLOCK-C" is added to the hierarchy table by similar processing, and management data as shown in FIG. 3 is generated.

【0013】[0013]

【発明の効果】以上説明したように、本発明によれば
設計データを格納するテーダベース管理システムにおい
て、データブロック間の階層情報をアクセス制御部
部で自動的に抽出することができ、また抽出された階層
情報が管理できるという効果がある。
As described above , according to the present invention,
In Tedabesu management system for storing design data, automatically it is possible to extract a hierarchical information between data blocks in the inner <br/> portion of the access control unit, also hierarchical information extracted is an effect that can manage .

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

【図1】本発明の一実施例の構成図である。FIG. 1 is a configuration diagram of an embodiment of the present invention.

【図2】本発明のメタデータの構造を示す図である。FIG. 2 is a diagram showing a structure of metadata of the present invention.

【図3】本発明の管理データの構造を示す図である。FIG. 3 is a diagram showing a structure of management data of the present invention.

【図4】本発明のアクセス制御の動作を示す流れ図であ
る。
FIG. 4 is a flowchart showing an operation of access control according to the present invention.

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

1 データベース管理システム 2 アプリケーションインターフェース 3 アクセス制御部 4 管理データ操作部 5 階層情報格納部 6 データ操作部 7 階層情報抽出部 8 メタデータ制御部 9 メタデータテーブル 10 管理データアクセス部 11 データベースアクセス部 12 メタデータベースアクセス部 13 管理データファイル 14 データベース 15 メタデータベース 16 テーブル情報テーブル 17 アイテム情報テーブル 18 ブロック名テーブル 19 階層テーブル 20 1レコード書き込み開始処理 21 格納テーブル検索処理 22 テーブル属性チェック 23 アイテム個数繰り返し処理 24 階層フラグチェック 25 階層情報付加処理 26 データベースアクセス処理 DESCRIPTION OF SYMBOLS 1 Database management system 2 Application interface 3 Access control part 4 Management data operation part 5 Hierarchical information storage part 6 Data operation part 7 Hierarchical information extraction part 8 Metadata control part 9 Metadata table 10 Management data access part 11 Database access part 12 Meta Database access unit 13 Management data file 14 Database 15 Metadatabase 16 Table information table 17 Item information table 18 Block name table 19 Hierarchical table 20 1 record writing start processing 21 Storage table search processing 22 Table attribute check 23 Item number repetition processing 24 Hierarchical flag Check 25 Hierarchical information addition processing 26 Database access processing

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 LSI設計時の設計データが格納される
データベースと、該データベース内のユーザデータの構
造定義データを格納するメタデータベースと、前記デー
タベース内のユーザデータの版数・格納位置を格納する
管理データファイルと、前記メタデータベース内のデー
タ構造定義データを読み込みそのデータ構造定義に従い
ユーザデータに対してアクセスを行うアクセス制御部か
らなるデータベース管理システムにおいて、前記データ
ベースは管理の単位にデータを格納し、前記メタデータ
ベースは前記データ構造定義データおよび階層情報抽出
データを格納し、管理データファイルは前記版数・格納
位置および階層情報を格納し、前記アクセス制御部は前
記データ構造定義データおよび前記階層抽出データを読
み込みこれに従って設計データをアクセスし、該設計デ
ータ内の階層情報抽出部を有することを特徴とするデー
タベース管理システム。
1. A database for storing design data at the time of LSI design, a meta-database for storing structure definition data of user data in the database, and a version number and storage location of the user data in the database. In a database management system including a management data file and an access control unit that reads data structure definition data in the meta database and accesses user data in accordance with the data structure definition, the database stores data in units of management. The meta-database stores the data structure definition data and the hierarchy information extraction data, the management data file stores the version number / storage location and the hierarchy information, and the access control unit stores the data structure definition data and the hierarchy extraction data. Read the data and follow this A database management system for accessing design data and having a hierarchy information extraction unit in the design data.
JP3011817A 1991-02-01 1991-02-01 Database management system Expired - Fee Related JP3016255B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3011817A JP3016255B2 (en) 1991-02-01 1991-02-01 Database management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3011817A JP3016255B2 (en) 1991-02-01 1991-02-01 Database management system

Publications (2)

Publication Number Publication Date
JPH04246773A JPH04246773A (en) 1992-09-02
JP3016255B2 true JP3016255B2 (en) 2000-03-06

Family

ID=11788348

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3011817A Expired - Fee Related JP3016255B2 (en) 1991-02-01 1991-02-01 Database management system

Country Status (1)

Country Link
JP (1) JP3016255B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2856065B2 (en) * 1994-03-11 1999-02-10 日本電気株式会社 Drawing management method and drawing management system

Also Published As

Publication number Publication date
JPH04246773A (en) 1992-09-02

Similar Documents

Publication Publication Date Title
RU2378685C2 (en) File management device, method of controlling said device, computer program and data carrier
JP2770715B2 (en) Structured document search device
US7689574B2 (en) Index and method for extending and querying index
JP5075653B2 (en) Database management method, database management apparatus, database management program, and database system
US8316008B1 (en) Fast file attribute search
JP2022510184A (en) Database indexes and database query processing methods, devices, and devices
CN113918535A (en) Data reading method, device, equipment and storage medium
JP2539347B2 (en) File management method
JP3016255B2 (en) Database management system
JPH10312396A (en) Data base system and computer-readable record medium where data base retrieval program is recorded
JP2822869B2 (en) Library file management device
CN117290390B (en) Method for memory mapping on big data retrieval based on special index
JP3529040B2 (en) Database device, database management method, and storage medium for storing database management program
JP2721034B2 (en) Clustering control system
CN117194577A (en) Data integration system
CN115098459A (en) Data sharing method and device, terminal equipment and storage medium
JP2000066933A (en) Time series data management system
CN101419626B (en) File system name space management method orienting application
JPS62177642A (en) File management system for postscript filing device
JP2003281816A (en) High-speed copy method and system
JPH041855A (en) Document/drawing control system
JPS63291145A (en) Method for managing file
JPH04250563A (en) Document creation and control system
JP2003323448A (en) Database retrieving device and method
JPH04250568A (en) Record retrieval device

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19991124

LAPS Cancellation because of no payment of annual fees