JPH04246773A - Data base managing system - Google Patents

Data base managing system

Info

Publication number
JPH04246773A
JPH04246773A JP3011817A JP1181791A JPH04246773A JP H04246773 A JPH04246773 A JP H04246773A JP 3011817 A JP3011817 A JP 3011817A JP 1181791 A JP1181791 A JP 1181791A JP H04246773 A JPH04246773 A JP H04246773A
Authority
JP
Japan
Prior art keywords
data
database
hierarchical information
information
management
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.)
Granted
Application number
JP3011817A
Other languages
Japanese (ja)
Other versions
JP3016255B2 (en
Inventor
Yoshio Masuda
増田 佳夫
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)

Abstract

PURPOSE:To constitute the system so that hierarchical information between blocks can be extracted automatically by an access control part, and the extracted hierarchical information can be managed. CONSTITUTION:A data base managing system 1 reads in a structure definition of user data from a meta-data base 15 at the time of actuation of an application program, and holds it in a meta-data table 9 in a meta-data control part 8. When store of data is started, a management data operating part 4 reads in a management data file 13 through a management data access part 10 and determines a store position of the target user data. A data operating part 6 writes in the user data to a data base 14 through a data base access part 11, while referring to information of the meta-data table 9. In this case, when modified information extraction data exists in meta-data, a hierarchical information extracting part 7 generates a request of hierarchical information store to a hierarchical information store part. The hierarchical information store part 5 writes hierarchical information in the management data file 13.

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

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

【0003】0003

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

【0004】0004

【課題を解決するための手段】本発明のデータベース管
理システムは、LSI設計時の設計データが格納される
データベースと、該データベース内のユーザデータの構
造定義データを格納するメタデータベースと、前記デー
タベース内のユーザデータの版数・格納位置を格納する
管理データファイルと、メタデータベース内のデータ構
造定義データを読み込みそのデータ構造定義に従いユー
ザデータに対してアクセスを行うアクセス制御部からな
るデータベース管理システムにおいて、前記データベー
スは管理の単位にデータを格納し、前記メタデータベー
スは前記データ構造定義データおよび階層情報抽出デー
タを格納し、管理データファイルは前記版数・格納位置
および階層情報を格納し、前記アクセス制御部は前記デ
ータ構造定義データおよび前記階層抽出データを読み込
みこれに従って設計データをアクセスし、該設計データ
内の階層情報抽出部を有して構成されている。
[Means for Solving the Problems] A database management system of the present invention includes a database in which design data at the time of LSI design is stored, a metadatabase in which structure definition data of user data in the database is stored, and a metadatabase in the database. In a database management system consisting of a management data file that stores the version number and storage location of user data, and an access control unit that reads data structure definition data in the metadata database and accesses the user data according to the data structure definition, The database stores data in management units, the metadatabase 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 The section reads the data structure definition data and the hierarchy extraction data, accesses the design data in accordance with the data, and includes a section for extracting hierarchy information in the design data.

【0005】[0005]

【実施例】本発明の実施例について図面を参照して説明
する。図1は本発明のデータベース管理システムのブロ
ック図である。データベース管理システム1はアプリケ
ーションプログラムの起動時にメタデータベース15か
らユーザデータの構造定義を読み込み、メタデータ制御
部8内のメタデータテーブル9に保持し以後のアクセス
に備える。データの格納が開始されると、管理データ操
作部4は、管理データアクセス部10を通して管理デー
タファイル13を読み込み目的のユーザデータの格納位
置を決定する。
Embodiments Examples 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 user data from the metadata database 15 when an application program is started, and stores it in the metadata table 9 in the metadata control unit 8 for future 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は、管理データアクセス部をとおして、管
理データファイル13に階層情報を書き込む。
When writing user data, the data operation unit 6 writes the user data to the database 14 through the database access unit 11 while referring to information in the metadata table 9 shown in FIG. At this time, if modification information extraction data exists in the metadata, the hierarchical information extracting unit 7 determines the lower block name and issues a request to the hierarchical information storage unit to store the hierarchical information. The hierarchical information storage unit 5 writes hierarchical information to the management data file 13 through the management data access unit.

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

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

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

【0010】以後アイテムの個数分階層フラグチェック
24を通り、階層フラグがONの場合、階層情報付加処
理25に移る。階層フラグチェック24で、階層フラグ
がOFFの場合なにもせずに次のアイテムへ処理が移る
。アイテム個数繰り返し処理23ですべてのアイテムに
ついて終了するとデータベースアクセス部26に処理が
移る。
Thereafter, the hierarchy flag check 24 is performed for the number of items, and if the hierarchy flag is ON, the process moves to the hierarchy information addition process 25. In the hierarchy flag check 24, if the hierarchy flag is OFF, the process moves to the next item without doing anything. When the item count repetition process 23 is completed for all items, the process moves 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 explained using a specific example. As shown in Figure 2, there is one type of table "COMP", and its items are "CELL", "NAME", "X" and "Y", and if the hierarchy flag is ON for item "NAME". do. At this time, consider the case where design data with the name "BLOCK-A" is stored.

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

【0013】[0013]

【発明の効果】以上説明したように、本発明は設計デー
タを格納するデータベース管理システムにおいて、ブロ
ック間の階層情報をアクセス制御部内部で自動で抽出で
きおよび抽出された階層情報を管理できるという効果が
ある。
[Effects of the Invention] As explained above, the present invention has the advantage that hierarchical information between blocks can be automatically extracted within the access control unit and the extracted hierarchical information can be managed in a database management system that stores design data. There is.

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

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

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

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

【図4】本発明のアクセス制御の動作を示す流れ図であ
る。
FIG. 4 is a flowchart showing the 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    階層情報付加処理
1 Database management system 2 Application interface 3
Access control section 4 Management data operation section 5 Hierarchical information storage section 6 Data operation section 7 Hierarchical information extraction section 8 Metadata control section 9 Metadata table 10 Management data access section 11 Database access section 12 Metadatabase access section 13
Management data file 14 Database 15 Metadatabase 16 Table information table 17 Item information table 18 Block name table 19 Hierarchy table 20 1 record write start process 21
Storage table search process 22 Table attribute check 23 Item count repetition process 24 Hierarchy flag check 25 Hierarchy information addition process

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  LSI設計時の設計データが格納され
るデータベースと、該データベース内のユーザデータの
構造定義データを格納するメタデータベースと、前記デ
ータベース内のユーザデータの版数・格納位置を格納す
る管理データファイルと、前記メタデータベース内のデ
ータ構造定義データを読み込みそのデータ構造定義に従
いユーザデータに対してアクセスを行うアクセス制御部
からなるデータベース管理システムにおいて、前記デー
タベースは管理の単位にデータを格納し、前記メタデー
タベースは前記データ構造定義データおよび階層情報抽
出データを格納し、管理データファイルは前記版数・格
納位置および階層情報を格納し、前記アクセス制御部は
前記データ構造定義データおよび前記階層抽出データを
読み込みこれに従って設計データをアクセスし、該設計
データ内の階層情報抽出部を有することを特徴とするデ
ータベース管理システム。
Claim 1: A database that stores design data during LSI design, a metadatabase that stores structure definition data of user data in the database, and stores the version number and storage location of the user data in the database. In a database management system comprising a management data file and an access control unit that reads data structure definition data in the metadata base and accesses user data according to the data structure definition, the database stores data in units of management. , the metadatabase stores the data structure definition data and the hierarchy information extraction data, the management data file stores the version number, storage location, and hierarchy information, and the access control unit stores the data structure definition data and the hierarchy extraction data. 1. A database management system comprising a section for reading data and accessing design data in accordance with the data, and extracting hierarchical information within 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 true JPH04246773A (en) 1992-09-02
JP3016255B2 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)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07249080A (en) * 1994-03-11 1995-09-26 Nec Corp Method and system for drawing management

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07249080A (en) * 1994-03-11 1995-09-26 Nec Corp Method and system for drawing management

Also Published As

Publication number Publication date
JP3016255B2 (en) 2000-03-06

Similar Documents

Publication Publication Date Title
US7689574B2 (en) Index and method for extending and querying index
US5682524A (en) Databank system with methods for efficiently storing non-uniform data records
US7730099B2 (en) Storage and retrieval of richly typed hierarchical network models
JP5075653B2 (en) Database management method, database management apparatus, database management program, and database system
CN106980665A (en) Data dictionary implementation method, device and data dictionary management system
JP2022510184A (en) Database indexes and database query processing methods, devices, and devices
US8037058B2 (en) Reducing access time for data in file systems when seek requests are received ahead of access requests
US8316008B1 (en) Fast file attribute search
US7725507B1 (en) Dynamic directories
CN112835638A (en) Configuration information management method and device based on embedded application program
KR20120082176A (en) Data processing method of database management system and system thereof
CN113918535A (en) Data reading method, device, equipment and storage medium
CN116414935A (en) Method for distributed Search space vector data based on Elastic Search
JP3016255B2 (en) Database management system
US20110320750A1 (en) Information processing system and method
CN104375781B (en) Data access method and device
CN114661706A (en) Clickhouse data writing plug-in method based on jlogstack
CN117290390B (en) Method for memory mapping on big data retrieval based on special index
JP4825504B2 (en) Data registration / retrieval system and data registration / retrieval method
CN104834664A (en) Optical disc juke-box oriented full text retrieval system
JP3529040B2 (en) Database device, database management method, and storage medium for storing database management program
JPH04112253A (en) Data accessing method using multilayer buffer
CN115098459A (en) Data sharing method and device, terminal equipment and storage medium
JPH03174654A (en) Filing method and its device
CN117194577A (en) Data integration system

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