WO2024121893A1 - Database management device, database management method, and database management program - Google Patents

Database management device, database management method, and database management program Download PDF

Info

Publication number
WO2024121893A1
WO2024121893A1 PCT/JP2022/044699 JP2022044699W WO2024121893A1 WO 2024121893 A1 WO2024121893 A1 WO 2024121893A1 JP 2022044699 W JP2022044699 W JP 2022044699W WO 2024121893 A1 WO2024121893 A1 WO 2024121893A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
graph
database management
rdb
database
Prior art date
Application number
PCT/JP2022/044699
Other languages
French (fr)
Japanese (ja)
Inventor
康郎 片岡
Original Assignee
日本電信電話株式会社
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 日本電信電話株式会社 filed Critical 日本電信電話株式会社
Priority to PCT/JP2022/044699 priority Critical patent/WO2024121893A1/en
Publication of WO2024121893A1 publication Critical patent/WO2024121893A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases

Definitions

  • the present invention relates to a database management device, a database management method, and a database management program.
  • the present invention has been made in consideration of the above, and aims to enable the development of applications in an integrated environment of RDB and graph DB, without being hindered by the complexity of the schema.
  • the database management device is characterized by having an acquisition unit that acquires data, a separation unit that separates the areas of the relational database and the graph database in the storage unit into an area for referencing data and an area for allowing data updates, and a classification unit that classifies and stores data expressed as nodes and relationships between nodes in one of the separated areas of the graph database according to the attributes of the data, and classifies and stores data other than the data expressed as nodes and relationships between nodes in one of the separated areas of the relational database according to the attributes of the data.
  • the present invention makes it possible to develop applications in an integrated environment of RDB and graph DB without being hindered by the complexity of the schema.
  • FIG. 1 is a diagram for explaining an overview of a database management device.
  • FIG. 2 is a schematic diagram illustrating a schematic configuration of a database management device.
  • FIG. 3 is a diagram for explaining the processing of the classification unit.
  • FIG. 4 is a flowchart showing a database management process procedure.
  • FIG. 5 is a diagram illustrating a computer that executes a database management program.
  • FIG. 1 is a diagram for explaining an overview of a database management device. As shown in Fig. 1, the database management device of this embodiment separates the areas of each database into a reference system and an update system in an environment in which an RDB and a graph DB are integrated.
  • the reference system is an area that stores data referenced by an application.
  • the update system is an area that stores data that allows an application to update the data.
  • the RDB is separated into an RDB reference system 14a and an RDB update system 14b
  • the graph DB is separated into a graph DB reference system 14c and a graph DB update system 14d.
  • the graph DB reference system stores data that is not updated, such as nodes and links, among data that is expressed by the relationships between nodes. For example, coordinates of point equipment and span lengths are stored.
  • the graph DB update system stores equipment attributes that are updated frequently. For example, attribute values such as the material and construction year of the actual equipment, and services that use the actual equipment are stored.
  • NoSQL databases including graph DBs, generally have insufficient transaction management implementations due to the emphasis on performance, but the transaction management of the graph DB is complemented by the transaction management of the parallel RDB, strengthening the reliability of the data.
  • FIG. 2 is a schematic diagram illustrating an example of a general configuration of a database management device.
  • a database management device 10 is realized by a general-purpose computer such as a personal computer, and includes an input unit 11, an output unit 12, a communication control unit 13, a storage unit 14, and a control unit 15.
  • the input unit 11 is realized using input devices such as a keyboard and a mouse, and inputs various instruction information such as a command to start processing to the control unit 15 in response to input operations by an operator.
  • the output unit 12 is realized by a display device such as a liquid crystal display, a printing device such as a printer, etc.
  • the communication control unit 13 is realized by a NIC (Network Interface Card) or the like, and controls communication between the control unit 15 and external devices such as a server via a network.
  • the communication control unit 13 controls communication between the control unit 15 and a database device of another system that manages data used in the database management process described below, a user terminal on which an application is installed, etc.
  • the storage unit 14 is realized by a semiconductor memory element such as a RAM (Random Access Memory) or a flash memory, or a storage device such as a hard disk or an optical disk.
  • the storage unit 14 stores in advance the processing programs that operate the database management device 10 and data used during the execution of the processing programs, or stores them temporarily each time processing is performed.
  • the storage unit 14 may be configured to communicate with the control unit 15 via the communication control unit 13.
  • the storage unit 14 stores an RDB reference system 14a, an RDB update system 14b, a graph DB reference system 14c, and a graph DB update system 14d that are generated in the database management process described below, and are used by the application as a database.
  • the control unit 15 is realized using a CPU (Central Processing Unit) or the like, and executes a processing program stored in memory. As a result, the control unit 15 functions as an acquisition unit 15a, a separation unit 15b, and a classification unit 15c, as exemplified in FIG. 2. Note that each or some of these functional units may be implemented in different hardware. For example, the separation unit 15b may be implemented in a device separate from the other functional units. The control unit 15 may also include other functional units.
  • a CPU Central Processing Unit
  • the acquisition unit 15a acquires data.
  • the acquisition unit 15a acquires data used in the database management process described below from the database of another system via the input unit 11 or the communication control unit 13. Specifically, the acquisition unit 15a replicates the database of the other system by snapshot.
  • the acquisition unit 15a may also store the acquired data in the storage unit 14 as master data or initial data.
  • the acquisition unit 15a may also transfer this data to the classification unit 15c described below without storing it in the storage unit 14.
  • the separation unit 15b separates the RDB and graph DB areas of the storage unit 14 into a reference system area that references data and an update system area that allows data to be updated. Specifically, the separation unit 15b creates areas in the storage unit 14 for an RDB reference system 14a, an RDB update system 14b, a graph DB reference system 14c, and a graph DB update system 14d.
  • the classification unit 15c classifies and stores the acquired data in separate areas according to the attributes of the data.
  • the attributes of the data include, for example, whether the data is to be referenced or updated.
  • the classification unit 15c then stores the acquired data in one of the RDB reference system 14a, the RDB update system 14b, the graph DB reference system 14c, and the graph DB update system 14d according to the attributes of each data.
  • the classification unit 15c classifies and stores, among the acquired data, data represented by relationships between nodes into either the area of the separated graph DB reference system 14c in the graph DB area or the area of the graph DB update system 14d in accordance with the attributes of the data.
  • the classification unit 15c classifies and stores, among the acquired data, data other than data represented by relationships between nodes into either the area of the separated RDB reference system 14a in the RDB area or the area of the separated RDB update system 14b in accordance with the attributes of the data.
  • FIG. 3 is a diagram for explaining the processing of the classification unit.
  • the classification unit 15c classifies and stores data acquired from DBs of other systems into an RDB reference system 14a, an RDB update system 14b, a graph DB reference system 14c, and a graph DB update system 14d according to the attributes of each data.
  • the classification unit 15c stores the data acquired by the acquisition unit 15a from the other system DB in the RDB reference system 14a.
  • the classification unit 15c moves independently managed data such as key values to be updated from the RDB reference system 14a to the RDB update system 14b (FIG. 3 (1)), excluding master data that does not need to be updated and is stored in the RDB reference system 14a, and data that is stored in the graph DB, such as data represented by the relationships between nodes.
  • this is report-related data such as equipment attribute data used in statistics and reports.
  • the classification unit 15c also classifies data stored in the graph DB, such as data expressed as relationships between nodes, into either the graph DB reference system 14c or the graph DB update system 14d.
  • Data expressed as relationships between nodes is data that can be illustrated in a line diagram or network form, such as the coordinates of point facilities such as manholes and utility poles, and the span lengths between point facilities such as tunnels, conduits, and cables.
  • the classification unit 15c first moves the data to be referenced from the RDB reference system 14a to the graph DB reference system 14c ( Figure 3 (2)).
  • attribute values such as coordinate data of point equipment and span lengths (path lengths) are stored in the graph DB reference system 14c. This makes it possible to synchronize data to realize graph display.
  • the classification unit 15c moves it from the graph DB reference system 14c to the graph DB update system 14d ( Figure 3 (3)).
  • the classification unit 15c also moves data to be updated from the RDB reference system 14a to the graph DB update system 14d (FIG. 3(4)).
  • the graph DB update system 14d stores attribute values, materials, construction years, etc. for a portion of the actual equipment.
  • the classification unit 15c moves it from the RDB update system 14b to the graph DB update system 14d (FIG. 3 (5)).
  • the graph DB update system 14d stores some attribute values of core line information and services, usage status, service quality, etc.
  • an application that displays graphs can access the graph DB reference system 14c and the graph DB update system 14d (FIG. 3 (6) and (8)). Also, an application that displays data can access the RDB reference system 14a and the RDB update system 14b (FIG. 3 (7) and (9)).
  • the storage unit 14 of this embodiment stores, for example, data related to communication facilities as a database in which the RDB and the graph DB are integrated.
  • the RDB stores equipment information such as data used for statistics and data used for reports
  • the graph DB stores information such as coordinates for point equipment, connection information using lengths for spans, attribute values of associated actual equipment, and services.
  • the storage unit 14 optimizes data placement according to data attributes such as data reference/data update, and clarifies the area to be processed by applications that access the database. This makes application development easier and shortens the development period. In addition, by limiting backup operations during operation as a database to only the update system, it is possible to shorten the time required for backup and restoration operations.
  • the storage unit 14 of this embodiment can be applied to a system that displays graph DB data as a line diagram, such as a GIS (Geographic Information System), as a database that integrates an RDB and a graph DB.
  • GIS Geographic Information System
  • Fig. 4 is a flowchart showing a procedure of the database management process. The flowchart in Fig. 4 is started, for example, when an operational input is made to instruct the start of the database management process.
  • the acquisition unit 15a acquires the data to be processed from a database of another system (step S1).
  • the separation unit 15b separates each of the RDB and graph DB areas in the storage unit 14 into a reference system area that allows data to be referenced and an update system area that allows data to be updated (step S2). Specifically, the separation unit 15b generates areas in the storage unit 14 for the RDB reference system 14a, the RDB update system 14b, the graph DB reference system 14c, and the graph DB update system 14d.
  • the classification unit 15c classifies and stores the acquired data into one of the RDB reference system 14a, the RDB update system 14b, the graph DB reference system 14c, and the graph DB update system 14d according to the attributes of each data (step S3).
  • the classification unit 15c classifies and stores, among the acquired data, data represented by relationships between nodes into either the area of the separated graph DB reference system 14c or the area of the separated graph DB update system 14d in the graph DB area, depending on the attributes of the data. In addition, the classification unit 15c classifies and stores, among the acquired data, data other than data represented by relationships between nodes into either the area of the separated RDB reference system 14a or the area of the separated RDB update system 14b in the RDB area, depending on the attributes of the data. This completes the series of database management processes.
  • the acquisition unit 15a acquires data.
  • the separation unit 15b separates the RDB and graph DB areas of the storage unit 14 into a reference system area that refers to data and an update system area that allows data to be updated.
  • the classification unit 15c classifies and stores data represented by a relationship between nodes into either the graph DB reference system 14c area or the graph DB update system 14d area of the graph DB area according to the attributes of the data.
  • the classification unit 15c classifies and stores data other than data represented by a relationship between nodes into either the RDB reference system 14a area or the RDB update system 14b area of the RDB area according to the attributes of the data.
  • the storage unit 14 stores data related to communication equipment. This makes the development of applications related to communication equipment more efficient. It also makes it possible to display graphs related to communication equipment more quickly.
  • a program in which the processing executed by the database management device 10 according to the above embodiment is written in a language executable by a computer can also be created.
  • the database management device 10 can be implemented by installing a database management program that executes the above database management processing as package software or online software on a desired computer.
  • the information processing device can function as the database management device 10.
  • the information processing device also includes mobile communication terminals such as smartphones, mobile phones, and PHS (Personal Handyphone System), and even slate terminals such as PDAs (Personal Digital Assistants).
  • the functions of the database management device 10 may be implemented on a cloud server.
  • FIG. 5 is a diagram showing an example of a computer that executes a database management program.
  • the computer 1000 has, for example, a memory 1010, a CPU 1020, a hard disk drive interface 1030, a disk drive interface 1040, a serial port interface 1050, a video adapter 1060, and a network interface 1070. These components are connected by a bus 1080.
  • the memory 1010 includes a ROM (Read Only Memory) 1011 and a RAM 1012.
  • the ROM 1011 stores a boot program such as a BIOS (Basic Input Output System).
  • BIOS Basic Input Output System
  • the hard disk drive interface 1030 is connected to a hard disk drive 1031.
  • the disk drive interface 1040 is connected to a disk drive 1041.
  • a removable storage medium such as a magnetic disk or optical disk is inserted into the disk drive 1041.
  • the serial port interface 1050 is connected to a mouse 1051 and a keyboard 1052, for example.
  • the video adapter 1060 is connected to a display 1061, for example.
  • the hard disk drive 1031 stores, for example, an OS (Operating System) 1091, an application program 1092, a program module 1093, and program data 1094. Each piece of information described in the above embodiment is stored, for example, in the hard disk drive 1031 or memory 1010.
  • OS Operating System
  • the database management program is stored in the hard disk drive 1031, for example, as a program module 1093 in which instructions to be executed by the computer 1000 are written. Specifically, the program module 1093 in which each process executed by the database management device 10 described in the above embodiment is written is stored in the hard disk drive 1031.
  • data used for information processing by the database management program is stored as program data 1094, for example, in the hard disk drive 1031.
  • the CPU 1020 reads the program module 1093 and program data 1094 stored in the hard disk drive 1031 into the RAM 1012 as necessary, and executes each of the procedures described above.
  • the program module 1093 and program data 1094 related to the database management program are not limited to being stored in the hard disk drive 1031, but may be stored in a removable storage medium, for example, and read by the CPU 1020 via the disk drive 1041 or the like.
  • the program module 1093 and program data 1094 related to the database management program may be stored in another computer connected via a network such as a LAN (Local Area Network) or a WAN (Wide Area Network), and read by the CPU 1020 via the network interface 1070.

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

An acquisition unit (15a) acquires data. A separation unit (15b) separates the respective RDB and graph DB regions of a storage unit 14 into a reference system region that allows data to be referenced and an update system region that permits data to be updated. A classification unit (15c) classifies data that is represented by nodes and by a relationship between the nodes, among items of acquired data, into either one of a graph DB reference system (14c) region or a graph DB update system (14d) region, which are separated from one another, within the graph DB region in accordance with attributes of the data, and then stores the classified data in the regions. The classification unit (15c) also classifies data other than that represented by the nodes and the relationship between the nodes, among the items of acquired data, into either one of a RDB reference system (14a) region and a RDB update system (14b) region, which are separated from one another, within the RDB region in accordance with attributes of the data, and then stores the classified data in the regions.

Description

データベース管理装置、データベース管理方法およびデータベース管理プログラムDatabase management device, database management method and database management program
 本発明は、データベース管理装置、データベース管理方法およびデータベース管理プログラムに関する。 The present invention relates to a database management device, a database management method, and a database management program.
 情報システムの開発において、アプリケーションによりデータベースを高速に参照したり、データ改ざんに対応したりすることが必要である。そこで近年は、データの参照元として、従来のリレーショナルデータベース(RDB)に加え、データ相互の接続関係をより高速に出力・表示が可能なグラフデータベース(グラフDB)が注目されている。ここで、グラフDBは図形表示に特化しており、関数処理・統計処理・帳票出力が可能なRDBの代替とはならないため、RDBとグラフDBとを並存させて利用する技術が提案されている(特許文献1、非特許文献1参照)。 In the development of information systems, it is necessary to be able to quickly reference databases using applications and to respond to data tampering. In recent years, therefore, in addition to conventional relational databases (RDBs), graph databases (graph DBs), which are capable of outputting and displaying the interconnections between data at higher speeds, have been attracting attention as a data reference source. However, since graph DBs are specialized for displaying graphics and cannot replace RDBs, which are capable of processing functions, statistical processing, and outputting reports, technology has been proposed that uses RDBs and graph DBs side by side (see Patent Document 1 and Non-Patent Document 1).
特開2014-229276号公報JP 2014-229276 A
 しかしながら、従来の技術では、RDBとグラフDBとの統合環境では、スキーマが複雑化してアプリケーションの開発の妨げとなっていた。例えば、RDBとグラフDBとが単に並存して配置されただけでは、データの属性が参照のみなのか、あるいは更新されるのかといった観点で、データベースのデータの配置が混然としていて必ずしも整理されていない。そのため、スキーマが複雑化して、アプリケーションの開発の妨げとなっていた。 However, with conventional technology, in an integrated environment of an RDB and a graph DB, the schema becomes complicated, which becomes an obstacle to application development. For example, when an RDB and a graph DB are simply placed side by side, the placement of database data becomes chaotic and not necessarily organized in terms of whether the data attributes are reference-only or can be updated. This causes the schema to become complicated, which becomes an obstacle to application development.
 本発明は、上記に鑑みてなされたものであって、RDBとグラフDBとの統合環境で、スキーマの複雑化による妨げのないアプリケーションの開発を可能とすることを目的とする。 The present invention has been made in consideration of the above, and aims to enable the development of applications in an integrated environment of RDB and graph DB, without being hindered by the complexity of the schema.
 上述した課題を解決し、目的を達成するために、本発明に係るデータベース管理装置は、データを取得する取得部と、記憶部のリレーショナルデータベースとグラフデータベースとのそれぞれの領域を、データを参照させる領域とデータの更新を許容する領域とに分離する分離部と、取得された前記データのうち、ノードとノード間の関係性とで表されるデータを、該データの属性に応じて、前記グラフデータベースの領域のうちの分離された前記領域のいずれかに分類して記憶させ、取得された前記データのうちの前記ノードとノード間の関係性とで表されるデータ以外のデータを、該データの属性に応じて、前記リレーショナルデータベースの領域のうちの分離された前記領域のいずれかに分類して記憶させる分類部と、を有することを特徴とする。 In order to solve the above problems and achieve the object, the database management device according to the present invention is characterized by having an acquisition unit that acquires data, a separation unit that separates the areas of the relational database and the graph database in the storage unit into an area for referencing data and an area for allowing data updates, and a classification unit that classifies and stores data expressed as nodes and relationships between nodes in one of the separated areas of the graph database according to the attributes of the data, and classifies and stores data other than the data expressed as nodes and relationships between nodes in one of the separated areas of the relational database according to the attributes of the data.
 本発明によれば、RDBとグラフDBとの統合環境で、スキーマの複雑化による妨げのないアプリケーションの開発が可能となる。 The present invention makes it possible to develop applications in an integrated environment of RDB and graph DB without being hindered by the complexity of the schema.
図1は、データベース管理装置の概要を説明するための図である。FIG. 1 is a diagram for explaining an overview of a database management device. 図2は、データベース管理装置の概略構成を例示する模式図である。FIG. 2 is a schematic diagram illustrating a schematic configuration of a database management device. 図3は、分類部の処理を説明するための図である。FIG. 3 is a diagram for explaining the processing of the classification unit. 図4は、データベース管理処理手順を示すフローチャートである。FIG. 4 is a flowchart showing a database management process procedure. 図5は、データベース管理プログラムを実行するコンピュータを例示する図である。FIG. 5 is a diagram illustrating a computer that executes a database management program.
 以下、図面を参照して、本発明の一実施形態を詳細に説明する。なお、この実施形態により本発明が限定されるものではない。また、図面の記載において、同一部分には同一の符号を付して示している。 Below, one embodiment of the present invention will be described in detail with reference to the drawings. Note that the present invention is not limited to this embodiment. In addition, in the drawings, the same parts are denoted by the same reference numerals.
[データベース管理装置の概要]
 図1は、データベース管理装置の概要を説明するための図である。図1に示すように、本実施形態のデータベース管理装置は、RDBとグラフDBとが統合された環境において、それぞれのデータベースの領域を参照系と更新系とに分離する。
[Database Management Device Overview]
1 is a diagram for explaining an overview of a database management device. As shown in Fig. 1, the database management device of this embodiment separates the areas of each database into a reference system and an update system in an environment in which an RDB and a graph DB are integrated.
 ここで、参照系とは、アプリケーションが参照するデータを記憶する領域である。また、更新系とは、アプリケーションによるデータの更新を許容するデータを記憶する領域である。図1に示す例では、RDBがRDB参照系14aとRDB更新系14bとに分離され、グラフDBがグラフDB参照系14cとグラフDB更新系14dとに分離されている。 Here, the reference system is an area that stores data referenced by an application. The update system is an area that stores data that allows an application to update the data. In the example shown in FIG. 1, the RDB is separated into an RDB reference system 14a and an RDB update system 14b, and the graph DB is separated into a graph DB reference system 14c and a graph DB update system 14d.
 このように、データベースの内部で参照系/更新系のマルチレイヤが構成される。そして、データ属性に応じて、各領域にデータが格納される。例えば、通信設備に関するデータベースにおいて、RDB参照系には更新の行われないマスタデータ等が格納され、RDB参照系には、統計や帳票に使用される設備属性データ等の帳票系データが格納される。 In this way, multiple layers of reference and update systems are configured inside the database. Data is then stored in each area according to the data attributes. For example, in a database related to telecommunications equipment, master data that is not updated is stored in the RDB reference system, and report system data such as equipment attribute data used for statistics and reports is stored in the RDB reference system.
 また、グラフDB参照系には、ノードとノード間の関係性等で表されるデータのうち、ノードやリンク等の更新の行われないデータが格納される。例えば、点設備における座標や、スパンの長さ等が格納される。また、グラフDB更新系には、更新頻度の高い設備属性等が格納される。例えば、実設備の材質や建設年などの属性値や、実設備を使用したサービス等が格納される。 The graph DB reference system stores data that is not updated, such as nodes and links, among data that is expressed by the relationships between nodes. For example, coordinates of point equipment and span lengths are stored. The graph DB update system stores equipment attributes that are updated frequently. For example, attribute values such as the material and construction year of the actual equipment, and services that use the actual equipment are stored.
 このように、データ参照/データ更新等のデータ属性に応じてデータ配置が最適化されることにより、アプリケーション開発者がデータベースの内部構成を容易に把握して、開発効率を向上させて開発期間を短縮することが可能となる。 In this way, data placement is optimized according to data attributes such as data reference/data update, allowing application developers to easily understand the internal structure of the database, improving development efficiency and shortening development time.
 また、グラフDB参照系とグラフDB更新系とにデータが配置されることにより、図形表示に特化した処理の高速化が可能となる。 In addition, by storing data in the graph DB reference system and the graph DB update system, it becomes possible to speed up processing specialized for graphic display.
 また、グラフDBを含むNoSQL系データベースは、一般に性能重視のためにトランザクション管理の実装が不十分であるところ、並存するRDBのトランザクション管理によってグラフDBのトランザクション管理が補完されるため、データの信頼性が強化される。 In addition, NoSQL databases, including graph DBs, generally have insufficient transaction management implementations due to the emphasis on performance, but the transaction management of the graph DB is complemented by the transaction management of the parallel RDB, strengthening the reliability of the data.
 また、構成されたデータベースのバックアップ作業は更新系のみを対象とすることにより、バックアップや回復時間を短縮することが可能となる。 In addition, by backing up the configured database only for the update system, it is possible to shorten backup and recovery times.
[データベース管理装置の構成]
 図2は、データベース管理装置の概略構成を例示する模式図である。図2に例示するように、データベース管理装置10は、パソコン等の汎用コンピュータで実現され、入力部11、出力部12、通信制御部13、記憶部14、および制御部15を備える。
[Configuration of database management device]
2 is a schematic diagram illustrating an example of a general configuration of a database management device. As illustrated in Fig. 2, a database management device 10 is realized by a general-purpose computer such as a personal computer, and includes an input unit 11, an output unit 12, a communication control unit 13, a storage unit 14, and a control unit 15.
 入力部11は、キーボードやマウス等の入力デバイスを用いて実現され、操作者による入力操作に対応して、制御部15に対して処理開始などの各種指示情報を入力する。出力部12は、液晶ディスプレイなどの表示装置、プリンター等の印刷装置等によって実現される。 The input unit 11 is realized using input devices such as a keyboard and a mouse, and inputs various instruction information such as a command to start processing to the control unit 15 in response to input operations by an operator. The output unit 12 is realized by a display device such as a liquid crystal display, a printing device such as a printer, etc.
 通信制御部13は、NIC(Network Interface Card)等で実現され、ネットワークを介したサーバ等の外部の装置と制御部15との通信を制御する。例えば、通信制御部13は、後述するデータベース管理処理に用いられるデータを管理する他システムのデータベース装置やアプリケーションがインストールされたユーザ端末等と、制御部15との通信を制御する。 The communication control unit 13 is realized by a NIC (Network Interface Card) or the like, and controls communication between the control unit 15 and external devices such as a server via a network. For example, the communication control unit 13 controls communication between the control unit 15 and a database device of another system that manages data used in the database management process described below, a user terminal on which an application is installed, etc.
 記憶部14は、RAM(Random Access Memory)、フラッシュメモリ(Flash Memory)等の半導体メモリ素子、または、ハードディスク、光ディスク等の記憶装置によって実現される。記憶部14には、データベース管理装置10を動作させる処理プログラムや、処理プログラムの実行中に使用されるデータなどが予め記憶され、あるいは処理の都度一時的に記憶される。なお、記憶部14は、通信制御部13を介して制御部15と通信する構成でもよい。 The storage unit 14 is realized by a semiconductor memory element such as a RAM (Random Access Memory) or a flash memory, or a storage device such as a hard disk or an optical disk. The storage unit 14 stores in advance the processing programs that operate the database management device 10 and data used during the execution of the processing programs, or stores them temporarily each time processing is performed. The storage unit 14 may be configured to communicate with the control unit 15 via the communication control unit 13.
 本実施形態において、記憶部14には、後述するデータベース管理処理で生成されるRDB参照系14a、RDB更新系14b、グラフDB参照系14c、およびグラフDB更新系14dが記憶され、データベースとしてアプリケーションに利用される。 In this embodiment, the storage unit 14 stores an RDB reference system 14a, an RDB update system 14b, a graph DB reference system 14c, and a graph DB update system 14d that are generated in the database management process described below, and are used by the application as a database.
 制御部15は、CPU(Central Processing Unit)等を用いて実現され、メモリに記憶された処理プログラムを実行する。これにより、制御部15は、図2に例示するように、取得部15a、分離部15bおよび分類部15cとして機能する。なお、これらの機能部は、それぞれあるいは一部が異なるハードウェアに実装されてもよい。例えば、分離部15bは、他の機能部とは別の装置に実装されてもよい。また、制御部15は、その他の機能部を備えてもよい。 The control unit 15 is realized using a CPU (Central Processing Unit) or the like, and executes a processing program stored in memory. As a result, the control unit 15 functions as an acquisition unit 15a, a separation unit 15b, and a classification unit 15c, as exemplified in FIG. 2. Note that each or some of these functional units may be implemented in different hardware. For example, the separation unit 15b may be implemented in a device separate from the other functional units. The control unit 15 may also include other functional units.
 取得部15aは、データを取得する。例えば、取得部15aは、後述するデータベース管理処理に用いられるデータを、入力部11あるいは通信制御部13を介して、他のシステムのデータベースから取得する。具体的には、取得部15aは、他システムのデータベースをスナップショットにより複製する。また、取得部15aは、取得したデータをマスタデータあるいは初期データとして記憶部14に記憶させてもよい。なお、取得部15aは、これらのデータを記憶部14に記憶させずに、後述する分類部15cに転送してもよい。 The acquisition unit 15a acquires data. For example, the acquisition unit 15a acquires data used in the database management process described below from the database of another system via the input unit 11 or the communication control unit 13. Specifically, the acquisition unit 15a replicates the database of the other system by snapshot. The acquisition unit 15a may also store the acquired data in the storage unit 14 as master data or initial data. The acquisition unit 15a may also transfer this data to the classification unit 15c described below without storing it in the storage unit 14.
 分離部15bは、記憶部14のRDBとグラフDBとのそれぞれの領域を、データを参照させる参照系の領域とデータの更新を許容する更新系の領域とに分離する。具体的には分離部15bは、記憶部14に、RDB参照系14a、RDB更新系14b、グラフDB参照系14c、およびグラフDB更新系14dの領域を生成する。 The separation unit 15b separates the RDB and graph DB areas of the storage unit 14 into a reference system area that references data and an update system area that allows data to be updated. Specifically, the separation unit 15b creates areas in the storage unit 14 for an RDB reference system 14a, an RDB update system 14b, a graph DB reference system 14c, and a graph DB update system 14d.
 分類部15cは、取得されたデータを、該データの属性に応じて、分離された領域に分類して記憶させる。ここで、データの属性とは、例えば、当該データが参照対象/更新対象のいずれであるか等の区分を含む。そして、分類部15cは、取得されたデータを、各データの属性に応じて、RDB参照系14a、RDB更新系14b、グラフDB参照系14c、およびグラフDB更新系14dのいずれかに記憶させる。 The classification unit 15c classifies and stores the acquired data in separate areas according to the attributes of the data. Here, the attributes of the data include, for example, whether the data is to be referenced or updated. The classification unit 15c then stores the acquired data in one of the RDB reference system 14a, the RDB update system 14b, the graph DB reference system 14c, and the graph DB update system 14d according to the attributes of each data.
 具体的には、分類部15cは、取得されたデータのうち、ノードとノード間の関係性とで表されるデータを、該データの属性に応じて、グラフDBの領域のうちの分離されたグラフDB参照系14cの領域またはグラフDB更新系14dの領域のいずれかに分類して記憶させる。また、分類部15cは、取得されたデータのうち、ノードとノード間の関係性とで表されるデータ以外のデータを、該データの属性に応じて、RDBの領域のうちの分離されたRDB参照系14aの領域またはRDB更新系14bの領域のいずれかに分類して記憶させる。 Specifically, the classification unit 15c classifies and stores, among the acquired data, data represented by relationships between nodes into either the area of the separated graph DB reference system 14c in the graph DB area or the area of the graph DB update system 14d in accordance with the attributes of the data. In addition, the classification unit 15c classifies and stores, among the acquired data, data other than data represented by relationships between nodes into either the area of the separated RDB reference system 14a in the RDB area or the area of the separated RDB update system 14b in accordance with the attributes of the data.
 ここで、図3は、分類部の処理を説明するための図である。図3に示すように、分類部15cは、他のシステムのDB等から取得したデータを、各データの属性に応じて、RDB参照系14a、RDB更新系14b、グラフDB参照系14c、およびグラフDB更新系14dに分類して記憶させる。 Here, FIG. 3 is a diagram for explaining the processing of the classification unit. As shown in FIG. 3, the classification unit 15c classifies and stores data acquired from DBs of other systems into an RDB reference system 14a, an RDB update system 14b, a graph DB reference system 14c, and a graph DB update system 14d according to the attributes of each data.
 具体的には、分類部15cは、取得部15aが他システムDBから取得したデータを、RDB参照系14aに格納する。次に、分類部15cは、RDB参照系14aに格納する更新が必要ないマスタデータと、ノードとノード間の関係性とで表されるデータ等のグラフDBに格納するデータとを除き、更新対象のキーバリュー等の独自管理のデータを、RDB参照系14aからRDB更新系14bに移動させる(図3(1))。例えば、統計や帳票に使用される設備属性データ等の帳票系データである。 Specifically, the classification unit 15c stores the data acquired by the acquisition unit 15a from the other system DB in the RDB reference system 14a. Next, the classification unit 15c moves independently managed data such as key values to be updated from the RDB reference system 14a to the RDB update system 14b (FIG. 3 (1)), excluding master data that does not need to be updated and is stored in the RDB reference system 14a, and data that is stored in the graph DB, such as data represented by the relationships between nodes. For example, this is report-related data such as equipment attribute data used in statistics and reports.
 また、分類部15cは、例えばノードとノード間の関係性とで表されるデータ等のグラフDBに格納するデータを、グラフDB参照系14cまたはグラフDB更新系14dのいずれかに分類する。ノードとノード間の関係性で表されるデータとは、例えば、マンホール、電柱等の点設備の座標と、とう道、管路、ケーブル等の点設備間のスパンの長さのように、直線図やネットワーク状に図示され得るデータである。 The classification unit 15c also classifies data stored in the graph DB, such as data expressed as relationships between nodes, into either the graph DB reference system 14c or the graph DB update system 14d. Data expressed as relationships between nodes is data that can be illustrated in a line diagram or network form, such as the coordinates of point facilities such as manholes and utility poles, and the span lengths between point facilities such as tunnels, conduits, and cables.
 具体的には、分類部15cは、まず、グラフDBに格納するデータのうち、参照対象のデータをRDB参照系14aからグラフDB参照系14cに移動させる(図3(2))。例えば、グラフDB参照系14cには、点設備の座標データ等の属性値やスパンの長さ(亘長)等が格納される。これにより、グラフ表示を実現するためのデータの同期が可能となる。 Specifically, the classification unit 15c first moves the data to be referenced from the RDB reference system 14a to the graph DB reference system 14c (Figure 3 (2)). For example, attribute values such as coordinate data of point equipment and span lengths (path lengths) are stored in the graph DB reference system 14c. This makes it possible to synchronize data to realize graph display.
 また、分類部15cは、グラフDB参照系14cのデータのうち、更新対象のキーバリューがあれば、グラフDB参照系14cからグラフDB更新系14dに移動させる(図3(3))。 In addition, if there is a key value to be updated among the data in the graph DB reference system 14c, the classification unit 15c moves it from the graph DB reference system 14c to the graph DB update system 14d (Figure 3 (3)).
 また、分類部15cは、グラフDBに格納するデータのうち、更新対象のデータをRDB参照系14aからグラフDB更新系14dに移動させる(図3(4))。例えば、グラフDB更新系14dには、実設備の一部についての属性値や材質や建設年等が格納される。 The classification unit 15c also moves data to be updated from the RDB reference system 14a to the graph DB update system 14d (FIG. 3(4)). For example, the graph DB update system 14d stores attribute values, materials, construction years, etc. for a portion of the actual equipment.
 また、分類部15cは、RDB更新系14bのデータのうち、ノードとノード間の関係性とで表されるデータであって更新対象の属性値があれば、RDB更新系14bからグラフDB更新系14dに移動させる(図3(5))。例えば、グラフDB更新系14dには、心線情報・サービスの一部の属性値や、使用状況やサービス品質等が格納される。 In addition, if there is an attribute value to be updated that is represented as a relationship between nodes among the data in the RDB update system 14b, the classification unit 15c moves it from the RDB update system 14b to the graph DB update system 14d (FIG. 3 (5)). For example, the graph DB update system 14d stores some attribute values of core line information and services, usage status, service quality, etc.
 このように、RDBとグラフDBとの内部でそれぞれ参照系・更新系のマルチレイヤが構成される(図3(1)、(3)参照)。これにより、アプリケーションの開発効率が向上する。また、RDBと分離して、グラフDB参照系14cとグラフDB更新系14dとにデータが配置される(図3(2)、(4)、(5)参照)ことにより、図形表示に特化した処理の高速化が可能となる。 In this way, a multi-layer of reference and update systems is configured inside the RDB and graph DB, respectively (see Figures 3 (1) and (3)). This improves the efficiency of application development. Also, by separating data from the RDB and storing it in the graph DB reference system 14c and graph DB update system 14d (see Figures 3 (2), (4), and (5)), it becomes possible to speed up processing specialized for graphic display.
 また、このように構成された記憶部14をデータベースとして、例えば、グラフ表示を行うアプリケーションは、グラフDB参照系14cとグラフDB更新系14dとにアクセスすればよい(図3(6)、(8))。また、データ表示を行うアプリケーションは、RDB参照系14aとRDB更新系14bとにアクセスすればよい(図3(7)、(9))。 Furthermore, with the storage unit 14 configured in this way as a database, for example, an application that displays graphs can access the graph DB reference system 14c and the graph DB update system 14d (FIG. 3 (6) and (8)). Also, an application that displays data can access the RDB reference system 14a and the RDB update system 14b (FIG. 3 (7) and (9)).
 上記のように、本実施形態の記憶部14は、RDBとグラフDBとが統合されたデータベースとして、例えば、通信設備に関するデータを記憶する。具体的には、RDBには、設備情報のうち、統計に用いるデータや帳票に用いるデータ等が記憶され、グラフDBには、点設備における座標、スパンにおける長さを用いた接続情報、付帯する実設備の属性値やサービス等の情報が記憶される。 As described above, the storage unit 14 of this embodiment stores, for example, data related to communication facilities as a database in which the RDB and the graph DB are integrated. Specifically, the RDB stores equipment information such as data used for statistics and data used for reports, and the graph DB stores information such as coordinates for point equipment, connection information using lengths for spans, attribute values of associated actual equipment, and services.
 そして、記憶部14はデータベースとして、データ参照/データ更新等のデータ属性に応じてデータ配置が最適化され、当該データベースにアクセスするアプリケーションの処理対象の領域が明確になる。そのため、アプリケーション開発が容易になり開発期間を短縮することが可能となる。また、データベースとして運用中のバックアップ作業を更新系のみに限定することにより、バックアップおよび復元の作業時間を短縮することが可能となる。 As a database, the storage unit 14 optimizes data placement according to data attributes such as data reference/data update, and clarifies the area to be processed by applications that access the database. This makes application development easier and shortens the development period. In addition, by limiting backup operations during operation as a database to only the update system, it is possible to shorten the time required for backup and restoration operations.
 または、本実施形態の記憶部14は、RDBとグラフDBとが統合されたデータベースとして、GIS(Geographic Information System)等、グラフDBのデータを直線図として表示させるシステムにも適用可能である。 Alternatively, the storage unit 14 of this embodiment can be applied to a system that displays graph DB data as a line diagram, such as a GIS (Geographic Information System), as a database that integrates an RDB and a graph DB.
[データベース管理処理]
 次に、図4を参照して、本実施形態に係るデータベース管理装置10によるデータベース管理処理について説明する。図4は、データベース管理処理手順を示すフローチャートである。図4のフローチャートは、例えば、データベース管理処理の開始を指示する操作入力があったタイミングで開始される。
[Database management process]
Next, a database management process by the database management device 10 according to the present embodiment will be described with reference to Fig. 4. Fig. 4 is a flowchart showing a procedure of the database management process. The flowchart in Fig. 4 is started, for example, when an operational input is made to instruct the start of the database management process.
 まず、取得部15aが、他システムのDB等から処理対象のデータを取得する(ステップS1)。 First, the acquisition unit 15a acquires the data to be processed from a database of another system (step S1).
 次に、分離部15bが、記憶部14のRDBとグラフDBとのそれぞれの領域を、データを参照させる参照系の領域とデータの更新を許容する更新系の領域とに分離する(ステップS2)。具体的には分離部15bは、記憶部14に、RDB参照系14a、RDB更新系14b、グラフDB参照系14c、およびグラフDB更新系14dの領域を生成する。 Next, the separation unit 15b separates each of the RDB and graph DB areas in the storage unit 14 into a reference system area that allows data to be referenced and an update system area that allows data to be updated (step S2). Specifically, the separation unit 15b generates areas in the storage unit 14 for the RDB reference system 14a, the RDB update system 14b, the graph DB reference system 14c, and the graph DB update system 14d.
 そして、分類部15cが、取得されたデータを、各データの属性に応じて、RDB参照系14a、RDB更新系14b、グラフDB参照系14c、およびグラフDB更新系14dのいずれかに分類して記憶させる(ステップS3)。 Then, the classification unit 15c classifies and stores the acquired data into one of the RDB reference system 14a, the RDB update system 14b, the graph DB reference system 14c, and the graph DB update system 14d according to the attributes of each data (step S3).
 具体的には、分類部15cは、取得されたデータのうち、ノードとノード間の関係性とで表されるデータを、該データの属性に応じて、グラフDBの領域のうちの分離されたグラフDB参照系14cの領域またはグラフDB更新系14dの領域のいずれかに分類して記憶させる。また、分類部15cは、取得されたデータのうち、ノードとノード間の関係性とで表されるデータ以外のデータを、該データの属性に応じて、RDBの領域のうちの分離されたRDB参照系14aの領域またはRDB更新系14bの領域のいずれかに分類して記憶させる。これにより、一連のデータベース管理処理が終了する。 Specifically, the classification unit 15c classifies and stores, among the acquired data, data represented by relationships between nodes into either the area of the separated graph DB reference system 14c or the area of the separated graph DB update system 14d in the graph DB area, depending on the attributes of the data. In addition, the classification unit 15c classifies and stores, among the acquired data, data other than data represented by relationships between nodes into either the area of the separated RDB reference system 14a or the area of the separated RDB update system 14b in the RDB area, depending on the attributes of the data. This completes the series of database management processes.
[効果]
 以上、説明したように、データベース管理装置10において、取得部15aが、データを取得する。分離部15bは、記憶部14のRDBとグラフDBのそれぞれの領域を、データを参照させる参照系の領域とデータの更新を許容する更新系の領域とに分離する。分類部15cが、取得されたデータのうち、ノードとノード間の関係性とで表されるデータを、該データの属性に応じて、グラフDBの領域のうちの分離されたグラフDB参照系14cの領域またはグラフDB更新系14dの領域のいずれかに分類して記憶させる。また、分類部15cは、取得されたデータのうち、ノードとノード間の関係性とで表されるデータ以外のデータを、該データの属性に応じて、RDBの領域のうちの分離されたRDB参照系14aの領域またはRDB更新系14bの領域のいずれかに分類して記憶させる。
[effect]
As described above, in the database management device 10, the acquisition unit 15a acquires data. The separation unit 15b separates the RDB and graph DB areas of the storage unit 14 into a reference system area that refers to data and an update system area that allows data to be updated. The classification unit 15c classifies and stores data represented by a relationship between nodes into either the graph DB reference system 14c area or the graph DB update system 14d area of the graph DB area according to the attributes of the data. In addition, the classification unit 15c classifies and stores data other than data represented by a relationship between nodes into either the RDB reference system 14a area or the RDB update system 14b area of the RDB area according to the attributes of the data.
 これにより、データベース管理装置10は、RDBとグラフDBのそれぞれの内部で参照系/更新系のマルチレイヤを構成することが可能となる。したがって、データ参照/データ更新等のデータ属性に応じてデータ配置が最適化され、アプリケーション開発者がデータベースの内部構成を容易に把握して、開発効率を向上させて開発期間を短縮することが可能となる。 This allows the database management device 10 to configure multiple layers of reference/update systems within each of the RDB and graph DB. Therefore, data placement is optimized according to data attributes such as data reference/data update, and application developers can easily grasp the internal structure of the database, improving development efficiency and shortening development time.
 また、RDBと分離して、グラフDB参照系14cとグラフDB更新系14dとにデータが配置されることにより、図形表示に特化した処理の高速化が可能となる。また、一般にグラフDBを含むNoSQL系データベースは性能重視のためにトランザクション管理の実装が不十分であるところ、並存するRDBのトランザクション管理によってグラフDBのトランザクション管理が補完されるため、データの信頼性が強化される。 In addition, by separating the data from the RDB and storing it in the graph DB reference system 14c and graph DB update system 14d, it becomes possible to speed up processing specialized for graphic display. Furthermore, while NoSQL databases that include graph DBs generally have insufficient transaction management implementation due to the emphasis on performance, the transaction management of the graph DB is complemented by the transaction management of the coexisting RDB, strengthening the reliability of the data.
 このように、RDBとグラフDBとの統合環境で、スキーマの複雑化による妨げのないアプリケーションの開発が可能となる。 In this way, an integrated environment of RDB and graph DB makes it possible to develop applications that are not hindered by complex schemas.
 具体的には、記憶部14は、通信設備に関するデータを記憶する。これにより、通信設備に関するアプリケーションの開発が効率化する。また、通信設備に関するグラフ表示の高速化が可能となる。 Specifically, the storage unit 14 stores data related to communication equipment. This makes the development of applications related to communication equipment more efficient. It also makes it possible to display graphs related to communication equipment more quickly.
[プログラム]
 上記実施形態に係るデータベース管理装置10が実行する処理をコンピュータが実行可能な言語で記述したプログラムを作成することもできる。一実施形態として、データベース管理装置10は、パッケージソフトウェアやオンラインソフトウェアとして上記のデータベース管理処理を実行するデータベース管理プログラムを所望のコンピュータにインストールさせることによって実装できる。例えば、上記のデータベース管理プログラムを情報処理装置に実行させることにより、情報処理装置をデータベース管理装置10として機能させることができる。また、その他にも、情報処理装置にはスマートフォン、携帯電話機やPHS(Personal Handyphone System)等の移動体通信端末、さらには、PDA(Personal Digital Assistant)等のスレート端末等がその範疇に含まれる。また、データベース管理装置10の機能を、クラウドサーバに実装してもよい。
[program]
A program in which the processing executed by the database management device 10 according to the above embodiment is written in a language executable by a computer can also be created. As an embodiment, the database management device 10 can be implemented by installing a database management program that executes the above database management processing as package software or online software on a desired computer. For example, by executing the above database management program on an information processing device, the information processing device can function as the database management device 10. In addition, the information processing device also includes mobile communication terminals such as smartphones, mobile phones, and PHS (Personal Handyphone System), and even slate terminals such as PDAs (Personal Digital Assistants). The functions of the database management device 10 may be implemented on a cloud server.
 図5は、データベース管理プログラムを実行するコンピュータの一例を示す図である。コンピュータ1000は、例えば、メモリ1010と、CPU1020と、ハードディスクドライブインタフェース1030と、ディスクドライブインタフェース1040と、シリアルポートインタフェース1050と、ビデオアダプタ1060と、ネットワークインタフェース1070とを有する。これらの各部は、バス1080によって接続される。 FIG. 5 is a diagram showing an example of a computer that executes a database management program. The computer 1000 has, for example, a memory 1010, a CPU 1020, a hard disk drive interface 1030, a disk drive interface 1040, a serial port interface 1050, a video adapter 1060, and a network interface 1070. These components are connected by a bus 1080.
 メモリ1010は、ROM(Read Only Memory)1011およびRAM1012を含む。ROM1011は、例えば、BIOS(Basic Input Output System)等のブートプログラムを記憶する。ハードディスクドライブインタフェース1030は、ハードディスクドライブ1031に接続される。ディスクドライブインタフェース1040は、ディスクドライブ1041に接続される。ディスクドライブ1041には、例えば、磁気ディスクや光ディスク等の着脱可能な記憶媒体が挿入される。シリアルポートインタフェース1050には、例えば、マウス1051およびキーボード1052が接続される。ビデオアダプタ1060には、例えば、ディスプレイ1061が接続される。 The memory 1010 includes a ROM (Read Only Memory) 1011 and a RAM 1012. The ROM 1011 stores a boot program such as a BIOS (Basic Input Output System). The hard disk drive interface 1030 is connected to a hard disk drive 1031. The disk drive interface 1040 is connected to a disk drive 1041. A removable storage medium such as a magnetic disk or optical disk is inserted into the disk drive 1041. The serial port interface 1050 is connected to a mouse 1051 and a keyboard 1052, for example. The video adapter 1060 is connected to a display 1061, for example.
 ここで、ハードディスクドライブ1031は、例えば、OS(Operating System)1091、アプリケーションプログラム1092、プログラムモジュール1093およびプログラムデータ1094を記憶する。上記実施形態で説明した各情報は、例えばハードディスクドライブ1031やメモリ1010に記憶される。 Here, the hard disk drive 1031 stores, for example, an OS (Operating System) 1091, an application program 1092, a program module 1093, and program data 1094. Each piece of information described in the above embodiment is stored, for example, in the hard disk drive 1031 or memory 1010.
 また、データベース管理プログラムは、例えば、コンピュータ1000によって実行される指令が記述されたプログラムモジュール1093として、ハードディスクドライブ1031に記憶される。具体的には、上記実施形態で説明したデータベース管理装置10が実行する各処理が記述されたプログラムモジュール1093が、ハードディスクドライブ1031に記憶される。 The database management program is stored in the hard disk drive 1031, for example, as a program module 1093 in which instructions to be executed by the computer 1000 are written. Specifically, the program module 1093 in which each process executed by the database management device 10 described in the above embodiment is written is stored in the hard disk drive 1031.
 また、データベース管理プログラムによる情報処理に用いられるデータは、プログラムデータ1094として、例えば、ハードディスクドライブ1031に記憶される。そして、CPU1020が、ハードディスクドライブ1031に記憶されたプログラムモジュール1093やプログラムデータ1094を必要に応じてRAM1012に読み出して、上述した各手順を実行する。 In addition, data used for information processing by the database management program is stored as program data 1094, for example, in the hard disk drive 1031. Then, the CPU 1020 reads the program module 1093 and program data 1094 stored in the hard disk drive 1031 into the RAM 1012 as necessary, and executes each of the procedures described above.
 なお、データベース管理プログラムに係るプログラムモジュール1093やプログラムデータ1094は、ハードディスクドライブ1031に記憶される場合に限られず、例えば、着脱可能な記憶媒体に記憶されて、ディスクドライブ1041等を介してCPU1020によって読み出されてもよい。あるいは、データベース管理プログラムに係るプログラムモジュール1093やプログラムデータ1094は、LAN(Local Area Network)やWAN(Wide Area Network)等のネットワークを介して接続された他のコンピュータに記憶され、ネットワークインタフェース1070を介してCPU1020によって読み出されてもよい。 The program module 1093 and program data 1094 related to the database management program are not limited to being stored in the hard disk drive 1031, but may be stored in a removable storage medium, for example, and read by the CPU 1020 via the disk drive 1041 or the like. Alternatively, the program module 1093 and program data 1094 related to the database management program may be stored in another computer connected via a network such as a LAN (Local Area Network) or a WAN (Wide Area Network), and read by the CPU 1020 via the network interface 1070.
 以上、本発明者によってなされた発明を適用した実施形態について説明したが、本実施形態による本発明の開示の一部をなす記述および図面により本発明は限定されることはない。すなわち、本実施形態に基づいて当業者等によりなされる他の実施形態、実施例および運用技術等は全て本発明の範疇に含まれる。 The above describes an embodiment of the invention made by the inventor, but the present invention is not limited to the descriptions and drawings that form part of the disclosure of the present invention according to this embodiment. In other words, other embodiments, examples, operational techniques, etc. made by those skilled in the art based on this embodiment are all included in the scope of the present invention.
 10 データベース管理装置
 11 入力部
 12 出力部
 13 通信制御部
 14 記憶部
 14a RDB参照系
 14b RDB更新系
 14c グラフDB参照系
 14d グラフDB更新系
 15 制御部
 15a 取得部
 15b 分離部
 15c 分類部
REFERENCE SIGNS LIST 10 Database management device 11 Input unit 12 Output unit 13 Communication control unit 14 Storage unit 14a RDB reference system 14b RDB update system 14c Graph DB reference system 14d Graph DB update system 15 Control unit 15a Acquisition unit 15b Separation unit 15c Classification unit

Claims (4)

  1.  データを取得する取得部と、
     記憶部のリレーショナルデータベースとグラフデータベースとのそれぞれの領域を、データを参照させる領域とデータの更新を許容する領域とに分離する分離部と、
     取得された前記データのうち、ノードとノード間の関係性とで表されるデータを、該データの属性に応じて、前記グラフデータベースの領域のうちの分離された前記領域のいずれかに分類して記憶させ、取得された前記データのうちの前記ノードとノード間の関係性とで表されるデータ以外のデータを、該データの属性に応じて、前記リレーショナルデータベースの領域のうちの分離された前記領域のいずれかに分類して記憶させる分類部と、
     を有することを特徴とするデータベース管理装置。
    An acquisition unit for acquiring data;
    a separation unit that separates each of the areas of the relational database and the graph database in the storage unit into an area for referencing data and an area for allowing data updates;
    a classification unit that classifies and stores data represented by relationships between nodes among the acquired data into any one of the separated areas of the graph database according to an attribute of the data, and classifies and stores data other than data represented by relationships between nodes among the acquired data into any one of the separated areas of the relational database according to an attribute of the data;
    A database management device comprising:
  2.  前記記憶部は、通信設備に関するデータを記憶することを特徴とする請求項1に記載のデータベース管理装置。 The database management device according to claim 1, characterized in that the storage unit stores data related to communication facilities.
  3.  記憶部を有するデータベース管理装置が実行するデータベース管理方法であって、
     データを取得する取得工程と、
     記憶部のリレーショナルデータベースとグラフデータベースとのそれぞれの領域を、データを参照させる領域とデータの更新を許容する領域とに分離する分離工程と、
     取得された前記データのうち、ノードとノード間の関係性とで表されるデータを、該データの属性に応じて、前記グラフデータベースの領域のうちの分離された前記領域のいずれかに分類して記憶させ、取得された前記データのうちの前記ノードとノード間の関係性とで表されるデータ以外のデータを、該データの属性に応じて、前記リレーショナルデータベースの領域のうちの分離された前記領域のいずれかに分類して記憶させる分類工程と、
     を含んだことを特徴とするデータベース管理方法。
    A database management method executed by a database management device having a storage unit, comprising:
    An acquisition step of acquiring data;
    A separation step of separating each of the areas of the relational database and the graph database in the storage unit into an area for referencing data and an area for allowing data updates;
    a classification step of classifying and storing data represented by relationships between nodes among the acquired data into any one of the separated areas of the graph database according to an attribute of the data, and classifying and storing data other than data represented by relationships between nodes among the acquired data into any one of the separated areas of the relational database according to an attribute of the data;
    A database management method comprising:
  4.  データを取得する取得ステップと、
     記憶部のリレーショナルデータベースとグラフデータベースとのそれぞれの領域を、データを参照させる領域とデータの更新を許容する領域とに分離する分離ステップと、
     取得された前記データのうち、ノードとノード間の関係性とで表されるデータを、該データの属性に応じて、前記グラフデータベースの領域のうちの分離された前記領域のいずれかに分類して記憶させ、取得された前記データのうちの前記ノードとノード間の関係性とで表されるデータ以外のデータを、該データの属性に応じて、前記リレーショナルデータベースの領域のうちの分離された前記領域のいずれかに分類して記憶させる分類ステップと、
     をコンピュータに実行させるためのデータベース管理プログラム。
    an acquisition step for acquiring data;
    A separation step of separating each of the areas of the relational database and the graph database in the storage unit into an area for referencing data and an area for allowing data updates;
    a classification step of classifying and storing data represented by relationships between nodes among the acquired data into any one of the separated areas of the graph database according to an attribute of the data, and classifying and storing data other than data represented by relationships between nodes among the acquired data into any one of the separated areas of the relational database according to an attribute of the data;
    A database management program for executing the above on a computer.
PCT/JP2022/044699 2022-12-05 2022-12-05 Database management device, database management method, and database management program WO2024121893A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/JP2022/044699 WO2024121893A1 (en) 2022-12-05 2022-12-05 Database management device, database management method, and database management program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2022/044699 WO2024121893A1 (en) 2022-12-05 2022-12-05 Database management device, database management method, and database management program

Publications (1)

Publication Number Publication Date
WO2024121893A1 true WO2024121893A1 (en) 2024-06-13

Family

ID=91378779

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2022/044699 WO2024121893A1 (en) 2022-12-05 2022-12-05 Database management device, database management method, and database management program

Country Status (1)

Country Link
WO (1) WO2024121893A1 (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014229276A (en) * 2013-05-27 2014-12-08 日本電信電話株式会社 Graph database integrated retrieval apparatus, method, and program

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014229276A (en) * 2013-05-27 2014-12-08 日本電信電話株式会社 Graph database integrated retrieval apparatus, method, and program

Similar Documents

Publication Publication Date Title
US8769536B2 (en) Processing a batched unit of work
EP3387528B1 (en) Updating dependent services
US20130117676A1 (en) Visually analyzing, clustering, transforming and consolidating real and virtual machine images in a computing environment
CN105468717A (en) Database operation method and device
CN103268226A (en) Test script file generation method and device
US12061901B2 (en) Documentation enforcement during compilation
CN110737710A (en) Distributed data automatic structured warehousing method and system
JP2023553220A (en) Process mining for multi-instance processes
WO2024121893A1 (en) Database management device, database management method, and database management program
CN110599112B (en) Network page development and maintenance method and device
CN108182241B (en) Data interaction optimization method and device, server and storage medium
US20220291907A1 (en) Compiling monoglot function compositions into a single entity
WO2024121892A1 (en) Database management device, database management method, and database management program
WO2023100289A1 (en) Database management device, database management method, and database management program
US10262054B2 (en) Database and service upgrade without downtime
CN116431137A (en) Cross-development-framework component conversion method, processing system and component conversion device
CN114116325A (en) Configuration consistency checking device and method
US20180032548A1 (en) Data Structure, Model for Populating a Data Structure and Method of Programming a Processing Device Utilising a Data Structure
KR20050076762A (en) Deterministic rule-based dispatch of objects to code
US8584143B2 (en) Collection access in a parallel environment
US11995435B2 (en) Systems and methods for generating and managing domain-based technology architecture
US11748352B2 (en) Dynamical database system resource balance
CN116821117B (en) Stream data processing method, system, equipment and storage medium
US20210092184A1 (en) Flexible associativity in multitenant clustered environments
WO2023275945A1 (en) Database management device, database management method, and database management program

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 22967747

Country of ref document: EP

Kind code of ref document: A1