JP2005216167A - System, method and program for database management and database registration request program - Google Patents

System, method and program for database management and database registration request program Download PDF

Info

Publication number
JP2005216167A
JP2005216167A JP2004024439A JP2004024439A JP2005216167A JP 2005216167 A JP2005216167 A JP 2005216167A JP 2004024439 A JP2004024439 A JP 2004024439A JP 2004024439 A JP2004024439 A JP 2004024439A JP 2005216167 A JP2005216167 A JP 2005216167A
Authority
JP
Japan
Prior art keywords
registered
content
content information
database
version
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
JP2004024439A
Other languages
Japanese (ja)
Other versions
JP4189332B2 (en
Inventor
Yasutaka Otake
康隆 大嶽
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP2004024439A priority Critical patent/JP4189332B2/en
Publication of JP2005216167A publication Critical patent/JP2005216167A/en
Application granted granted Critical
Publication of JP4189332B2 publication Critical patent/JP4189332B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To perform version management of a database content properly and efficiently, realizing retention of consistency of the database in a relatively loose operation. <P>SOLUTION: An application server 100 includes a time information giving section 203 for giving date and time to the content for registration, and a transfer section 205 for transmitting the content for registration to a database server 110. The database server 110 includes a receiving section 301 for receiving the content for registration from the application server 100; a version update section 302 for updating the version of the content based on the date and time, when a content having the same search key as the received content for registration and having a new version is existent among the contents having been registered in the content database 120; and a registration section 303 for registering into the content database 120 the content for registration of which version is updated. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

本発明は、コンテンツ情報の受理およびデータベースへの登録要求を行う登録処理サーバがネットワーク上に複数に分散されている場合において、データベースにコンテンツ情報を登録または更新する際のデータベースの管理を行うデータベース管理システム、データベース管理方法、データベース登録要求プログラムおよびデータベース管理プログラムに関し、特にデータベースの一貫性を保持するためのデータベース管理システム、データベース管理方法、データベース登録要求プログラムおよびデータベース管理プログラムに関する。   The present invention relates to database management for managing a database when registering or updating content information in a database when a plurality of registration processing servers for accepting content information and requesting registration in the database are distributed over a network. More particularly, the present invention relates to a database management system, a database management method, a database registration request program, and a database management program for maintaining database consistency.

コンテンツ情報の受理およびデータベースへの登録要求を行う登録処理サーバがネットワーク上に複数に分散されている場合において、登録処理サーバから、ネットワーク上の一カ所に存在するコンテンツのデータベースに対し、コンテンツの登録または更新作業を行う際に、複数の登録処理サーバからデータベース内の同一キーのコンテンツに対し更新が行われ、データ競合が生じる場合がある。このため、このようなデータ競合を解消してデータベースの一貫性を保持することが重要となってくる。   When multiple registration processing servers that accept content information and request registration to the database are distributed over the network, the registration of content from the registration processing server to the content database in one location on the network Or, when performing the update operation, the content of the same key in the database is updated from a plurality of registration processing servers, and data conflict may occur. For this reason, it is important to eliminate such data contention and maintain the consistency of the database.

このような複数の登録処理サーバからのデータベースの更新の際の一貫性保持の技術としては次のような技術が一般的に知られている。   The following techniques are generally known as techniques for maintaining consistency when updating databases from such a plurality of registration processing servers.

第一の従来技術は、多数のユーザが同時にアクセスできる共有データであるマスターデータファイルを更新する場合に、マスターデータファイルの複写であるローカルデータファイルを作成し、ローカルデータファイルによるマスターデータファイルへ試みられた変更を検出し、ローカルデータファイルに施された変更が他のユーザによる変更と競合状態にあるか否かを確認し、競合する場合には、データ競合がある旨をユーザに通知し、ユーザからの入力を受信するものである(例えば、特許文献1参照)。すなわち、この従来技術では、データ変更の際の競合を監視して、競合状態がある場合には、ユーザ側で競合を解消するものである。   The first conventional technique creates a local data file that is a copy of the master data file when updating the master data file that is shared data that can be accessed simultaneously by many users, and tries to use the local data file as the master data file. Detected changes, check whether changes made to the local data file are in conflict with changes made by other users, and if there are conflicts, notify the user that there is a data conflict, An input from the user is received (see, for example, Patent Document 1). That is, in this prior art, the competition at the time of data change is monitored, and when there is a competition state, the user side resolves the competition.

第二の従来技術は、ネットワーク上の複数のサーバ間において同一のオンラインドキュメントを共有する場合において、同一のドキュメントの複製を各サーバに配布し、あるドキュメントの更新を開始するサーバが他のサーバに対して更新開始通知を送信し、更新が終了したときに更新終了通知を送信し、更新開始通知を受信したサーバは、該当するドキュメントに対する更新をロックし、更新終了通知を受信したときにロックを解除するものである(例えば、特許文献2参照)。すなわち、この従来技術では、あるサーバでドキュメントの更新作業中は、そのドキュメントにロックがかかっているため、他のサーバからドキュメントの更新作業を実行できず、同一ドキュメントに対する更新の際のデータ競合を解消している。   In the second prior art, when the same online document is shared among a plurality of servers on the network, a copy of the same document is distributed to each server, and a server that starts updating a certain document is transferred to another server. An update start notification is sent to the server, the update end notification is sent when the update is completed, and the server receiving the update start notification locks the update for the corresponding document and locks when the update end notification is received. It cancels (for example, refer patent document 2). In other words, in this prior art, while a document is being updated on a certain server, the document is locked. Therefore, the document cannot be updated from another server, and data conflict occurs when updating the same document. It has been resolved.

特開平11−161535号公報JP 11-161535 A 特開平11−272534号公報Japanese Patent Laid-Open No. 11-272534

上記従来技術では、いずれも同一コンテンツに対する更新の際の競合状態を解消することができるが、ネットワーク上に分散した登録処理サーバが、同時にデータベースにアクセスできる環境では、ユーザがコンテンツの登録要求を行うタイミングと各サーバがデータベースに対して登録要求を行うタイミングがずれる可能性もあるため、必ずしもユーザがデータベースへのコンテンツの登録要求を行った順に、データベースへの登録処理が実行されない可能性がある。この場合、データベースに登録されるコンテンツのバージョンに矛盾が生じる場合がある。このため、データベース管理システムには、コンテンツのデータ競合を解決し、コンテンツのバージョン管理を適切に行う機能を有する必要がある。   In any of the above prior arts, it is possible to resolve a race condition when updating the same content. However, in an environment where registration processing servers distributed on the network can access the database at the same time, the user makes a content registration request. Since there is a possibility that the timing of each server making a registration request to the database may be shifted, there is a possibility that the registration processing to the database is not necessarily executed in the order in which the user makes a content registration request to the database. In this case, inconsistencies may occur in the version of the content registered in the database. Therefore, the database management system needs to have a function of resolving content data contention and appropriately managing content version.

しかしながら、上記従来技術では、このようなデータ競合を解決し、コンテンツを適切にバージョン管理する処理を設けると、処理が複雑になるという問題がある。また、特許文献2の技術では、オリジナルのコンテンツデータがロックされてしまい、結果としてデッドロックに陥ってしまう問題もある。   However, in the above-described conventional technology, there is a problem that the processing becomes complicated if processing for solving such data conflict and appropriately managing the version of content is provided. Further, the technique of Patent Document 2 has a problem that the original content data is locked, resulting in deadlock.

ところで、電気・電子部品や重電部品の電子カタログのような部品情報をコンテンツとして格納するデータベースを考えた場合、次のような前提でコンテンツの登録および検索システムが運用されることが多い。   By the way, when considering a database that stores component information such as an electronic catalog of electrical / electronic components and heavy electrical components as content, content registration and search systems are often operated on the following assumptions.

まず第1に、複数企業のコンテンツを一つのWebサイト上で管理、閲覧、登録できるようにし,少人数の各企業のコンテンツ管理者に、予めコンテンツの編集や修正権限を与えておく。   First, the contents of a plurality of companies can be managed, browsed and registered on one Web site, and contents editing and correction authority is given in advance to a small number of contents managers of each company.

第2に、コンテンツを修正する処理では、オリジナルのコンテンツを取得してから、修正し、修正されたコンテンツを再度登録するまでの期間が非常に長い。すなわち、オンラインで編集することはまれであり、ロングタームトランザクションとなる。   Second, in the process of correcting the content, the period from when the original content is acquired to when it is corrected and the corrected content is registered again is very long. That is, editing online is rare and results in a long term transaction.

第3に、企業のコンテンツ管理者は少数なため、同一のコンテンツを複数のユーザが同時に編集することは稀である。仮に、同時に同一のコンテンツを編集した場合において、一時的に更新の前後関係が矛盾した状態になっても、大量の更新が短時間で実行され、最終的に正しいバージョンが付与されるのであれば、運用上は大きな問題とはならない。   Third, since there are few content managers in a company, it is rare that a plurality of users edit the same content at the same time. If the same content is edited at the same time, even if the update context is temporarily inconsistent, a large number of updates can be executed in a short time, and the correct version is finally given. This is not a big problem in operation.

本発明は、上記に鑑みてなされたものであって、コンテンツ情報のデータベースへの登録要求を受理する登録処理サーバがネットワーク上に分散している場合に、比較的緩い運用においてデータベースの一貫性保持を実現しつつ、データベースのコンテンツ情報のバージョン管理を適切かつ効率的に行うことができるデータベース管理システム、データベース管理方法、データベース登録要求プログラムおよびデータベース管理プログラムを提供することを目的とする。   The present invention has been made in view of the above, and maintains consistency of a database in a relatively loose operation when registration processing servers that accept registration requests for content information in a database are distributed over the network. An object of the present invention is to provide a database management system, a database management method, a database registration request program, and a database management program capable of appropriately and efficiently performing version management of database content information.

上述した課題を解決し、目的を達成するために、本発明は、コンテンツと該コンテンツのバージョンとを含むコンテンツ情報を登録したデータベースを管理するデータベースサーバと、ネットワークで接続されたクライアント端末装置から前記コンテンツ情報の登録要求を受理し、前記データベースサーバにネットワークで接続され前記データベースサーバに対して受理した前記コンテンツ情報の前記データベースへの登録を要求する複数の登録処理サーバとを有するデータベース管理システムであって、前記複数の登録処理サーバのそれぞれは、前記データベースサーバに登録済みのコンテンツ情報の中から最新のバージョンを持つコンテンツを前記データベースサーバから受信し、このコンテンツを用いて前記データベースに既に登録済みのコンテンツ情報を編集するための情報を生成して前記クライアント端末装置へ送信するチェックアウト手段と、前記登録済みのコンテンツ情報に対する編集内容を示す編集情報を前記クライアント端末装置から受信し、この受信した
編集情報に基づいて前記登録済みのコンテンツ情報を編集して登録対象のコンテンツ情報を生成する編集手段と、前記編集手段により編集した前記登録対象のコンテンツ情報に現在時刻を示す時刻情報を付与する時刻情報付与手段と、前記時刻情報付与手段によって時刻情報が付与された前記登録対象のコンテンツ情報を、前記データベースサーバに送信する転送手段と、前記データベースサーバは、前記コンテンツ情報を登録したデータベースを記憶する記憶手段と、前記複数の登録処理サーバのそれぞれから前記時刻情報が付与された前記登録対象のコンテンツ情報を受信する受信手段と、前記データベースに既に登録済みのコンテンツ情報の中で、前記受信手段によって受信した前記登録対象のコンテンツ情報と検索キーが同一であって、かつ前記登録対象のコンテンツ情報よりバージョンが新しい前記登録済みのコンテンツ情報が存在する場合、前記登録対象のコンテンツ情報のバージョンと前記登録済みのコンテンツ情報のバージョンを前記時刻情報に基づいて更新するバージョン更新手段と、前記バージョン更新手段によってバージョンが更新された前記登録対象のコンテンツ情報を前記データベースに登録する登録手段と、を備えたことを特徴とする。
In order to solve the above-described problems and achieve the object, the present invention provides a database server that manages a database in which content information including content and a version of the content is registered, and a client terminal device connected via a network. A database management system comprising: a plurality of registration processing servers that receive a registration request for content information and are connected to the database server via a network and request registration of the content information received by the database server in the database. Each of the plurality of registration processing servers receives content having the latest version from the content information registered in the database server from the database server, and has already been registered in the database using this content. Checkout means for generating information for editing the content information and transmitting the information to the client terminal device, and editing information indicating the editing content for the registered content information is received from the client terminal device, and received An editing unit that edits the registered content information based on editing information to generate content information to be registered, and a time for giving time information indicating the current time to the registration target content information edited by the editing unit Information providing means, transfer means for transmitting the content information to be registered, to which the time information is given by the time information giving means, to the database server, and the database server stores a database in which the content information is registered. Storage means and each of the plurality of registration processing servers. Receiving means for receiving the content information to be registered to which the time information is given, and among the content information already registered in the database, the content information to be registered and the search key received by the receiving means are When there is the registered content information that is the same and whose version is newer than the content information to be registered, the version of the content information to be registered and the version of the registered content information are based on the time information. A version updating unit that updates the version information, and a registration unit that registers, in the database, the registration target content information whose version has been updated by the version updating unit.

また、本発明は、コンテンツの分類を示す階層構造の分類項目と該分類項目に対応する属性と該属性に対応する属性値と該コンテンツのバージョンとを含むコンテンツ情報が登録された階層型データベースを管理するデータベースサーバと、ネットワークで接続されたクライアント端末装置から前記コンテンツ情報の登録要求を受理し、前記データベースサーバにネットワークで接続され前記データベースサーバに対して受理した前記コンテンツ情報の前記データベースへの登録を要求する複数の登録処理サーバとを有するデータベース管理システムであって、前記複数の登録処理サーバのそれぞれは、前記分類項目と前記データベースサーバに対して前記登録対象のコンテンツ情報の登録要求を一括して行う登録処理サーバの識別情報とを対応付けた処理サーバ情報を記憶する処理サーバ情報記憶手段と、前記データベースサーバに登録済みのコンテンツ情報の中から最新のバージョンを持つコンテンツを前記データベースサーバから受信し、このコンテンツを用いて前記データベースに既に登録済みのコンテンツ情報を編集するための情報を生成して前記クライアント端末装置へ送信するチェックアウト手段と、前記登録済みのコンテンツ情報に対する編集内容を示す編集情報を前記クライアント端末装置から受信し、この受信した編集情報に基づいて前記登録済みのコンテンツ情報を編集して登録対象のコンテンツ情報を生成する編集手段と、前記編集手段によって編集した前記登録対象のコンテンツ情報を、前記処理サーバ情報に基づいて、前記登録対象のコンテンツ情報に含まれる分類項目に対応した前記登録処理サーバに送信するディスパッチ手段と、他の前記登録処理サーバから前記登録対象のコンテンツ情報を受信した場合に、受信した前記コンテンツ情報を前記データベースサーバに送信する転送手段と、を備え、前記データベースサーバは、前記コンテンツ情報を登録した階層型データベースを記憶するデータベース記憶手段と、前記登録処理サーバのそれぞれから前記登録対象のコンテンツ情報を受信する受信手段と、前記データベースに既に登録済みのコンテンツ情報の中で、前記受信手段によって受信した前記登録対象のコンテンツ情報と前記分類項目の検索キーが同一であって、かつ前記登録対象のコンテンツ情報よりバージョンが新しい前記登録済みのコンテンツ情報が存在するか否かを判断して、この判断結果に基づいて前記登録対象のコンテンツ情報または前記登録済みのコンテンツ情報のバージョンを更新するバージョン更新手段と、前記バージョン更新手段によってバージョンが更新された前記登録対象のコンテンツ情報を前記データベースに登録する登録手段と、を備えたことを特徴とする。   Further, the present invention provides a hierarchical database in which content information including a hierarchical structure category item indicating a content category, an attribute corresponding to the category item, an attribute value corresponding to the attribute, and a version of the content is registered. Registration of the content information received from the database server to be managed and the client terminal device connected via the network, and the content information received from the database server connected to the database server via the network A plurality of registration processing servers that request the registration information, and each of the plurality of registration processing servers collectively requests registration of the content information to be registered to the classification item and the database server. Identification information of the registration processing server Processing server information storage means for storing the associated processing server information, and content having the latest version from the content information registered in the database server is received from the database server, and the content is used to store the content in the database. Checkout means for generating information for editing the already registered content information and transmitting it to the client terminal device; and editing information indicating edit contents for the registered content information is received from the client terminal device; An editing unit that edits the registered content information based on the received editing information to generate registration target content information, and the registration target content information edited by the editing unit is based on the processing server information. Content information to be registered Dispatch means for transmitting to the registration processing server corresponding to the classification item included, and transfer for transmitting the received content information to the database server when the content information to be registered is received from another registration processing server And a database storage means for storing a hierarchical database in which the content information is registered, a receiving means for receiving the content information to be registered from each of the registration processing servers, and the database Among the already registered content information, the registered content information received by the receiving means is the same as the classification item search key, and the registered version is newer than the registered content information. Whether there is content information In accordance with this determination result, the content information to be registered or the version of the registered content information is updated, and the content information to be registered whose version has been updated by the version update means. Registration means for registering in the database.

また、本発明は、コンテンツと該コンテンツのバージョンとを含むコンテンツ情報の登録要求を行う登録処理サーバにおいて、ネットワークで接続されたクライアント端末装置から前記コンテンツ情報の登録要求を受理し、前記登録処理サーバにネットワークで接続され、前記コンテンツ情報を登録したデータベースを管理するデータベースサーバに対して受理した前記コンテンツ情報の前記データベースへの登録を要求し、前記データベース
サーバにおいて、この登録の要求を受けて前記コンテンツ情報を前記データベースに登録するデータベース管理方法であって、前記複数の登録処理サーバのそれぞれにおいて、前記データベースサーバに登録済みのコンテンツ情報の中から最新のバージョンを持つコンテンツを前記データベースサーバから受信し、このコンテンツを用いて前記データベースに既に登録済みのコンテンツ情報を編集するための情報を生成して前記クライアント端末装置へ送信するチェックアウトステップと、前記登録済みのコンテンツ情報に対する編集内容を示す編集情報を前記クライアント端末装置から受信し、この受信した編集情報に基づいて前記登録済みのコンテンツ情報を編集して登録対象のコンテンツ情報を生成する編集ステップと、前記編集ステップにより編集した前記登録対象のコンテンツ情報に現在時刻を示す時刻情報を付与する時刻情報付与ステップと、前記時刻情報付与ステップによって時刻情報が付与された前記登録対象のコンテンツ情報を、前記データベースサーバに送信する転送ステップと、前記データベースサーバにおいて、前記複数の登録処理サーバのそれぞれから前記時刻情報が付与された前記登録対象のコンテンツ情報を受信する受信ステップと、前記データベースに既に登録済みのコンテンツ情報の中で、前記受信ステップによって受信した前記登録対象のコンテンツ情報と検索キーが同一であって、かつ前記登録対象のコンテンツ情報よりバージョンが新しい前記登録済みのコンテンツ情報が存在する場合、前記登録対象のコンテンツ情報のバージョンと前記登録済みのコンテンツ情報のバージョンを前記時刻情報に基づいて更新するバージョン更新ステップと、前記バージョン更新ステップによってバージョンが更新された前記登録対象のコンテンツ情報を前記データベースに登録する登録ステップと、を含むことを特徴とする。
Further, the present invention provides a registration processing server for requesting registration of content information including a content and a version of the content, receiving the registration request for the content information from a client terminal device connected via a network, and the registration processing server To the database server that manages the database in which the content information is registered, and requests the database server to register the received content information in the database, and the database server receives the registration request and receives the content. A database management method for registering information in the database, wherein in each of the plurality of registration processing servers, content having the latest version is registered among the content information registered in the database server. A check-out step of generating information for editing content information already registered in the database using the content and transmitting the information to the client terminal device; and editing contents for the registered content information An editing step of receiving from the client terminal device, editing the registered content information based on the received editing information to generate content information to be registered, and the registration edited by the editing step A time information giving step for giving time information indicating the current time to the target content information, and a transfer step for sending the registration target content information to which the time information is given by the time information giving step to the database server; In the database server, The receiving step of receiving the registration target content information to which the time information is given from each of the plurality of registration processing servers, and the registration received by the receiving step among the content information already registered in the database When there is the registered content information whose search key is the same as the target content information and whose version is newer than the content information to be registered, the version of the content information to be registered and the registered content information A version updating step for updating the version information based on the time information, and a registration step for registering the registration target content information whose version has been updated by the version updating step in the database.

また、本発明は、コンテンツの分類を示す階層構造の分類項目と該分類項目に対応する属性と該属性に対応する属性値と該コンテンツのバージョンとを含むコンテンツ情報の登録要求を行う登録処理サーバにおいて、ネットワークで接続されたクライアント端末装置から前記コンテンツ情報の登録要求を受理し、前記登録処理サーバにネットワークで接続され、前記コンテンツ情報を登録した階層型データベースを管理するデータベースサーバに対して受理した前記コンテンツ情報の前記データベースへの登録を要求し、前記データベースサーバにおいて、この登録の要求を受けて前記コンテンツ情報を前記データベースに登録するデータベース管理方法であって、前記複数の登録処理サーバのそれぞれにおいて、前記データベースサーバに登録済みのコンテンツ情報の中から最新のバージョンを持つコンテンツを前記データベースサーバから受信し、このコンテンツを用いて前記データベースに既に登録済みのコンテンツ情報を編集するための情報を生成して前記クライアント端末装置へ送信するチェックアウトステップと、前記登録済みのコンテンツ情報に対する編集内容を示す編集情報を前記クライアント端末装置から受信し、この受信した編集情報に基づいて前記登録済みのコンテンツ情報を編集して登録対象のコンテンツ情報を生成する編集ステップと、前記編集ステップによって編集した前記登録対象のコンテンツ情報を、前記分類項目と前記データベースサーバに対して前記登録対象のコンテンツ情報の登録要求を一括して行う登録処理サーバの識別情報とを対応付けた処理サーバ情報に基づいて、前記登録対象のコンテンツ情報に含まれる分類項目に対応した前記登録処理サーバに送信するディスパッチステップと、他の前記登録処理サーバから前記登録対象のコンテンツ情報を受信した場合に、受信した前記コンテンツ情報を前記データベースサーバに送信する転送ステップと、前記データベースサーバにおいて、前記登録処理サーバのそれぞれから前記登録対象のコンテンツ情報を受信する受信ステップと、前記階層型データベースに既に登録済みのコンテンツ情報の中で、前記受信ステップによって受信した前記登録対象のコンテンツ情報と前記分類項目の検索キーが同一であって、かつ前記登録対象のコンテンツ情報よりバージョンが新しい前記登録済みのコンテンツ情報が存在するか否かを判断して、この判断結果に基づいて前記登録対象のコンテンツ情報または前記登録済みのコンテンツ情報のバージョンを更新するバージョン更新ステップと、前記バージョン更新ステップによってバージョンが更新された前記登録対象のコンテンツ情報を前記データベースに登録する登録ステップと、を含むことを特徴とする。   In addition, the present invention provides a registration processing server that makes a registration request for content information including a hierarchically structured classification item indicating a content classification, an attribute corresponding to the classification item, an attribute value corresponding to the attribute, and a version of the content And receiving a request for registration of the content information from a client terminal device connected via a network, and accepting a request for a database server connected to the registration processing server via the network and managing a hierarchical database in which the content information is registered. A database management method for requesting registration of the content information in the database and receiving the registration request in the database server and registering the content information in the database, wherein each of the plurality of registration processing servers To the database server The content having the latest version from the recorded content information is received from the database server, and information for editing the content information already registered in the database is generated using the content, and the client terminal device A check-out step to be transmitted to the client, and edit information indicating edit contents for the registered content information is received from the client terminal device, and the registered content information is edited based on the received edit information. An editing step for generating the content information of the registration, and a registration process for collectively registering the registration target content information to the classification item and the database server for the registration target content information edited by the editing step Corresponds to server identification information A dispatch step for transmitting to the registration processing server corresponding to the classification item included in the content information to be registered based on the processing server information and the content information to be registered from another registration processing server A transfer step for transmitting the received content information to the database server; a reception step for receiving the content information to be registered from each of the registration processing servers in the database server; and a registration in the hierarchical database. Among registered content information, the registered content information that has the same search key for the classification item as the registration target content information received in the receiving step and has a newer version than the registered target content information Whether or not exists Then, based on the determination result, a version update step for updating the registration target content information or a version of the registered content information, and the registration target content information whose version has been updated by the version update step And a registration step of registering in the database.

また、本発明は、ネットワークで接続されたクライアント端末装置からコンテンツと該コンテンツのバージョンとを含むコンテンツ情報の登録要求を受理し、ネットワークで接続され、前記コンテンツ情報を登録したデータベースを管理するデータベースサーバに対して受理した前記コンテンツ情報の前記データベースへの登録を要求するデータベース登録要求プログラムであって、前記データベースサーバに登録済みのコンテンツ情報の中から最新のバージョンを持つコンテンツを前記データベースサーバから受信し、このコンテンツを用いて前記データベースに既に登録済みのコンテンツ情報を編集するための情報を生成して前記クライアント端末装置へ送信するチェックアウト手順と、前記登録済みのコンテンツ情報に対する編集内容を示す編集情報を前記クライアント端末装置から受信し、この受信した編集情報に基づいて前記登録済みのコンテンツ情報を編集して登録対象のコンテンツ情報を生成する編集手順と、前記編集手順により編集した前記登録対象のコンテンツ情報に現在時刻を示す時刻情報を付与する時刻情報付与手順と、前記時刻情報付与手順によって時刻情報が付与された前記登録対象のコンテンツ情報を、前記データベースサーバに送信する転送手順と、をコンピュータに実行させるデータベース登録要求プログラムである。   The present invention also accepts a registration request for content information including content and the version of the content from a client terminal device connected via a network, and manages a database connected via the network and registered with the content information. A database registration request program for requesting registration of the content information received in the database to the database server, and receiving content having the latest version from the content information registered in the database server from the database server. A checkout procedure for generating information for editing the content information already registered in the database using the content and transmitting the information to the client terminal device; and editing contents for the registered content information Editing procedure for receiving the editing information shown from the client terminal device, editing the registered content information based on the received editing information to generate content information to be registered, and the registration edited by the editing procedure A time information giving procedure for giving time information indicating the current time to the target content information, a transfer procedure for sending the registration target content information to which the time information has been given by the time information giving procedure to the database server, Is a database registration request program that causes a computer to execute.

また、本発明は、コンテンツと該コンテンツのバージョンとを含むコンテンツ情報を登録したデータベースへの前記コンテンツ情報の登録要求を行う登録処理サーバから前記コンテンツ情報の登録の要求を受けて前記コンテンツ情報を前記データベースに登録するデータベース管理プログラムであって、前記登録処理サーバから前記時刻情報が付与された前記登録対象のコンテンツ情報を受信する受信手順と、前記データベースに既に登録済みのコンテンツ情報の中で、前記受信手順によって受信した前記登録対象のコンテンツ情報と検索キーが同一であって、かつ前記登録対象のコンテンツ情報よりバージョンが新しい前記登録済みのコンテンツ情報が存在する場合、前記登録対象のコンテンツ情報のバージョンと前記登録済みのコンテンツ情報のバージョンを前記時刻情報に基づいて更新するバージョン更新手順と、前記バージョン更新手順によってバージョンが更新された前記登録対象のコンテンツ情報を前記データベースに登録する登録手順と、をコンピュータに実行させるデータベース管理プログラムである。   In addition, the present invention receives the request for registration of the content information from a registration processing server that requests registration of the content information in a database in which content information including the content and the version of the content is registered. A database management program for registering in a database, the receiving procedure for receiving the content information to be registered to which the time information is given from the registration processing server, and the content information already registered in the database, If the registered content information that has the same search key as the registration target content information received by the receiving procedure and has a newer version than the registration target content information exists, the version of the registration target content information And the registered content Database management for causing a computer to execute a version update procedure for updating a version of information based on the time information, and a registration procedure for registering the content information to be registered whose version has been updated by the version update procedure in the database It is a program.

また、本発明は、ネットワークで接続されたクライアント端末装置からコンテンツの分類を示す階層構造の分類項目と該分類項目に対応する属性と該属性に対応する属性値と該コンテンツのバージョンとを含むコンテンツ情報の登録要求を受理し、ネットワークで接続され、前記コンテンツ情報を登録したデータベースを管理するデータベースサーバに対して受理した前記コンテンツ情報の前記データベースへの登録を要求するデータベース登録要求プログラムであって、前記データベースサーバに登録済みのコンテンツ情報の中から最新のバージョンを持つコンテンツを前記データベースサーバから受信し、このコンテンツを用いて前記データベースに既に登録済みのコンテンツ情報を編集するための情報を生成して前記クライアント端末装置へ送信するチェックアウト手順と、前記登録済みのコンテンツ情報に対する編集内容を示す編集情報を前記クライアント端末装置から受信し、この受信した編集情報に基づいて前記登録済みのコンテンツ情報を編集して登録対象のコンテンツ情報を生成する編集手順と、前記編集手順によって編集した前記登録対象のコンテンツ情報を、前記分類項目と前記データベースサーバに対して前記登録対象のコンテンツ情報の登録要求を一括して行う登録処理サーバの識別情報とを対応付けた処理サーバ情報に基づいて、前記登録対象のコンテンツ情報に含まれる分類項目に対応した前記登録処理サーバに送信するディスパッチ手順と、前記登録対象のコンテンツ情報を受信した場合に、受信した前記コンテンツ情報を前記データベースサーバに送信する転送手順と、とをコンピュータに実行させるデータベース登録要求プログラムである。   Also, the present invention provides a content including a hierarchical structure item indicating a content classification from a client terminal device connected via a network, an attribute corresponding to the classification item, an attribute value corresponding to the attribute, and a version of the content A database registration request program that accepts a registration request for information, connects to a network, and requests a database server that manages a database that registers the content information to request registration of the content information in the database; The content having the latest version from the content information registered in the database server is received from the database server, and information for editing the content information already registered in the database is generated using the content. The client terminal A check-out procedure to be transmitted to a device and edit information indicating edit contents for the registered content information are received from the client terminal device, and the registered content information is edited and registered based on the received edit information. An editing procedure for generating target content information, and registration for registering the registration target content information edited by the editing procedure to the classification item and the database server in a batch Based on the processing server information associated with the processing server identification information, the dispatch procedure to be transmitted to the registration processing server corresponding to the classification item included in the registration target content information and the registration target content information are received. The received content information is stored in the database server. A transfer step of transmitting a database registration request program for executing the city on a computer.

また、本発明は、コンテンツの分類を示す階層構造の分類項目と該分類項目に対応する
属性と該属性に対応する属性値と該コンテンツのバージョンとを含むコンテンツ情報を登録した階層型データベースに対する前記コンテンツ情報の登録を要求する登録処理サーバから前記コンテンツ情報の登録の要求を受けて前記コンテンツ情報を前記階層型データベースに登録するデータベース管理プログラムであって、前記登録処理サーバから前記登録対象のコンテンツ情報を受信する受信手順と、前記階層型データベースに既に登録済みのコンテンツ情報の中で、前記受信手順によって受信した前記登録対象のコンテンツ情報と前記分類項目の検索キーが同一であって、かつ前記登録対象のコンテンツ情報よりバージョンが新しい前記登録済みのコンテンツ情報が存在するか否かを判断して、この判断結果に基づいて前記登録対象のコンテンツ情報または前記登録済みのコンテンツ情報のバージョンを更新するバージョン更新手順と、前記バージョン更新手順によってバージョンが更新された前記登録対象のコンテンツ情報を前記データベースに登録する登録手順と、をコンピュータに実行させるデータベース管理プログラムである。
In addition, the present invention provides a hierarchical database for registering content information including a hierarchical classification item indicating content classification, an attribute corresponding to the classification item, an attribute value corresponding to the attribute, and a version of the content. A database management program for registering the content information in the hierarchical database in response to a request for registration of the content information from a registration processing server that requests registration of content information, the content to be registered from the registration processing server Among the reception procedure for receiving information and the content information already registered in the hierarchical database, the content information to be registered received by the reception procedure is the same as the search key for the classification item, and The registered code whose version is newer than the content information to be registered. A determination is made as to whether or not the content information exists, a version update procedure for updating the content information to be registered or the version of the registered content information based on the determination result, and the version is updated by the version update procedure. A database management program for causing a computer to execute a registration procedure for registering the registered content information to be registered in the database.

本発明によれば、コンテンツ情報のデータベースへの登録要求を受理する登録処理サーバがネットワーク上に分散している場合に、一時的にコンテンツ情報のバージョンの矛盾が生じても最終的に時刻情報に基づいて正しいバージョンに更新されるので、比較的緩い運用においてはバージョンの矛盾をさほど問題になることはなく、この結果データベースの一貫性保持を実現しつつ、データベースのコンテンツ情報のバージョン管理を適切かつ効率的に行うことができるという効果を奏する。   According to the present invention, when registration processing servers that accept registration requests for content information in the database are distributed on the network, the time information is finally converted to the time information even if a content information version conflict occurs temporarily. Therefore, in the relatively loose operation, version inconsistency does not become a serious problem. As a result, it is possible to maintain the consistency of the database and manage the version information of the database content information appropriately and appropriately. There is an effect that it can be performed efficiently.

また、本発明は、複数の登録処理サーバがネットワーク上に分散している場合においても階層型データベースの分類項目ごとに一括してデータベースサーバ1410に登録要求することによって登録要求のタイミングにずれが生じすることがなく、比較的緩い運用においてデータベースの一貫性保持を実現しつつ、データベースのコンテンツ情報のバージョン管理を適切かつ効率的に行うことができるという効果を奏する。   Further, according to the present invention, even when a plurality of registration processing servers are distributed on the network, the registration request timing is shifted by making a registration request to the database server 1410 for each classification item of the hierarchical database. Thus, the database content information version management can be performed appropriately and efficiently while maintaining the consistency of the database in a relatively loose operation.

以下に添付図面を参照して、この発明にかかるデータベース管理システム、データベース管理方法、データベース登録要求プログラムおよびデータベース管理プログラムの最良な実施の形態を詳細に説明する。   Exemplary embodiments of a database management system, a database management method, a database registration request program, and a database management program according to the present invention will be explained below in detail with reference to the accompanying drawings.

(実施の形態1)
図1は、本発明の実施の形態1にかかるデータベース管理システムのネットワーク構成を示す説明図である。図1に示すように、本実施の形態のデータベース管理システムは、複数のアプリケーションサーバ100と単一のデータベースサーバ110とがネットワーク150で接続された構成となっている。ここで、ネットワーク150は、Ethernet(登録商標)などであり、データベースサーバ110と複数のアプリケーションサーバ100はLAN(Local Area Network)環境を構築している。なお、本実施の形態では、データベースサーバ110と複数のアプリケーションサーバ100は、LAN環境を構築しているが、これに限定されるものではなく、例えば、データベースサーバ110と複数のアプリケーションサーバ100がインターネットで接続されている構成でも良い。
(Embodiment 1)
FIG. 1 is an explanatory diagram of a network configuration of the database management system according to the first embodiment of the present invention. As shown in FIG. 1, the database management system according to the present embodiment has a configuration in which a plurality of application servers 100 and a single database server 110 are connected via a network 150. Here, the network 150 is Ethernet (registered trademark) or the like, and the database server 110 and the plurality of application servers 100 construct a LAN (Local Area Network) environment. In this embodiment, the database server 110 and the plurality of application servers 100 construct a LAN environment. However, the present invention is not limited to this. For example, the database server 110 and the plurality of application servers 100 are connected to the Internet. The structure connected by may be sufficient.

データベースサーバ110は、そのハードディスクドライブ装置(HDD)にコンテンツデーターべース120を記憶しており、アプリケーションサーバ100からの要求によってコンテンツデータベース120を構成するコンテンツをコンテンツデータベース120に登録すると共に、コンテンツのバージョン管理を行うものである。   The database server 110 stores the content database 120 in its hard disk drive (HDD), and registers the content constituting the content database 120 in the content database 120 in response to a request from the application server 100 and Version management.

アプリケーションサーバ100は、クライアント端末130からの要求によってコンテ
ンツをコンテンツデータベース120からの読み出して編集を行うとともに、この編集したコンテンツのコンテンツデータベース120への登録要求をデータベースサーバ110に対して行うものである。このアプリケーションサーバ100は、本発明における登録処理サーバを構成する。
The application server 100 reads and edits content from the content database 120 in response to a request from the client terminal 130, and makes a request for registering the edited content in the content database 120 to the database server 110. The application server 100 constitutes a registration processing server in the present invention.

アプリケーションサーバ100には、インターネット140を介してクライアント端末130が接続されている。アプリケーションサーバ100は、データベースサーバ110のコンテンツデータベースへの各種処理のサービスをクライアント端末130に搭載されたWebブラウザ131を介して提供するようになっている。   A client terminal 130 is connected to the application server 100 via the Internet 140. The application server 100 provides various processing services to the content database of the database server 110 via the Web browser 131 installed in the client terminal 130.

図2は、アプリケーションサーバ100の機能的構成を示すブロック図である。図2に示すように、アプリケーションサーバ100は、編集部201と登録受理部202と時刻情報付与部203とチェックアウト部204と転送部205と受理キュー206とを主に備えている。   FIG. 2 is a block diagram illustrating a functional configuration of the application server 100. As shown in FIG. 2, the application server 100 mainly includes an editing unit 201, a registration receiving unit 202, a time information adding unit 203, a checkout unit 204, a transfer unit 205, and a receiving queue 206.

チェックアウト部204は、クライアント端末130からの要求によって、データベースサーバ110のコンテンツデータベース120からクライアント端末130によって指定された検索キーの最新バージョンのコンテンツを受信し、この受信したコンテンツを用いてコンテンツータベース120に既に登録済みのコンテンツを編集するための情報、例えばコンテンツの各項目への編集入力のためのhtmlページなどを生成してクライアント端末130に送信する処理を行う。   In response to a request from the client terminal 130, the check-out unit 204 receives the latest version of the content of the search key designated by the client terminal 130 from the content database 120 of the database server 110, and uses this received content for the content database. Information for editing the content already registered in 120, for example, an html page for editing input to each item of the content, is generated and transmitted to the client terminal 130.

編集部201は、チェックアウト部204によって読み出された登録済みのコンテンツに対する編集内容、例えば、上述のhtmlページへの編集入力データなどの編集データをクライアント端末130から受信し、この受信した編集データに応じて登録済みコンテンツを編集する処理を行う。このように登録済みのコンテンツに対して編集処理が施されたコンテンツを登録対象のコンテンツと呼ぶ。   The editing unit 201 receives from the client terminal 130 editing data for the registered content read by the checkout unit 204, for example, editing data such as editing input data to the above-described html page, and receives the received editing data. The process of editing the registered content is performed according to the process. The content that has been subjected to the editing process on the registered content in this way is called registration target content.

時刻情報付与部203は、編集処理がなされたコンテンツにサブミット時刻として現在日時(本発明の時刻情報に相当する)を付加する処理を行うものである。   The time information adding unit 203 performs processing for adding the current date and time (corresponding to the time information of the present invention) as the submission time to the edited content.

登録受理部202は、時刻情報付加部203によって現在日時が付加されたコンテンツを受理キュー206に格納する処理を行うものである。   The registration accepting unit 202 performs processing for storing the content added with the current date and time by the time information adding unit 203 in the accepting queue 206.

受理キュー206は、先入れ先出し方式のキュー(FIFO:First−In First−Out)であり、現在日時が付加されたコンテンツが順次格納されるものである。   The reception queue 206 is a first-in first-out queue (FIFO: First-In First-Out), in which contents with the current date and time are sequentially stored.

転送部205は、受理キュー206の先頭から現在日時が付与されたコンテンツを読み出して、このコンテンツを登録対象のコンテンツとしてデータベースサーバ110に送信する処理を行うものである。   The transfer unit 205 reads the content to which the current date and time is assigned from the top of the reception queue 206 and transmits the content to the database server 110 as the content to be registered.

図3は、データベースサーバ110の機能的構成を示すブロック図である。図3に示すように、データベースサーバ110は、受信部301,バージョン更新部302,登録部303,HDDにコンテンツデータベース120を備えている。このHDDは本発明における記憶手段に相当する。   FIG. 3 is a block diagram showing a functional configuration of the database server 110. As shown in FIG. 3, the database server 110 includes a content database 120 in a receiving unit 301, a version updating unit 302, a registration unit 303, and an HDD. This HDD corresponds to the storage means in the present invention.

受信部301は、アプリケーションサーバ100からコンテンツデータベース120への登録対象のコンテンツを受信するものである。   The receiving unit 301 receives content to be registered in the content database 120 from the application server 100.

バージョン更新部302は、受信部301によって受信した登録対象のコンテンツのバージョンまたはコンテンツデータベース120に既に登録済みのコンテンツのバージョンを更新するものである。具体的なバージョンの更新処理については後述する。   The version updating unit 302 updates the version of the content to be registered received by the receiving unit 301 or the version of the content already registered in the content database 120. Specific version update processing will be described later.

登録部303は、バージョン更新部302によってバージョンが更新された登録対象のコンテンツをコンテンツデータベース120に登録する処理を行う。   The registration unit 303 performs a process of registering the content to be registered whose version has been updated by the version update unit 302 in the content database 120.

コンテンツデータベース120は、階層型のデータベースであり、コンテンツが登録されている。本実施の形態では、コンテンツデータベース120として、電子部品カタログの交換フォーマットの国際標準であるISO13584/Parts Library(PLIB)に準拠したデータベースを使用している。このPLIBに準拠したデータベースは、部品サプライヤが提供する部品の分類項目と属性のデータ構造を統一して、どの部品サプライヤが登録した部品データでも同一の方式で検索できるようにしたものである。   The content database 120 is a hierarchical database in which content is registered. In the present embodiment, as the content database 120, a database conforming to ISO13584 / Parts Library (PLIB), which is an international standard for electronic parts catalog exchange format, is used. This database conforming to the PLIB standardizes the data structure of component classification items and attributes provided by a component supplier so that any component data registered by any component supplier can be searched in the same manner.

PLIBに準拠した本実施の形態のコンテンツデータベース120は辞書とコンテンツとから構成される。このコンテンツデータベース120は、複数の分類項目を階層的に関連付けた階層構造を有し、最上位分類を除く各分類が唯一の親分類を有し、各分類項目は当該分類項目の分類項目の属性を含む属性を有し、各分類項目には当該分類項目の有する属性のそれぞれに対応する属性値で構成されるコンテンツを登録した構造となっている。   The content database 120 according to the present embodiment conforming to PLIB is composed of a dictionary and content. This content database 120 has a hierarchical structure in which a plurality of classification items are hierarchically related, and each classification other than the highest classification has a single parent classification, and each classification item is an attribute of the classification item of the classification item Each category item has a structure in which contents composed of attribute values corresponding to the attributes of the category item are registered.

図4は、コンテンツデータベース120の辞書の構造の一例を示す説明図である。図4に示すように、コンテンツデータベース120の辞書には、「電子製品」という分類項目をルートノードとし、このルートノードに、その子ノードとして「パーソナルコンピュータ」、「デジタルカメラ」という分類項目のノードが関連付けられた階層構造を有している。すなわち、「電子製品」は「パーソナルコンピュータ」、「デジタルカメラ」という2つの分類に細分化されることを示している。本実施の形態のコンテンツデータベース120では、階層を2階層としているが、3階層以上の階層構造を有するように構成することもできる。   FIG. 4 is an explanatory diagram showing an example of the dictionary structure of the content database 120. As shown in FIG. 4, in the dictionary of the content database 120, a classification item “electronic product” is a root node, and nodes of classification items “personal computer” and “digital camera” are child nodes of the root node. It has an associated hierarchical structure. That is, “electronic product” is subdivided into two categories, “personal computer” and “digital camera”. In the content database 120 of the present embodiment, there are two hierarchies, but it may be configured to have a hierarchical structure of three or more hierarchies.

この階層的に関連付けられた各分類項目は、それぞれ固有の属性(点線で示す)が定められている。各分類項目は、階層構造における当該分類項目の上位階層の分類項目の属性を継承する。例えば、ノード「パーソナルコンピュータ」が有する属性は、ルートノードの「電子製品」に定義される属性(「型番」)と、ノード「パーソナルコンピュータ」に定められた属性(「CPU」、「標準メモリ容量」、「標準ディスク容量」)を有する。   Each classification item associated hierarchically has a unique attribute (indicated by a dotted line). Each category item inherits the attribute of the category item in the hierarchy above the category item in the hierarchical structure. For example, the attribute of the node “personal computer” includes an attribute (“model number”) defined in the “electronic product” of the root node, an attribute (“CPU”), and “standard memory capacity” defined in the node “personal computer”. , “Standard disk capacity”).

また、本実施の形態のコンテンツデータベース120では、各分類項目、各属性を識別するコード体系として、全世界で一意なコードであることを保証するBSUコードを使用している。図4では、ノード「電子製品」に“AAA000”、ノード「パーソナルコンピュータ」に“AAA001”、ノード「デジタルカメラ」に“AAA002”のBSUコードを付与し、属性「型番」に“P1”、属性「CUP」に“P2”、属性「標準メモリ容量」に“P3”、属性「標準ディスク容量」に“P4”のBSUコードを付与した例を示している。   Further, in the content database 120 of the present embodiment, a BSU code that guarantees that the code is unique worldwide is used as a code system for identifying each classification item and each attribute. In FIG. 4, the node “electronic product” is assigned “BAA code” “AAA001”, the node “personal computer” “AAA001”, the node “digital camera” “AAA002”, and the attribute “model number” “P1”. In this example, “P2” is assigned to “CUP”, “P3” is assigned to the attribute “standard memory capacity”, and “P4” is assigned to the attribute “standard disk capacity”.

このような階層構造のコンテンツデータベース120のコンテンツの例としては、図7に示すように、分類階層、属性、コンテンツが格納されている。図7に示すように、コンテンツデータベース120のフィールド名「ClassBSU」、「バージョン」、「日時」は、システム属性といい、データベースサーバ110がコンテンツを管理するための属性であり、図4で示した辞書で定義される属性とは異なるものである。「ClassBSU」の値には、該当コンテンツが属する分類の識別子、すなわちClassBSUコードが格納される。図7の例では、ClassBSUコードの値は、“AAA001”であ
り、この例で示してある3つのコンテンツは全てノード「パーソナルコンピュータ」に属することを示している。
As an example of the contents of the content database 120 having such a hierarchical structure, as shown in FIG. 7, classification hierarchies, attributes, and contents are stored. As shown in FIG. 7, the field names “Class BSU”, “version”, and “date / time” of the content database 120 are called system attributes and are attributes for the database server 110 to manage content, and are shown in FIG. It is different from the attributes defined in the dictionary. The value of “Class BSU” stores an identifier of a classification to which the corresponding content belongs, that is, a Class BSU code. In the example of FIG. 7, the value of the Class BSU code is “AAA001”, which indicates that all three contents shown in this example belong to the node “personal computer”.

図4では、ClassBSUコード“AAA001”において、辞書として定義された辞書属性として、“P1”、“P2”、“P3”、“P4”の4個の属性があるが、図7では説明の都合上“P1”、“P2”のみに値が格納されているものとする。なお、“P1”は分類“AAA001”に属する製品をユーザが一意に識別するためのキーとなっている。この例のコンテンツデータベース120中には、検索キー“P1”の値が“E001”であってバージョンが異なる製品が2個存在する。このようにキー値が同一であっても異なるバージョンのコンテンツを登録しているのは、電子カタログデータの登録や修正のような利用を想定しているからである。   In FIG. 4, there are four attributes “P1”, “P2”, “P3”, and “P4” as the dictionary attributes defined as a dictionary in the ClassBSU code “AAA001”. It is assumed that values are stored only in the upper “P1” and “P2”. “P1” is a key for the user to uniquely identify products belonging to the classification “AAA001”. In the content database 120 of this example, there are two products with the search key “P1” having the value “E001” and different versions. The reason that different versions of content are registered even if the key values are the same is because it is assumed to be used for registration or correction of electronic catalog data.

すなわち、コンテンツの編集者や登録者によって初期登録されたコンテンツに誤りがあった場合、そのコンテンツをコンテンツデータベース120からチェックアウトして読み出し、読み出したコンテンツを修正し、新しいバージョンを設定してコンテンツデータベース120にアプリケーションサーバ100とデータベースサーバ110を介して登録する。このとき、登録したコンテンツに電子部品カタログのデータとしての誤りがあっただけでは、製品自体の型番は変わるものではない。また、一旦、公開してしまったコンテンツのデータを上書きしてしまうと、例えばコンテンツデータベース120のコンテンツを検索する検索者がそのコンテンツを検索して、上書きされる前のコンテンツの電子部品を調達するなど、別システムで利用してしまっていた場合に後々不都合が生じる。このため、本実施の形態の電子部品カタログのコンテンツデータベース120では、検索キーの値が同一であっても異なるバージョンのコンテンツを登録することとしている。   That is, if there is an error in the content initially registered by the content editor or registrant, the content is checked out from the content database 120 and read out, the read content is corrected, a new version is set, and the content database 120 is registered via the application server 100 and the database server 110. At this time, the model number of the product itself does not change if there is an error in the registered content as electronic part catalog data. Also, once the content data that has been made public is overwritten, for example, a searcher searching for content in the content database 120 searches the content and procures electronic components of the content before being overwritten. For example, inconvenience will occur later if it is used in another system. Therefore, in the content database 120 of the electronic component catalog according to the present embodiment, different versions of content are registered even if the search key value is the same.

従って、電子部品カタログとしてコンテンツデータベース120のコンテンツを更新する場合には、辞書の検索キーの属性の値(図4及び図7の例では、「型番」)が同一でかつシステム属性「バージョン」を1だけ増加させたコンテンツ、すなわち最新のバージョンを持つコンテンツとして追加登録することとしている。   Accordingly, when updating the contents of the content database 120 as an electronic component catalog, the attribute value (“model number” in the examples of FIGS. 4 and 7) of the dictionary is the same and the system attribute “version” is set. The content is incremented by 1, that is, additionally registered as content having the latest version.

また、電子部品カタログとしてのコンテンツデータベース120の利用では、同一の型番で2つの異なる情報が同時に公開されることはない。すなわち、コンテンツのバージョンは枝分かれするものではないことを前提としている。従って、本実施の形態のコンテンツデータベース120では、“バージョン”の値は自然数であり、コンテンツの更新とともにバージョンは1だけインクリメントするものとする。   Further, when the content database 120 is used as an electronic component catalog, two different pieces of information with the same model number are not released simultaneously. That is, it is assumed that the content version is not branched. Therefore, in the content database 120 of the present embodiment, the value of “version” is a natural number, and the version is incremented by 1 as the content is updated.

システム属性「日時」は、アプリケーションサーバ100がクライアント端末130のWebブラウザ131からのコンテンツの登録・修正要求を受理した日時を示す属性である。   The system attribute “date and time” is an attribute indicating the date and time when the application server 100 receives a content registration / modification request from the Web browser 131 of the client terminal 130.

なお、本実施の形態のコンテンツデータベース120は、上述したように階層型データベースとして構成されているが、これに限定されるものではなく一般的なリレーショナルデータベースを用いることもできる。この場合には、分類項目は存在しないため、図7におけるシステム属性「ClassBSU」の欄は存在しない。   The content database 120 of the present embodiment is configured as a hierarchical database as described above, but is not limited to this, and a general relational database can also be used. In this case, since there is no classification item, the column of the system attribute “Class BSU” in FIG. 7 does not exist.

次に、以上のように構成された本実施の形態にかかるデータベース管理システムにおけるコンテンツの受理からコンテンツデータベース120への登録までの処理について説明する。   Next, processing from content reception to registration in the content database 120 in the database management system according to the present embodiment configured as described above will be described.

まず、ユーザは、クライアント端末130のWebブラウザ131から所望のキーを指定してアプリケーションサーバ100にコンテンツデータベース120からコンテンツの
読み出しを要求する。アプリケーションサーバ100は、チェックアウト部204によってクライアント端末130で指定された検索キーでコンテンツデータベース120から該当するコンテンツを検索するようデータベースサーバ110に対して要求する。データベースサーバ110は、かかるアプリケーションサーバ100からの検索要求を受けて、指定された検索キーによってコンテンツを検索し、検索されたもののなかで最新のバージョンのコンテンツをアプリケーションサーバ100に送信する。
First, the user specifies a desired key from the Web browser 131 of the client terminal 130 and requests the application server 100 to read content from the content database 120. The application server 100 requests the database server 110 to search for the corresponding content from the content database 120 using the search key specified by the checkout unit 204 at the client terminal 130. Upon receiving a search request from the application server 100, the database server 110 searches for content using a specified search key, and transmits the latest version of the searched content to the application server 100.

アプリケーションサーバ100は、データベースサーバ110から検索されたコンテンツを受信すると、チェックアウト部204によって、受信したコンテンツをクライアント端末130に送信してWebブラウザ131に表示させる。   When the application server 100 receives the retrieved content from the database server 110, the checkout unit 204 transmits the received content to the client terminal 130 and causes the web browser 131 to display the received content.

ユーザがクライアント端末130でWebブラウザ131に表示されたコンテンツを編集し、アプリケーションサーバ100に対して編集要求および登録要求を送信する。アプリケーションサーバ100では、クライアント端末130から編集要求および登録要求を受信すると、編集部201がチェックアウト部204によって取得したコンテンツに対してクライアント端末130で行われた編集内容の編集データに応じた編集を行う。そして、編集部201は、編集されたコンテンツとともに、編集されたコンテンツのデータベース120への登録要求を登録受理部202に送信する。登録受理部202は、編集部201から登録要求と編集されたコンテンツを登録対象のコンテンツとして受理する。   The user edits the content displayed on the Web browser 131 at the client terminal 130, and transmits an edit request and a registration request to the application server 100. When the application server 100 receives the edit request and the registration request from the client terminal 130, the editing unit 201 edits the content acquired by the checkout unit 204 according to the editing data of the editing content performed at the client terminal 130. Do. Then, the editing unit 201 transmits a registration request to the database 120 for the edited content together with the edited content to the registration receiving unit 202. The registration receiving unit 202 receives the registration request from the editing unit 201 and the edited content as registration target content.

なお、アプリケーションサーバ100がクライアント端末130に最新のバージョンのコンテンツを送信する際には幾つか方法が考えられえる。例えば、「バージョン情報」を含む最新のバージョンのコンテンツ全体を送信しても良いし、アプリケーションサーバ上で最新のバージョンのコンテンツと関連付けたIDを生成して「バージョン情報」を除いたコンテンツの一部とそのIDのペアからhtmlページを構成し送信しても良い。   When the application server 100 transmits the latest version of the content to the client terminal 130, several methods can be considered. For example, the entire content of the latest version including “version information” may be transmitted, or a part of the content excluding “version information” by generating an ID associated with the latest version of content on the application server An html page may be formed from the ID pair and transmitted.

後者の場合、クライアント端末130から編集要求及び登録要求を受信した際は、アプリケーションサーバ100は、関連付けしたIDから得られる元々の登録済みのコンテンツから、クライアント端末130による編集データに応じたコンテンツを生成し編集部201に渡し、編集部201によって編集データに従った編集処理を行う。   In the latter case, when receiving an edit request and a registration request from the client terminal 130, the application server 100 generates content corresponding to the edit data by the client terminal 130 from the original registered content obtained from the associated ID. Then, the data is transferred to the editing unit 201, and the editing unit 201 performs editing processing according to the editing data.

図5は、編集部201によって編集された登録対象のコンテンツのデータベースサーバ110に対して登録要求を行う処理の手順を示すフローチャートである。   FIG. 5 is a flowchart showing a procedure of processing for making a registration request to the database server 110 of the content to be registered edited by the editing unit 201.

登録受理部202が登録対象のコンテンツを受理すると、時刻情報付与部203によって、登録対象のコンテンツに対して受理時点における現在の日時を付与する(ステップS501)。次に、登録受理部202によって、現在の日時が付与された登録対象のコンテンツを受理キュー206に登録する(ステップS502)。このステップS501の現在の日時の付与、受理キュー206への登録処理は、登録受理部202が受理した全てのコンテンツに対して行われる(ステップS503)。   When the registration receiving unit 202 receives the content to be registered, the time information adding unit 203 gives the current date and time at the time of reception to the content to be registered (step S501). Next, the registration receiving unit 202 registers the content to be registered with the current date and time in the reception queue 206 (step S502). The process of assigning the current date and time and registering in the reception queue 206 in step S501 is performed for all the contents received by the registration receiving unit 202 (step S503).

全ての登録対象のコンテンツが受理キューに登録されたら、転送部205によって、登録対象のコンテンツを受理キュー206の先頭から取得して(ステップS504)、取得した登録対象のコンテンツをデータベースサーバ110に送信する(ステップS505)。このステップS504、S505の受理キューからの登録対象のコンテンツの取得、登録対象のコンテンツのデータベースサーバ110への送信処理は、受理キュー206に格納されている全ての登録対象のコンテンツに対して行われる(ステップS506)。このような処理によってデータベースサーバ110に対するコンテンツの登録要求が行われるが、かかる登録要求は、ネットワーク150上の全てのアプリケーションサーバ100が行っている。   When all the registration target contents are registered in the acceptance queue, the transfer unit 205 acquires the registration target contents from the top of the reception queue 206 (step S504), and transmits the acquired registration target contents to the database server 110. (Step S505). The acquisition processing of the registration target content from the acceptance queue and the transmission processing of the registration target content to the database server 110 in steps S504 and S505 are performed for all the registration target content stored in the reception queue 206. (Step S506). By such processing, a content registration request is made to the database server 110, and all the application servers 100 on the network 150 make this registration request.

データベースサーバ110では、受信部301によってアプリケーションサーバ100から登録対象のコンテンツを受信し、受信した登録対象のコンテンツをバージョン更新部302に渡す。   In the database server 110, the reception unit 301 receives the registration target content from the application server 100, and passes the received registration target content to the version update unit 302.

図6は、データベースサーバ110のバージョン更新部302によるバージョン更新処理の手順を示すフローチャートである。本実施の形態のデータベースサーバ110は、クライアント端末130からアプリケーションサーバ100に対して時間的に後から登録要求が行われた登録対象のコンテンツに割り当てられるバージョンが、時間的に先に登録要求が行われた登録対象のコンテンツに割り当てられるバージョンより新しくなるように更新するバージョンポリシーによって、コンテンツのバージョンを更新する。   FIG. 6 is a flowchart showing a procedure of version update processing by the version update unit 302 of the database server 110. In the database server 110 according to the present embodiment, the version assigned to the registration target content for which the registration request is made later in time from the client terminal 130 to the application server 100 is first sent in time. The version of the content is updated according to a version policy that updates the version to be newer than the version assigned to the registered content.

バージョン更新部302では、受信部301から登録対象のコンテンツを受け取ると、受け取った登録対象のコンテンツのバージョンを、当該コンテンツ中のバージョンフィールドから取得する(ステップS601)。   When the version update unit 302 receives the registration target content from the reception unit 301, the version update unit 302 acquires the received version of the registration target content from the version field in the content (step S601).

そして、登録対象のコンテンツとキー値が同一で、かつ登録対象のコンテンツよりバージョンが大きい(新しい)コンテンツをコンテンツデータベース120から検索し、このようなコンテンツが存在するか否か調べる(ステップS602)。そして、登録対象のコンテンツと検索キーの値が同一で、かつ登録対象のコンテンツよりバージョンが大きいコンテンツがコンテンツデータベース120に存在しないと判断した場合には(ステップS602:No)、登録対象のコンテンツのバージョンを1だけインクリメントして(ステップS606)、登録部303に渡す(ステップS605)。そして、登録部303によって、バージョンが更新されたコンテンツがコンテンツデータベース120に登録される。   Then, a content that has the same key value as the content to be registered and has a version (newer) than the content to be registered is searched from the content database 120 to check whether such content exists (step S602). If it is determined that there is no content database 120 that has the same search key value as the registration target content and a version higher than the registration target content (step S602: No), The version is incremented by 1 (step S606) and passed to the registration unit 303 (step S605). Then, the registration unit 303 registers the content whose version has been updated in the content database 120.

一方、ステップS602において、登録対象のコンテンツと検索キーの値が同一で、かつ登録対象のコンテンツよりバージョンが大きいコンテンツがコンテンツデータベース120に存在すると判断した場合には(ステップS602:Yes)、登録対象のコンテンツと登録対象のコンテンツと同一キーの既に登録済みのコンテンツを時刻の早い順にソートする(ステップS603)。そして、ソートしたコンテンツの時刻の早い順から値が増えるようにコンテンツのバージョンをふり直す(ステップS604)。そして、バージョンをふり直した登録対象のコンテンツを登録部303に渡し(ステップS605)、登録部303によって、バージョンが更新された登録対象のコンテンツがコンテンツデータベース120に登録される。   On the other hand, if it is determined in step S602 that content that has the same search key value as the registration target content and a version higher than the registration target content exists in the content database 120 (step S602: Yes), the registration target The already registered contents having the same key as that of the contents to be registered and the contents to be registered are sorted in ascending order of time (step S603). Then, the content version is reassigned so that the value increases from the earliest time of the sorted content (step S604). Then, the content to be registered whose version has been reassigned is passed to the registration unit 303 (step S605), and the registration unit 303 registers the content to be registered whose version has been updated in the content database 120.

以上のような処理で、コンテンツのバージョン更新処理およびコンテンツデータベース120に対するコンテンツの登録処理が行われる。これによって、コンテンツデータベースには、クライアント端末130からアプリケーションサーバ100に対する登録要求およびアプリケーションサーバ100による受理が後に行われたコンテンツのバージョンが、先にクライアント端末130からの登録要求およびアプリケーションサーバ100による受理がなされたコンテンツのバージョンより大きい値で更新されて登録されることになる。   Through the processing as described above, content version update processing and content registration processing to the content database 120 are performed. As a result, the content database stores the registration request from the client terminal 130 to the application server 100 and the version of the content that has been received by the application server 100 before the registration request from the client terminal 130 and the acceptance by the application server 100. It is updated and registered with a value larger than the version of the content made.

次に、このようなアプリケーションサーバ100およびデータベースサーバ110によるコンテンツの登録要求からコンテンツデータベース120への登録処理までを具体例をあげて説明する。   Next, a specific example from the content registration request to the content database 120 by the application server 100 and the database server 110 will be described.

図7は、コンテンツデータベース120からコンテンツを読み出してから編集し、コンテンツデータベース120に登録するまでの流れの中で、クライアント端末130のWe
bブラウザ131でコンテンツが編集されている状態を示す説明図である。
FIG. 7 illustrates the process of reading the content from the content database 120, editing it, and registering it in the content database 120.
It is explanatory drawing which shows the state in which the content is edited by b browser 131. FIG.

クライアント端末130a,130bのユーザは、「属性“P1”=“E001”」という検索条件でコンテンツデータベース120に対して検索要求を行い、コンテンツデータベース120からデータベースサーバ110、アプリケーションサーバ100aを介して読み出す。   The users of the client terminals 130a and 130b make a search request to the content database 120 under the search condition “attribute“ P1 ”=“ E001 ””, and read from the content database 120 via the database server 110 and the application server 100a.

この時、キー(この例では属性P1)の値が同一であるコンテンツに関しては、システム属性「バージョン」が最新のコンテンツが読み出される。次に、クライアント端末130aのユーザが、P2(キー以外の属性に限る)の値を、図7に示す通り“T”から“T’”に修正し、日時「8/8 9:00」にアプリケーションサーバ100aに登録要求を送信して、登録対象のコンテンツのサブミットを行う。このとき、アプリケーションサーバ100aでは、同時刻に編集部201から登録受理部202に登録要求が送信されることになる。   At this time, for the content having the same key (attribute P1 in this example), the content having the latest system attribute “version” is read. Next, the user of the client terminal 130a modifies the value of P2 (limited to attributes other than the key) from “T” to “T ′” as shown in FIG. 7, and changes the date to “8/8 9:00”. A registration request is transmitted to the application server 100a, and content to be registered is submitted. At this time, in the application server 100a, a registration request is transmitted from the editing unit 201 to the registration receiving unit 202 at the same time.

一方、クライアント端末130bのユーザは、P2(キー以外の属性に限る)の値を、図7に示す通り“T”から“T’’”に修正し、日時「8/8 9:01」にアプリケーションサーバ100bに登録要求を送信する。このとき、アプリケーションサーバ100bでは、同時刻に編集部201から登録受理部202に登録要求が送信されることになる。   On the other hand, the user of the client terminal 130b modifies the value of P2 (limited to attributes other than the key) from “T” to “T” as shown in FIG. 7, and changes the date to “8/8 9:01”. A registration request is transmitted to the application server 100b. At this time, in the application server 100b, a registration request is transmitted from the editing unit 201 to the registration receiving unit 202 at the same time.

図8は、アプリケーションサーバ100a,100bで受理した登録対象のコンテンツがデータベースサーバ110に送信され、コンテンツデータベース120に登録される処理の流れを示す説明図である。   FIG. 8 is an explanatory diagram showing a flow of processing in which the registration target content received by the application servers 100 a and 100 b is transmitted to the database server 110 and registered in the content database 120.

アプリケーションサーバ100a,100bでは、登録受理部202によって編集部201からの登録要求および登録対象のコンテンツを受理し、時刻情報付加部203によって受理時点の日時を登録対象のコンテンツに付与する。図8に示すように、アプリケーションサーバ100aでは、受理時点での日時「8/8 9:00」が付与され、アプリケーションサーバ100bでは、受理時点での日時「8/8 9:01」が付与されることになる。そして、各アプリケーションサーバ100a,100bの登録受理部202は、日時が付与された登録対象のコンテンツを受理キュー206に登録する。図8は、登録対象のコンテンツが受理キューに登録された状態を示している。   In the application servers 100a and 100b, the registration receiving unit 202 receives the registration request from the editing unit 201 and the content to be registered, and the time information adding unit 203 gives the date and time of reception to the content to be registered. As shown in FIG. 8, the application server 100a is given the date “8/8 9:00” at the time of acceptance, and the application server 100b is given the date “8/8 9:01” at the time of acceptance. Will be. Then, the registration receiving unit 202 of each of the application servers 100 a and 100 b registers the content to be registered with the date and time added to the reception queue 206. FIG. 8 shows a state in which the content to be registered is registered in the acceptance queue.

なお、本実施の形態では、登録対象のコンテンツに日時を付与した後で、日時が付与された登録対象のコンテンツを受理キュー206に登録しているが、先に登録対象のコンテンツを受理キュー206に登録し、登録後、受理キューに登録された登録対象のコンテンツに対して受理時点の日時を付与するように構成してもよい。   In this embodiment, after the date is given to the registration target content, the registration target content to which the date is given is registered in the reception queue 206. However, the registration target content is first registered in the reception queue 206. The registration date and time may be assigned to the registration target content registered in the acceptance queue after registration.

次に、アプリケーションサーバ100a,100bの転送部205によって、任意のタイミングで受理キュー206の先頭から登録対象のコンテンツが読み出されてデータベースサーバ110に送信され、データベースサーバ110に対してコンテンツデータベース120への登録要求が行われる。このとき、各アプリケーションサーバ100a,100bでは任意のタイミングで転送部205がデータベースサーバ110に登録要求を行うため、各サーバ間で受理時点の時刻の順と同じ順番に登録要求が行われるとは限らず、この結果、コンテンツデータベース120への登録順が時刻順とならないという不整合が生じる場合がある。   Next, the transfer unit 205 of the application servers 100a and 100b reads the content to be registered from the top of the acceptance queue 206 at an arbitrary timing and transmits it to the database server 110, and sends it to the content database 120 to the database server 110. A registration request is made. At this time, since the transfer unit 205 makes a registration request to the database server 110 at an arbitrary timing in each of the application servers 100a and 100b, the registration requests are not necessarily made in the same order as the order of time of acceptance between the servers. As a result, inconsistency may occur in that the registration order in the content database 120 is not in time order.

ここでは、登録対象のコンテンツの受理時点の日時はアプリケーションサーバ100aで受理したコンテンツ801の方がアプリケーションサーバ100bで受理したコンテン
ツ802よりも時間的に先であるが、アプリケーションサーバ100bから先にデータベースサーバ110に登録要求が行われた場合を考える。以下、上述した図6のバージョン更新部302の処理に従って説明する。
Here, the date and time at which the content to be registered is received is earlier in time for the content 801 received by the application server 100a than the content 802 received by the application server 100b. Consider a case where a registration request is made at 110. Hereinafter, description will be given according to the processing of the version update unit 302 of FIG. 6 described above.

データベースサーバ110では、登録対象のコンテンツ802を受信部301で受信すると、バージョン更新部302によって登録対象のコンテンツ802のバージョンを取得する(ステップS601)。図8の例ではバージョン=2である。そして、コンテンツデータベース120の中に、キー値が同一となり、かつバージョンが2より大きいコンテンツが存在するか否か調べる(ステップS602)。図8の例では、このようなコンテンツが無いため(ステップS602:No)、登録コンテンツのバージョンを1だけインクリメントし3とする(ステップS606)。そして、登録対象のコンテンツ802を登録部303に渡し、登録部303は、渡されたコンテンツをコンテンツデータベース120に登録する。図8のコンテンツデータベース120は、コンテンツ802が登録された状態を示している。   In the database server 110, when the receiving unit 301 receives the registration target content 802, the version update unit 302 acquires the version of the registration target content 802 (step S601). In the example of FIG. 8, version = 2. Then, it is checked whether or not there is content having the same key value and a version greater than 2 in the content database 120 (step S602). In the example of FIG. 8, since there is no such content (step S602: No), the version of the registered content is incremented by 1 to 3 (step S606). Then, the registration target content 802 is transferred to the registration unit 303, and the registration unit 303 registers the transferred content in the content database 120. The content database 120 in FIG. 8 shows a state in which the content 802 is registered.

このように登録対象のコンテンツ802がコンテンツデータベース120に登録された後に、コンテンツ802より時間的に先の登録対象のコンテンツ801がアプリケーションサーバ100aからデータベースサーバ110に送信されてきたものとする。図9は、登録対象のコンテンツ801をコンテンツデータベース120に登録する処理の流れを示す説明図である。   It is assumed that after the registration target content 802 is registered in the content database 120, the registration target content 801 that is temporally ahead of the content 802 is transmitted from the application server 100a to the database server 110. FIG. 9 is an explanatory diagram showing the flow of processing for registering the registration target content 801 in the content database 120.

データベースサーバ110では、登録対象のコンテンツ801を受信部301で受信すると、バージョン更新部302によって登録対象のコンテンツ801のバージョンを取得する(ステップS601)。図9の例ではバージョン=2である。そして、コンテンツデータベース120の中に、キー値が同一となり、かつバージョンが2より大きいコンテンツが存在するか否か調べる(ステップS602)。図9の例では、アプリケーションサーバ100bからの登録要求によって既にコンテンツデータベース120に登録済みのコンテンツ802(バージョン=3)が存在する。このため、登録対象のコンテンツ801と登録済みのコンテンツ802とを、時刻順にソートして(ステップS603)、時刻の早い順から値が大きくなるようにバージョンを振り直す(ステップS604)。これにより、登録対象のコンテンツ801はバージョンが3、既に登録済みのコンテンツはバージョンが4に更新されることになる。すなわち、コンテンツのバージョンが、データベースサーバ110に対する登録要求の時間に関係なく、アプリケーションサーバ100a,100bに対するクライアントからの編集要求およびアプリケーションサーバ100a,100bの受理の時刻順に設定されることになる。そして、登録対象のコンテンツ801を登録部303に渡し、登録部303は、渡されたコンテンツ801をコンテンツデータベース120に登録する。図10は、バージョンが更新されたコンテンツ801,802が登録された状態のコンテンツデータベース120を示す説明図である。   In the database server 110, when the receiving unit 301 receives the registration target content 801, the version update unit 302 acquires the version of the registration target content 801 (step S601). In the example of FIG. 9, version = 2. Then, it is checked whether or not there is content having the same key value and a version greater than 2 in the content database 120 (step S602). In the example of FIG. 9, there is content 802 (version = 3) already registered in the content database 120 by a registration request from the application server 100b. For this reason, the contents 801 to be registered and the registered contents 802 are sorted in order of time (step S603), and the version is reassigned so that the value increases from the earliest time (step S604). As a result, the content 801 to be registered is updated to version 3, and the already registered content is updated to version 4. That is, the content version is set in the order of the editing request from the client to the application servers 100a and 100b and the reception time of the application servers 100a and 100b regardless of the time of the registration request to the database server 110. Then, the registration target content 801 is transferred to the registration unit 303, and the registration unit 303 registers the transferred content 801 in the content database 120. FIG. 10 is an explanatory diagram showing the content database 120 in a state where the contents 801 and 802 whose versions are updated are registered.

このように本実施の形態のデータベース管理システムでは、複数のアプリケーションサーバ100のそれぞれは、クライアント端末130からの要求によってコンテンツデータベース120に既に登録済みのコンテンツを編集した登録対象のコンテンツに日時を示す時刻情報を付与し、時刻情報が付与された登録対象のコンテンツを、データベースサーバ110に送信し、データベースサーバ110は、アプリケーションサーバ100のそれぞれから日時が付与された登録対象のコンテンツを受信して、データベースに既に登録済みのコンテンツの中で、受信した前記登録対象のコンテンツ情報と検索キーが同一であって、かつ登録対象のコンテンツ情報よりバージョンが新しい登録済みのコンテンツ情報が存在する場合、登録対象のコンテンツのバージョンと登録済みのコンテンツ情報のバージョンを、日時の早い順で大きくなるように更新してコンテンツデータベース120に登録しているので、アプリケーションサーバ100がネットワーク上に分散している場合に、一
時的にコンテンツのバージョンの矛盾が生じても最終的に日時に基づいて正しいバージョンに更新されるので、比較的緩い運用においてはバージョンの矛盾をさほど問題になることはなく、コンテンツデータベース120の一貫性保持を実現しつつ、コンテンツデータベース120のコンテンツのバージョン管理を適切かつ効率的に行うことができる。
As described above, in the database management system according to the present embodiment, each of the plurality of application servers 100 indicates the time indicating the date and time on the content to be registered, which is the content already registered in the content database 120 in response to a request from the client terminal 130. The registration target content to which the information is added and the time information is sent to the database server 110, and the database server 110 receives the registration target content to which the date and time are given from each of the application servers 100, and the database If there is registered content information whose search key is the same as the received content information and the version is newer than the registered content information, the registered target information Conte The version of the content and the version of the registered content information are updated so as to increase in order of date and time and are registered in the content database 120. Therefore, when the application server 100 is distributed on the network, Even if a content version conflict occurs, it is updated to the correct version based on the date and time. Therefore, in a relatively loose operation, the version conflict does not matter so much. The content version management of the content database 120 can be performed appropriately and efficiently while realizing the retention.

(実施の形態2)
実施の形態1にかかるデータベース管理システムでは、時間的に後から編集要求がアプリケーションサーバ100に行われた登録対象のコンテンツに割り当てられるバージョンが、時間的に先に編集要求が行われた登録対象のコンテンツに割り当てられるバージョンより新しくなるように更新するものであったが、この実施の形態2にかかるデータベース管理システムでは、時間的に先に編集要求が行われた登録対象のコンテンツのみをコンテンツデータベース120に登録し、時間的に後から編集要求がアプリケーションサーバ100に行われた登録対象のコンテンツの登録を行わないものである。
(Embodiment 2)
In the database management system according to the first embodiment, the version assigned to the content to be registered for which the edit request is made to the application server 100 later in time is the version of the registration target for which the edit request has been made earlier in time. In the database management system according to the second embodiment, only the content to be registered for which an edit request has been made earlier is stored in the content database 120. The content to be registered is not registered when an edit request is made to the application server 100 later in time.

実施の形態2にかかるデータベース管理システムの構成、アプリケーションサーバ100、データベースサーバ110およびコンテンツデータベース120の構成は、実施の形態1と同様であるので説明を省略する。   The configuration of the database management system according to the second embodiment, and the configurations of the application server 100, the database server 110, and the content database 120 are the same as those in the first embodiment, and thus description thereof is omitted.

また、実施の形態2のアプリケーションサーバ100によるデータベースサーバ110に対するコンテンツの登録要求の処理については実施の形態1と同様であるので説明を省略する。   Further, the content registration request processing for the database server 110 by the application server 100 according to the second embodiment is the same as that of the first embodiment, and thus the description thereof is omitted.

次に、本実施の形態にかかるデータベースサーバ110によるコンテンツの登録処理およびバージョン更新処理について説明する。図11は、データベースサーバ110のバージョン更新部302によるバージョン更新処理の手順を示すフローチャートである。本実施の形態のデータベースサーバ110は、時間的に先に編集要求がアプリケーションサーバ100に行われた登録対象のコンテンツのみを登録するバージョンポリシーによって、コンテンツのバージョンを更新する。   Next, content registration processing and version update processing by the database server 110 according to the present embodiment will be described. FIG. 11 is a flowchart illustrating a procedure of version update processing by the version update unit 302 of the database server 110. The database server 110 according to the present embodiment updates the version of the content according to a version policy for registering only the registration target content for which an edit request has been made to the application server 100 earlier in time.

実施の形態1のデータベースサーバ110と同様に、受信部301によってアプリケーションサーバ100から登録対象のコンテンツを受信する。バージョン更新部302では、受信部301から登録対象のコンテンツを受け取ると、受け取った登録対象のコンテンツのバージョンを、当該コンテンツ中のバージョンフィールドから取得する(ステップS1101)。   Similar to the database server 110 of the first embodiment, the reception unit 301 receives content to be registered from the application server 100. When the version update unit 302 receives the registration target content from the reception unit 301, the version update unit 302 acquires the received version of the registration target content from the version field in the content (step S1101).

そして、登録対象のコンテンツとキー値が同一で、かつ登録対象のコンテンツよりバージョンが大きい(新しい)コンテンツをコンテンツデータベース120から検索し、このようなコンテンツに存在するか否か調べる(ステップS1102)。そして、登録対象のコンテンツとキー値が同一で、かつ登録対象のコンテンツよりバージョンが大きいコンテンツがコンテンツデータベース120に存在しないと判断した場合には(ステップS1102:No)、登録対象のコンテンツのバージョンを1だけインクリメントして(ステップS1107)、登録部303に渡す(ステップS1106)。そして、登録部303によって、バージョンが更新されたコンテンツがコンテンツデータベース120に登録される。   Then, a content that has the same key value as the content to be registered and has a version (newer) than the content to be registered is searched from the content database 120 to check whether such content exists (step S1102). If it is determined that there is no content in the content database 120 that has the same key value as the content to be registered and a version greater than the content to be registered (step S1102: No), the version of the content to be registered is changed. It is incremented by 1 (step S1107) and passed to the registration unit 303 (step S1106). Then, the registration unit 303 registers the content whose version has been updated in the content database 120.

一方、ステップS1102において、登録対象のコンテンツとキー値が同一で、かつ登録対象のコンテンツよりバージョンが大きいコンテンツがコンテンツデータベース120に存在すると判断した場合には(ステップS1102:Yes)、登録対象のコンテンツと登録対象のコンテンツと同一キーの既に登録済みのコンテンツの中で、日時フィールドを参照して、日時が最新であるコンテンツを削除する(ステップS1103)。   On the other hand, if it is determined in step S1102 that there is content in the content database 120 that has the same key value as the content to be registered and a version higher than the content to be registered (step S1102: Yes), the content to be registered Among the already registered contents having the same key as the contents to be registered, the contents with the latest date and time are deleted with reference to the date and time field (step S1103).

次に、ステップS1103によって削除されたコンテンツがアプリケーションサーバ100から受信した登録対象のコンテンツであったか否かを判断する(ステップS1104)。そして、登録対象のコンテンツが削除されていないと判断された場合、すなわち既に登録済みのコンテンツの日時が最新であり、この登録済みのコンテンツが削除されたと判断された場合には(ステップS1104:No)、アプリケーションサーバ100から受信した登録対象のコンテンツのバージョンを1だけインクリメントする(ステップS1105)。そして、バージョンがインクリメントされた登録対象のコンテンツを登録部303に渡し(ステップS1106)、登録部303によって、バージョンが更新された登録対象のコンテンツがコンテンツデータベース120に登録される。   Next, it is determined whether or not the content deleted in step S1103 is the content to be registered received from the application server 100 (step S1104). If it is determined that the content to be registered has not been deleted, that is, if the date and time of the already registered content is the latest and it is determined that this registered content has been deleted (step S1104: No) ), The version of the content to be registered received from the application server 100 is incremented by 1 (step S1105). Then, the registration target content with the version incremented is passed to the registration unit 303 (step S1106), and the registration unit 303 registers the registration target content with the updated version in the content database 120.

一方、ステップS1104において、登録対象のコンテンツが削除されたと判断された場合、すなわち登録対象のコンテンツの日時が最新であり、この登録対象のコンテンツが削除されたと判断された場合には(ステップS1104:Yes)、登録部303に登録対象のコンテンツを渡さずに処理を終了する。以上のような処理で、コンテンツのバージョン更新処理およびコンテンツデータベース120に対するコンテンツの登録処理が行われる。これによって、コンテンツデータベースには、アプリケーションサーバ100に対する編集要求およびアプリケーションサーバ100による受理が先に行われたコンテンツが登録されることになる。   On the other hand, if it is determined in step S1104 that the content to be registered has been deleted, that is, if the date and time of the content to be registered is the latest and it is determined that the content to be registered has been deleted (step S1104: Yes), the process ends without passing the content to be registered to the registration unit 303. Through the processing as described above, content version update processing and content registration processing to the content database 120 are performed. As a result, the content database is registered with the edit request to the application server 100 and the content that has been received by the application server 100 first.

次に、このようなアプリケーションサーバ100およびデータベースサーバ110によるコンテンツの登録要求からコンテンツデータベース120への登録処理までを具体例をあげて説明する。   Next, a specific example from the content registration request to the content database 120 by the application server 100 and the database server 110 will be described.

図12は、アプリケーションサーバ100a,100bで受理した登録対象のコンテンツがデータベースサーバ110に送信され、コンテンツデータベース120に登録される処理の流れを示す説明図である。   FIG. 12 is an explanatory diagram showing a flow of processing in which the registration target content received by the application servers 100 a and 100 b is transmitted to the database server 110 and registered in the content database 120.

実施の形態1と同様に、アプリケーションサーバ100aは、登録対象のコンテンツに受理時点での日時「8/8 9:00」を付与して、登録対象のコンテンツ1201を受理キューに格納し、アプリケーションサーバ100bでは、登録対象のコンテンツに受理時点での日時「8/8 9:01」を付与して受理キュー126に格納する。   Similar to the first embodiment, the application server 100a assigns the date and time “8/8 9:00” at the time of acceptance to the content to be registered, stores the content 1201 to be registered in the acceptance queue, and At 100 b, the date and time “8/8 9:01” at the time of acceptance is assigned to the content to be registered and stored in the acceptance queue 126.

次に、転送部205による登録対象のコンテンツのデータベースサーバ110への送信が行われる。本実施の形態においても、実施の形態1と同様に、登録対象のコンテンツの受理時点の日時はアプリケーションサーバ100aで受理したコンテンツ1201の方がアプリケーションサーバ100bで受理したコンテンツ1202よりも時間的に先であるが、アプリケーションサーバ100bから先にデータベースサーバ110に登録要求が行われた場合を考える。以下、上述した図11のバージョン更新部302の処理に従って説明する。   Next, the transfer unit 205 transmits the content to be registered to the database server 110. Also in the present embodiment, as in the first embodiment, the date and time when the content to be registered is received is earlier in time for the content 1201 received by the application server 100a than the content 1202 received by the application server 100b. However, a case where a registration request is made to the database server 110 first from the application server 100b is considered. Hereinafter, description will be given according to the processing of the version update unit 302 of FIG. 11 described above.

データベースサーバ110では、登録対象のコンテンツ1202を受信部301で受信すると、バージョン更新部302によって登録対象のコンテンツ1202のバージョンを取得する(ステップS1101)。図12の例ではバージョン=2である。そして、コンテンツデータベース120の中に、キー値が同一となり、かつバージョンが2より大きいコンテンツが存在するか否か調べる(ステップS1102)。図12の例では、このようなコンテンツが無いため(ステップS1102:No)、登録コンテンツのバージョンを1だけインクリメントし3とする(ステップS1107)。そして、登録対象のコンテンツ1202を登録部303に渡し、登録部303は、渡されたコンテンツをコンテンツデータベース120に登録する。図12のコンテンツデータベース120は、コンテンツ1
202が登録された状態を示している。
In the database server 110, when the receiving unit 301 receives the registration target content 1202, the version update unit 302 acquires the version of the registration target content 1202 (step S1101). In the example of FIG. 12, version = 2. Then, it is checked whether or not there is content having the same key value and a version greater than 2 in the content database 120 (step S1102). In the example of FIG. 12, since there is no such content (step S1102: No), the version of the registered content is incremented by 1 to 3 (step S1107). Then, the content 1202 to be registered is transferred to the registration unit 303, and the registration unit 303 registers the transferred content in the content database 120. The content database 120 in FIG.
Reference numeral 202 denotes a registered state.

このように登録対象のコンテンツ1202がコンテンツデータベース120に登録された後に、コンテンツ802より時間的に先の登録対象のコンテンツ1201がアプリケーションサーバ100aからデータベースサーバ110に送信されてきたものとする。   Assume that after the registration target content 1202 is registered in the content database 120, the registration target content 1201 that is temporally ahead of the content 802 is transmitted from the application server 100 a to the database server 110.

データベースサーバ110では、登録対象のコンテンツ1201を受信部301で受信すると、バージョン更新部302によって登録対象のコンテンツ1201のバージョンを取得する(ステップS1101)。図12の例ではバージョン=2である。そして、コンテンツデータベース120の中に、キー値が同一となり、かつバージョンが2より大きいコンテンツが存在するか否か調べる(ステップS1102)。図12の例では、アプリケーションサーバ100bからの登録要求によって既にコンテンツデータベース120に登録済みのコンテンツ1202(バージョン=3)が存在する。このため、登録対象のコンテンツ1201と登録済みのコンテンツ1202のうち日時が新しい登録済みのコンテンツ1202を削除する(ステップS1103)。この例では、登録対象のコンテンツ1201が削除されたわけではないので(ステップS1104:No)、登録対象のコンテンツ1201のバージョンを1だけインクリメントして、バージョン=3とし、登録対象のコンテンツ1201を登録部303に渡す(ステップS1106)。登録部303は、渡されたコンテンツをコンテンツデータベース120に登録する。図13のコンテンツデータベース120は、コンテンツ1201が登録された状態を示している。   In the database server 110, when the content 1201 to be registered is received by the receiving unit 301, the version of the content 1201 to be registered is acquired by the version update unit 302 (step S1101). In the example of FIG. 12, version = 2. Then, it is checked whether or not there is content having the same key value and a version greater than 2 in the content database 120 (step S1102). In the example of FIG. 12, there is content 1202 (version = 3) already registered in the content database 120 by a registration request from the application server 100b. Therefore, the registered content 1202 with the new date / time is deleted from the content 1201 to be registered and the registered content 1202 (step S1103). In this example, the content 1201 to be registered is not deleted (step S1104: No), so the version of the content 1201 to be registered is incremented by 1 to set version = 3, and the content 1201 to be registered is registered in the registration unit. 303 (step S1106). The registration unit 303 registers the delivered content in the content database 120. The content database 120 in FIG. 13 shows a state in which the content 1201 is registered.

このように本実施の形態にかかるデータベース管理システムでは、複数のアプリケーションサーバ100のそれぞれは、クライアント端末130からの要求によってコンテンツデータベース120に既に登録済みのコンテンツを編集した登録対象のコンテンツに日時を示す時刻情報を付与し、時刻情報が付与された登録対象のコンテンツを、データベースサーバ110に送信し、データベースサーバ110は、アプリケーションサーバ100のそれぞれから日時が付与された登録対象のコンテンツを受信して、データベースに既に登録済みのコンテンツの中で、受信した前記登録対象のコンテンツ情報と検索キーが同一であって、かつ登録対象のコンテンツ情報よりバージョンが新しい登録済みのコンテンツ情報が存在する場合、登録対象のコンテンツのバージョンと登録済みのコンテンツ情報のバージョンの中で、日時が最も古いコンテンツ情報を最新のバージョンに更新するので、比較的緩い運用においてはバージョンの矛盾をさほど問題になることはなく、コンテンツデータベース120の一貫性保持を実現しつつ、コンテンツデータベース120のコンテンツのバージョン管理を適切かつ効率的に行うことができる。   As described above, in the database management system according to the present embodiment, each of the plurality of application servers 100 indicates the date and time for the content to be registered, which is the content already registered in the content database 120 in response to a request from the client terminal 130. The time information is added, and the registration target content with the time information is transmitted to the database server 110. The database server 110 receives the registration target content with the date and time from each of the application servers 100, and If there is registered content information that has the same search key as the received content information and has a newer version than the content information to be registered, among the content already registered in the database of The content information with the oldest date and time is updated to the latest version of the content version and the registered content information version, so there is no problem with version conflicts in relatively loose operations, and the content database The content version management of the content database 120 can be appropriately and efficiently performed while maintaining 120 consistency.

(実施の形態3)
実施の形態1および2のデータベース管理システムでは、コンテンツデータベースとして階層型データベースまたはリレーショナルデータベース等の一般的なデータベースを使用して、登録要求を受理した日時でバージョン管理を行っていたが、実施の形態3のデータベース管理システムでは、コンテンツデータベースとして階層型データベースを用い、日時の情報を使用せずにバージョン管理を行うものである。
(Embodiment 3)
In the database management systems of the first and second embodiments, a general database such as a hierarchical database or a relational database is used as a content database, and version management is performed at the date and time when the registration request is received. In the database management system 3, a hierarchical database is used as a content database, and version management is performed without using date and time information.

本実施の形態のデータベース管理システムは、複数のアプリケーションサーバ1400と、データベースサーバ1410とを有し、実施の形態1と同様のネットワークとなっている。   The database management system of this embodiment has a plurality of application servers 1400 and a database server 1410, and has the same network as that of the first embodiment.

データベースサーバ1410は、そのハードディスクドライブ装置(HDD)にコンテンツデーターべース1420を記憶しており、アプリケーションサーバ1400からの要求によってコンテンツデータベース1420を構成するコンテンツをコンテンツデータベース1420に登録すると共に、コンテンツのバージョン管理を行うものである。   The database server 1410 stores the content database 1420 in its hard disk drive (HDD), and registers the content constituting the content database 1420 in the content database 1420 in response to a request from the application server 1400 and Version management.

アプリケーションサーバ1400は、クライアント端末130からの要求によってコンテンツをコンテンツデータベース1420からの読み出し、読み出したコンテンツの編集を行うとともに、編集したコンテンツのコンテンツデータベース1420への登録要求をデータベースサーバ1410に対して行うものである。このアプリケーションサーバ1400は、本発明における登録処理サーバを構成する。   The application server 1400 reads content from the content database 1420 in response to a request from the client terminal 130, edits the read content, and requests the database server 1410 to register the edited content in the content database 1420. It is. This application server 1400 constitutes a registration processing server in the present invention.

アプリケーションサーバ1400には、インターネットを介してクライアント端末130が接続されている。アプリケーションサーバ1400は、データベースサーバ1410のコンテンツデータベースへの各種処理のサービスをクライアント端末130に搭載されたWebブラウザ131を介して提供するようになっている。   A client terminal 130 is connected to the application server 1400 via the Internet. The application server 1400 is configured to provide various processing services to the content database of the database server 1410 via the Web browser 131 installed in the client terminal 130.

図14は、アプリケーションサーバ1400の機能的構成を示すブロック図である。図14に示すように、アプリケーションサーバ1400は、編集部201と登録受理部1403とディスパッチ部1402とチェックアウト部204と転送部205と受理キュー206と処理サーバテーブル1401を主に備えている。   FIG. 14 is a block diagram showing a functional configuration of the application server 1400. As illustrated in FIG. 14, the application server 1400 mainly includes an editing unit 201, a registration receiving unit 1403, a dispatch unit 1402, a checkout unit 204, a transfer unit 205, a receiving queue 206, and a processing server table 1401.

チェックアウト部204、編集部201、転送部205については実施の形態1のアプリケーションサーバ1400と同様の機能を有するので説明を省略する。   Since the checkout unit 204, the editing unit 201, and the transfer unit 205 have the same functions as those of the application server 1400 according to the first embodiment, description thereof is omitted.

処理サーバテーブル1401は、登録対象のコンテンツのデータベースサーバ1410に対する登録要求を一括して行うアプリケーションサーバ1400のサーバ名を分類項目(ClassBSU)ごとに定義したデータファイルである。この処理サーバテーブル1401は、コンテンツデータベース1420の分類項目の属性とデータベースサーバ1410に対して登録対象のコンテンツの登録要求を一括して行うアプリケーションサーバ1400のサーバ名とを対応付けたものとなっている。図16は、処理サーバテーブル1401の一例を示す説明図である。図16に示すように、本実施の形態では、分類項目にサーバ名を対応付けてているが、他にIPアドレス等アプリケーションサーバ1400を識別できる情報を使用することができる。   The processing server table 1401 is a data file that defines, for each classification item (Class BSU), a server name of the application server 1400 that collectively performs a registration request to the database server 1410 for contents to be registered. The processing server table 1401 associates the attribute of the classification item of the content database 1420 with the server name of the application server 1400 that collectively performs the registration request for the content to be registered to the database server 1410. . FIG. 16 is an explanatory diagram showing an example of the processing server table 1401. As shown in FIG. 16, in this embodiment, the server name is associated with the classification item, but other information such as an IP address that can identify the application server 1400 can be used.

ディスパッチ部1402は、コンテンツデータベース1420に既に登録済みのコンテンツを編集した登録対象のコンテンツを、処理サーバテーブルを参照して、登録対象のコンテンツのClassBSUコードに対応した分類項目に対するアプリケーションサーバ1400に登録対象のコンテンツを送信するものである。   The dispatch unit 1402 registers the registration target content obtained by editing the content already registered in the content database 1420 with reference to the processing server table in the application server 1400 for the classification item corresponding to the Class BSU code of the registration target content. The content is transmitted.

登録受理部1403は、処理サーバテーブル1401によって自サーバが登録要求を行うように指定されている分類項目の登録対象のコンテンツを受理キュー206に格納する処理を行う。この登録対象のコンテンツは他のアプリケーションサーバ1400でクライアント端末130から受信して当該他のアプリケーションサーバから受信する場合と、自サーバ内がクライアント端末130から受信する場合がある。   The registration accepting unit 1403 performs processing for storing, in the accepting queue 206, the content to be registered for the classification item specified by the processing server table 1401 so that the server itself makes a registration request. The content to be registered may be received from the client terminal 130 by another application server 1400 and received from the other application server, or may be received from the client terminal 130 within the own server.

図15は、データベースサーバ1410の機能的構成を示すブロック図である。図15に示すように、データベースサーバ1410は、受信部301,バージョン更新部1412,登録部303,HDDにコンテンツデータベース1420を備えている。   FIG. 15 is a block diagram showing a functional configuration of the database server 1410. As shown in FIG. 15, the database server 1410 includes a reception unit 301, a version update unit 1412, a registration unit 303, and a content database 1420 in the HDD.

受信部301は、アプリケーションサーバ100からコンテンツデータベース120への登録対象のコンテンツを受信するものである。   The receiving unit 301 receives content to be registered in the content database 120 from the application server 100.

バージョン更新部1412は、受信部301によって受信した登録対象のコンテンツのバージョンまたはコンテンツデータベース1420に既に登録済みのコンテンツのバージ
ョンを更新するものである。具体的なバージョンの更新処理については後述する。
The version update unit 1412 updates the version of the content to be registered received by the reception unit 301 or the version of the content already registered in the content database 1420. Specific version update processing will be described later.

登録受理部202は、バージョン更新部302によってバージョンが更新された登録対象のコンテンツをコンテンツデータベース1420に登録する処理を行う。   The registration receiving unit 202 performs processing for registering the content to be registered whose version has been updated by the version update unit 302 in the content database 1420.

本実施の形態におけるコンテンツデータベース1420は、階層型データベースのみを用いることができ、リレーショナルデータベースを使用することはできない。このコンテンツデータベース1420のデータ構造については、電子部品カタログに関する階層型データベースである。   As the content database 1420 in the present embodiment, only a hierarchical database can be used, and a relational database cannot be used. The data structure of the content database 1420 is a hierarchical database related to the electronic component catalog.

次に、以上のように構成された本実施の形態にかかるデータベース管理システムにおけるコンテンツの受理からコンテンツデータベース1420への登録までの処理について説明する。   Next, processing from content reception to registration in the content database 1420 in the database management system according to the present embodiment configured as described above will be described.

ユーザは、クライアント端末130のWebブラウザ131から、コンテンツデータベース1420から所望の分類項目のコンテンツの読み出し要求をアプリケーションサーバ1400に対して行う。アプリケーションサーバ1400は、チェックアウト部204によってクライアント端末130によって指定された分類項目のコンテンツを検索するようデータベースサーバ1410に対して要求する。データベースサーバ1410は、かかるアプリケーションサーバ1400からの検索要求を受けて、指定された分類項目のコンテンツを検索し、この検索されたコンテンツをアプリケーションサーバ1400に送信する。   The user requests the application server 1400 to read the content of a desired classification item from the content database 1420 from the Web browser 131 of the client terminal 130. The application server 1400 requests the database server 1410 to search the content of the classification item specified by the client terminal 130 by the checkout unit 204. In response to the search request from the application server 1400, the database server 1410 searches the content of the designated classification item, and transmits the searched content to the application server 1400.

アプリケーションサーバ1400は、データベースサーバ1410から検索されたコンテンツを受信すると、チェックアウト部204によって、受信したコンテンツをクライアント端末130に送信してWebブラウザ131に表示させる。   Upon receiving the content retrieved from the database server 1410, the application server 1400 causes the checkout unit 204 to transmit the received content to the client terminal 130 for display on the web browser 131.

ユーザがクライアント端末130でWebブラウザ131に表示されたコンテンツを編集し、アプリケーションサーバ1400に対して編集要求および登録要求を送信する。アプリケーションサーバ1400では、クライアント端末130から編集要求および登録要求を受信すると、編集部201がクライアント端末130で行われた編集内容をチェックアウト部204によって取得したコンテンツに対して行なう。そして、編集部201は、編集されたコンテンツとともに、編集されたコンテンツのデータベース1420への登録要求を登録受理部1403に送信する。登録受理部1403は、編集部201から登録要求と編集されたコンテンツを登録対象のコンテンツとして受理する。   The user edits the content displayed on the Web browser 131 on the client terminal 130, and transmits an edit request and a registration request to the application server 1400. In the application server 1400, when the editing request and the registration request are received from the client terminal 130, the editing unit 201 performs the editing content performed on the client terminal 130 on the content acquired by the checkout unit 204. Then, the editing unit 201 transmits a registration request to the database 1420 of the edited content together with the edited content to the registration receiving unit 1403. The registration receiving unit 1403 receives the registration request from the editing unit 201 and the edited content as registration target content.

図17は、編集部201によって編集された登録対象のコンテンツのデータベースサーバ110に対して登録要求する処理の手順を示すフローチャートである。   FIG. 17 is a flowchart illustrating a processing procedure for requesting registration to the database server 110 of the content to be registered edited by the editing unit 201.

登録受理部1403が登録対象のコンテンツを受理すると、ディスパッチ部1402によって、処理サーバテーブル1401を参照し、登録対象のコンテンツの分類項目に対応したアプリケーションサーバ1400の名称を取得する(ステップS1701)。そして、ディスパッチ部1402によって、取得した名称のアプリケーションサーバ1400が自サーバであるか否かを判断する(ステップS1702)。そして、このステップS1702で自サーバであると判断された場合には(ステップS1702:Yes)、登録受理部1403によって登録対象のコンテンツを受理キュー206に登録する(ステップS1704)。   When the registration receiving unit 1403 receives the content to be registered, the dispatch unit 1402 refers to the processing server table 1401 and acquires the name of the application server 1400 corresponding to the classification item of the content to be registered (step S1701). Then, the dispatch unit 1402 determines whether or not the application server 1400 having the acquired name is its own server (step S1702). If it is determined in step S1702 that the server is the server itself (step S1702: Yes), the registration receiving unit 1403 registers the content to be registered in the receiving queue 206 (step S1704).

一方、ステップS1702によって、ステップS1701で処理サーバテーブル1401から取得した名称のアプリケーションサーバ1400が自サーバでないと判断した場合
には、登録対象のコンテンツを、取得した名称のアプリケーションサーバ1400に送信する。そして、ディスパッチ部1402によって、登録受理部1403が受理した登録対象のコンテンツがまだ存在するか否かを調べ(ステップS1705)、受理した全ての登録対象のコンテンツに対して上記ステップS1701からS1704までの処理を繰り返し実行する。
On the other hand, if it is determined in step S1702 that the application server 1400 having the name acquired from the processing server table 1401 in step S1701 is not its own server, the content to be registered is transmitted to the application server 1400 having the acquired name. Then, the dispatch unit 1402 checks whether or not the registration target content received by the registration reception unit 1403 still exists (step S1705). For all the registration target content received, the above steps S1701 to S1704 are performed. Repeat the process.

図18は、アプリケーションサーバ1400による登録対象のコンテンツのデータベースサーバ1410に対する登録要求の手順を示すフローチャートである。この処理を行うアプリケーションサーバ1400は、処理サーバテーブル1401で登録要求処理を一括して行うサーバとして分類項目毎に指定されたアプリケーションサーバ1400である。   FIG. 18 is a flowchart showing a registration request procedure to the database server 1410 for contents to be registered by the application server 1400. The application server 1400 that performs this processing is the application server 1400 that is designated for each classification item as a server that collectively performs registration request processing in the processing server table 1401.

アプリケーションサーバ1400では、他のアプリケーションサーバ1400から登録対象のコンテンツを登録受理部1403によって受信し、受信した登録対象のコンテンツを受理キュー206に格納する。   In the application server 1400, the registration target content is received from the other application server 1400 by the registration receiving unit 1403, and the received registration target content is stored in the reception queue 206.

また、自サーバがクライアント端末130から受信した登録対象のコンテンツの登録要求の処理を一括して行うサーバである場合には、図17のステップS1704において、登録受理部1403によって登録対象のコンテンツが受理キュー206に登録されている。   If the server itself is a server that collectively processes the registration request processing for the registration target content received from the client terminal 130, the registration reception unit 1403 receives the registration target content in step S1704 in FIG. Registered in the queue 206.

このため、まず、転送部205によって、登録対象のコンテンツを受理キュー206の先頭から取得して(ステップS1801)、この取得した登録対象のコンテンツをデータベースサーバ1410に送信する(ステップS1802)。このステップS1801,S1802の受理キューからの登録対象のコンテンツの取得,登録対象のコンテンツのデータベースサーバ1410への送信処理は、受理キュー206に格納されている全ての登録対象のコンテンツに対して行われる(ステップS1803)。このような処理によってデータベースサーバ1410に対するコンテンツの登録要求が行われる。   Therefore, first, the transfer unit 205 acquires the registration target content from the top of the acceptance queue 206 (step S1801), and transmits the acquired registration target content to the database server 1410 (step S1802). The acquisition processing of the registration target content from the acceptance queue and the transmission processing of the registration target content to the database server 1410 in steps S1801 and S1802 are performed for all the registration target content stored in the reception queue 206. (Step S1803). By such processing, a content registration request to the database server 1410 is made.

次に、データベースサーバ1410によるコンテンツデータベース1420に対する登録対象のコンテンツの登録処理について説明する。データベースサーバ110では、受信部301によってアプリケーションサーバ1400から登録対象のコンテンツを受信し、受信した登録対象のコンテンツをバージョン更新部1412に渡す。   Next, registration processing of content to be registered in the content database 1420 by the database server 1410 will be described. In the database server 110, the reception unit 301 receives registration target content from the application server 1400, and passes the received registration target content to the version update unit 1412.

図19は、データベースサーバ1410のバージョン更新部1412によるバージョン更新処理の手順を示すフローチャートである。本実施の形態のデータベースサーバ1410は、時間的に先にデータベースサーバ1410に到着した登録対象のコンテンツのバージョンを優先し、後に到着した登録対象のコンテンツのバージョンが新しくなるようにバージョンの更新を行っている。   FIG. 19 is a flowchart showing the procedure of version update processing by the version update unit 1412 of the database server 1410. The database server 1410 of this embodiment gives priority to the version of the content to be registered that has arrived at the database server 1410 first in time, and updates the version so that the version of the content to be registered that arrives later is new. ing.

バージョン更新部302では、受信部301から登録対象のコンテンツを受け取ると、この受け取った登録対象のコンテンツのバージョンを、当該コンテンツ中のバージョンフィールドから取得する(ステップS1901)。   When the version update unit 302 receives the content to be registered from the receiving unit 301, the version update unit 302 acquires the received version of the content to be registered from the version field in the content (step S1901).

そして、登録対象のコンテンツと同一の検索キーを有するコンテンツであって、登録対象のよりバージョンが大きい(新しい)コンテンツをコンテンツデータベース120から検索し、このようなコンテンツに存在するか否か調べる(ステップS1902)。そして、登録対象のコンテンツと同一の検索キーの値を有し、バージョンが大きいコンテンツがコンテンツデータベース120に存在しないと判断した場合には(ステップS1902:No)、登録対象のコンテンツのバージョンを1だけインクリメントして(ステップS1904)、登録部303に渡す(ステップS1905)。そして、登録部303によって
、バージョンが更新されたコンテンツがコンテンツデータベース120に登録される。
Then, a content having the same search key as the content to be registered and having a version (newer) having a higher version than the content to be registered is searched from the content database 120 to check whether such content exists (step) S1902). If it is determined that content having the same search key value as the content to be registered and a version having a large version does not exist in the content database 120 (step S1902: No), the version of the content to be registered is only 1. Increment (step S1904) and pass to the registration unit 303 (step S1905). Then, the registration unit 303 registers the content whose version has been updated in the content database 120.

一方、ステップS1902において、登録対象のコンテンツと同一の検索キーの値を有し、かつ登録対象のコンテンツよりバージョンが大きいコンテンツがコンテンツデータベース120に存在すると判断した場合には(ステップS1902:Yes)、登録対象のコンテンツのバージョンを、既に登録済みのコンテンツの最大バージョンより1だけ増加して更新する(ステップS1903)。そして、更新した登録対象のコンテンツを登録部303に渡し(ステップS1904)、登録部303によって、バージョンが更新された登録対象のコンテンツがコンテンツデータベース1420に登録される。以上のような処理で、コンテンツのバージョン更新処理およびコンテンツデータベース1420に対するコンテンツの登録処理が行われる。これによって、コンテンツデータベースには、アプリケーションサーバ1400に対する編集要求およびアプリケーションサーバ1400による受理が後に行われたコンテンツがバージョンが先に編集要求および受理がなされたコンテンツのバージョンより大きい値で更新されて登録されることになる。   On the other hand, if it is determined in step S1902 that there is content in the content database 120 that has the same search key value as the content to be registered and has a version higher than the content to be registered (step S1902: Yes), The version of the content to be registered is updated by one more than the maximum version of the already registered content (step S1903). The updated registration target content is passed to the registration unit 303 (step S1904), and the registration unit 303 registers the registration target content whose version has been updated in the content database 1420. Through the processing as described above, content version update processing and content registration processing to the content database 1420 are performed. As a result, the content requested after the editing request to the application server 1400 and the acceptance by the application server 1400 is updated and registered in the content database with a value larger than the version of the content that was previously requested and accepted. Will be.

次に、このようなアプリケーションサーバ1400およびデータベースサーバ1410によるコンテンツの登録要求からコンテンツデータベース1420への登録処理までを具体例をあげて説明する。以下、図17〜19の各ステップに対応付けて説明する。   Next, a specific example from the content registration request to the content database 1420 by the application server 1400 and the database server 1410 will be described. Hereinafter, description will be made in association with each step of FIGS.

図20は、コンテンツデータベース1420からコンテンツを読み出してからアプリケーションサーバ1400aの受理キュー206に格納されるまでの状態を示す説明図である。図20の例では、コンテンツデータベース1420のClassBSUコード「AAA001」のコンテンツに対して一括してデータベースサーバ1410に登録要求するサーバはアプリケーションサーバA1400aであることが処理サーバテーブル1401に定められているものとする(図16参照)。   FIG. 20 is an explanatory diagram showing a state from when content is read from the content database 1420 until it is stored in the acceptance queue 206 of the application server 1400a. In the example of FIG. 20, the processing server table 1401 determines that the application server A1400a is a server that collectively requests the database server 1410 for the content of the ClassBSU code “AAA001” in the content database 1420. (See FIG. 16).

クライアント端末130a,130bのユーザは、「属性“P1”=“E001”」という検索条件でコンテンツデータベース1420から検索要求を行い、コンテンツデータベース1420からデータベースサーバ1410、アプリケーションサーバ1400a,1400bを介して読み出す。   The users of the client terminals 130a and 130b make a search request from the content database 1420 under the search condition “attribute“ P1 ”=“ E001 ””, and read from the content database 1420 via the database server 1410 and the application servers 1400a and 1400b.

この時、キー(この例では属性P1)の値が同一であるコンテンツに関しては、システム属性「バージョン」が最新のコンテンツが読み出される。次に、クライアント端末130aのユーザが、P2(キー以外の属性に限る)の値を、“T”から“T’”に修正し、日時「8/8 9:00」の時刻にアプリケーションサーバA1400aに登録要求を送信して、登録対象のコンテンツ2000aのサブミットを行う。このとき、アプリケーションサーバA1400aでは、同時刻に編集部201から登録受理部1403に登録要求が送信されることになる。   At this time, for the content having the same key (attribute P1 in this example), the content having the latest system attribute “version” is read. Next, the user of the client terminal 130a corrects the value of P2 (limited to attributes other than the key) from “T” to “T ′”, and the application server A 1400a at the time of “8/8 9:00” on the date and time. The registration request is transmitted to the content 2000a to be registered. At this time, in the application server A 1400a, a registration request is transmitted from the editing unit 201 to the registration receiving unit 1403 at the same time.

一方、クライアント端末130bのユーザは、P2(キー以外の属性に限る)の値を、“T”から“T’’”に修正し、日時「8/8 9:01」にアプリケーションサーバB100bに登録要求を送信して登録対象のコンテンツ2000bのサブミットを行う。このとき、アプリケーションサーバB1400bでは、同時刻に編集部201から登録受理部202に登録要求が送信されることになる。   On the other hand, the user of the client terminal 130b modifies the value of P2 (limited to attributes other than the key) from “T” to “T”, and registers it in the application server B 100b at the date “8/8 9:01”. The request is transmitted and the content 2000b to be registered is submitted. At this time, in the application server B 1400b, a registration request is transmitted from the editing unit 201 to the registration receiving unit 202 at the same time.

アプリケーションサーバA1400a、アプリケーションサーバB1400bのそれぞれでは、処理サーバテーブル1401を参照して、ClassBSUが「AAA001」のコンテンツの登録要求を一括して行うサーバを判断する(ステップS1701)。この例では、アプリケーションサーバA1400aであるため、アプリケーションサーバAでは、登録対象のコンテンツ2000aを受理キュー206に登録する(ステップS170
4)。
Each of the application server A 1400a and the application server B 1400b refers to the processing server table 1401, and determines a server that collectively performs a registration request for content whose ClassBSU is “AAA001” (step S1701). In this example, since it is the application server A 1400a, the application server A registers the content 2000a to be registered in the acceptance queue 206 (step S170).
4).

一方、アプリケーションサーバB1400bは、登録対象のコンテンツ2000bをアプリケーションサーバ1400aに送信する(ステップS1703)。アプリケーションサーバA1400aでは、アプリケーションサーバ1400bから登録対象のコンテンツ2000bを受信して、受信した登録対象のコンテンツ2000bを受理キュー206に登録する。   On the other hand, the application server B 1400b transmits the content 2000b to be registered to the application server 1400a (step S1703). The application server A 1400a receives the registration target content 2000b from the application server 1400b and registers the received registration target content 2000b in the acceptance queue 206.

ここで、アプリケーションサーバA1400aでは、受理キュー206に、登録対象のコンテンツ2000a、登録対象のコンテンツ2000bの順番に登録されたものとする。図20における受理キュー206は、かかる状態を示している。   Here, in the application server A 1400a, it is assumed that the registration target content 2000a and the registration target content 2000b are registered in the acceptance queue 206 in this order. The acceptance queue 206 in FIG. 20 shows such a state.

図21は、登録対象のコンテンツ2000aがデータベースサーバ110に送信され、コンテンツデータベース1420に登録される処理の流れを示す説明図である。   FIG. 21 is an explanatory diagram showing the flow of processing in which the content 2000a to be registered is transmitted to the database server 110 and registered in the content database 1420.

アプリケーションサーバ1400aでは、転送部205によって、任意のタイミングで受理キュー206の先頭から登録対象のコンテンツが読み出されてデータベースサーバ110に送信され、データベースサーバ1410に対してコンテンツデータベース1420への登録要求が行われる。   In the application server 1400a, the transfer unit 205 reads the content to be registered from the head of the acceptance queue 206 at an arbitrary timing and transmits it to the database server 110. A request for registration to the content database 1420 is sent to the database server 1410. Done.

図21の例では、登録対象のコンテンツ2000aが受理キュー206に先に登録されているため、登録対象のコンテンツ2000aから取得されて(ステップS1801)、データベースサーバ1410に送信されて登録要求が行われることになる(ステップS1802)。   In the example of FIG. 21, since the content 2000a to be registered is registered in the acceptance queue 206 first, it is acquired from the content 2000a to be registered (step S1801) and transmitted to the database server 1410 to make a registration request. (Step S1802).

データベースサーバ1410では、登録対象のコンテンツ802を受信部301で受信すると、バージョン更新部1412によって登録対象のコンテンツ2000aのバージョンを取得する(ステップS1901)。図21の例ではバージョン=2である。そして、コンテンツデータベース1420の中に、登録対象のコンテンツ2000aと同一の検索キーの値を有し、かつバージョンが2より大きいコンテンツが存在するか否か調べる(ステップS1902)。図21の例では、このようなコンテンツが無いため(ステップS1902:No)、登録対象のコンテンツ2000aのバージョンを1だけインクリメントし3とする(ステップS1904)。そして、登録対象のコンテンツ2000aを登録部303に渡し、登録部303は、渡されたコンテンツをコンテンツデータベース1420に登録する。図21のコンテンツデータベース1420は、コンテンツ2000aが登録された状態を示している。   In the database server 1410, when the receiving unit 301 receives the registration target content 802, the version update unit 1412 acquires the version of the registration target content 2000a (step S1901). In the example of FIG. 21, version = 2. Then, the content database 1420 checks whether there is a content having the same search key value as the registration target content 2000a and having a version greater than 2 (step S1902). In the example of FIG. 21, since there is no such content (step S1902: No), the version of the content 2000a to be registered is incremented by 1 to 3 (step S1904). Then, the registration target content 2000a is transferred to the registration unit 303, and the registration unit 303 registers the transferred content in the content database 1420. The content database 1420 in FIG. 21 shows a state in which the content 2000a is registered.

図22は、登録対象のコンテンツ2000bをコンテンツデータベース1420に登録する処理の流れを示す説明図である。   FIG. 22 is an explanatory diagram showing the flow of processing for registering the content 2000b to be registered in the content database 1420.

アプリケーションサーバ1400aでは、転送部205によって、受理キュー206にまだ格納されている登録対象のコンテンツ2000bを取得して(ステップS1801)、データベースサーバ1410に送信する(ステップS1802)。   In the application server 1400a, the transfer unit 205 acquires the content 2000b to be registered that is still stored in the acceptance queue 206 (step S1801), and transmits it to the database server 1410 (step S1802).

データベースサーバ1410では、登録対象のコンテンツ2000bを受信部301で受信すると、バージョン更新部302によって登録対象のコンテンツ2000bのバージョンを取得する(ステップS1901)。図21の例ではバージョン=2である。そして、コンテンツデータベース1420の中に、登録対象のコンテンツ2000bと同一の検索キーの値を有し、かつバージョンが2より大きいコンテンツが存在するか否か調べる(ステップS1902)。図22の例では、アプリケーションサーバ1400aからの登録
要求によって既にコンテンツデータベース1420に登録済みのコンテンツ2000a(バージョン=3)が存在し、このコンテンツのキーの最大バージョンはコンテンツ2000aのバージョンである3である。このため、登録対象のコンテンツ2000bのバージョンを最大バージョン3より1だけ大きい4に更新する(ステップS1903)。そして、登録対象のコンテンツ2000bを登録部303に渡し、登録部303は、渡されたコンテンツ2000bをコンテンツデータベース1420に登録する。図22に示すコンテンツデータベース1420は、バージョンが更新されたコンテンツ2000a,2000bが登録された状態を示している。
In the database server 1410, when the receiving unit 301 receives the registration target content 2000b, the version update unit 302 acquires the version of the registration target content 2000b (step S1901). In the example of FIG. 21, version = 2. Then, the content database 1420 checks whether there is a content having the same search key value as the content to be registered 2000b and having a version greater than 2 (step S1902). In the example of FIG. 22, there is content 2000a (version = 3) already registered in the content database 1420 by the registration request from the application server 1400a, and the maximum version of this content key is 3, which is the version of the content 2000a. . Therefore, the version of the content 2000b to be registered is updated to 4 that is 1 larger than the maximum version 3 (step S1903). Then, the registration target content 2000b is transferred to the registration unit 303, and the registration unit 303 registers the transferred content 2000b in the content database 1420. The content database 1420 shown in FIG. 22 shows a state in which the contents 2000a and 2000b whose versions are updated are registered.

このように本実施の形態にかかるデータベース管理システムでは、コンテンツの分類を示す階層構造の分類項目と該分類項目に対応する属性と該属性に対応する属性値と該コンテンツのバージョンを含むコンテンツ情報が登録された階層型データベースを管理する際に、複数のアプリケーションサーバ1400のそれぞれは、クライアント端末130からの要求によってデータベースに既に登録済みのコンテンツを編集した登録対象のコンテンツを、分類項目とデータベースサーバ1410に対して登録対象のコンテンツ情報の登録要求を一括して行うアプリケーションサーバ1400のサーバ名称とを対応付けた処理サーバテーブル1401とに基づいて、登録対象のコンテンツ情報に含まれる分類項目に対応したアプリケーションサーバ1400に送信し、他のアプリケーションサーバ1400から登録対象のコンテンツを受信した場合に、受信したコンテンツをデータベースサーバ1410に一括して送信し、データベースサーバ1410は、アプリケーションサーバ1400から登録対象のコンテンツを受信し、データベースに既に登録済みのコンテンツの中で、受信した登録対象のコンテンツと分類項目の検索キーが同一であって、かつ登録対象のコンテンツよりバージョンが新しい登録済みのコンテンツが存在するか否かを判断して、このようなコンテンツが存在する場合には、登録対象のコンテンツのバージョンを、登録済みのコンテンツの最新バージョンより1だけ増加して更新しているので、アプリケーションサーバ1400がネットワーク上に分散している場合においても分類項目ごとに一括してデータベースサーバ1410に登録要求することによって登録要求のタイミングにずれが生じすることがなく、比較的緩い運用においてデータベースの一貫性保持を実現しつつ、データベースのコンテンツ情報のバージョン管理を適切かつ効率的に行うことができるという効果を奏する。   As described above, in the database management system according to the present embodiment, content information including a hierarchical classification item indicating content classification, an attribute corresponding to the classification item, an attribute value corresponding to the attribute, and the version of the content is stored. When managing the registered hierarchical database, each of the plurality of application servers 1400 sets the contents to be registered, which are contents already registered in the database in response to a request from the client terminal 130, as classification items and the database server 1410. Application corresponding to the classification item included in the content information to be registered based on the processing server table 1401 in which the server names of the application servers 1400 that collectively perform registration requests for the content information to be registered are associated with each other server When the content to be registered is received from another application server 1400, the received content is transmitted to the database server 1410 at a time. The database server 1410 receives the content to be registered from the application server 1400. Whether or not there is registered content that is already registered in the database and has the same search key as the classification item received and whose version is newer than the registered content. If such content exists, the version of the content to be registered is updated by incrementing by 1 from the latest version of the registered content, so that the application server 1400 is on the network. When distributed In FIG. 4, the registration request to the database server 1410 for each classification item at once does not cause a deviation in the timing of the registration request, and the database content information is maintained while maintaining the consistency of the database in a relatively loose operation. There is an effect that the version management of can be performed appropriately and efficiently.

(実施の形態4)
実施の形態3にかかるデータベース管理システムでは、時間的に先にデータベースサーバ1410に到着した登録対象のコンテンツを優先し、後に到着したコンテンツのバージョンを新しくするようにバージョンの更新を行うものであったが、この実施の形態4にかかるデータベース管理システムでは、先に到着した登録対象のコンテンツがコンテンツデータベース1420に登録されると、その後の修正を許可せずにコンテンツデータベース1420への登録を行わないものである。
(Embodiment 4)
In the database management system according to the third embodiment, priority is given to the content to be registered that has arrived at the database server 1410 first in time, and the version is updated so that the version of the content that has arrived later is updated. However, in the database management system according to the fourth embodiment, when the registration target content that has arrived first is registered in the content database 1420, the subsequent correction is not permitted and the registration in the content database 1420 is not performed. It is.

実施の形態4にかかるデータベース管理システムの構成、アプリケーションサーバ1400、データベースサーバ1410およびコンテンツデータベース1420の構成は、実施の形態3と同様であるので説明を省略する。   The configuration of the database management system according to the fourth embodiment, and the configurations of the application server 1400, the database server 1410, and the content database 1420 are the same as those in the third embodiment, and thus the description thereof is omitted.

また、実施の形態4のアプリケーションサーバ1400によるデータベースサーバ1410に対するコンテンツの登録要求の処理については実施の形態3と同様であるので説明を省略する。   Further, the processing for requesting content registration to the database server 1410 by the application server 1400 according to the fourth embodiment is the same as that according to the third embodiment, and a description thereof will be omitted.

次に、本実施の形態にかかるデータベースサーバ1410によるコンテンツの登録処理およびバージョン更新処理について説明する。図23は、データベースサーバ1410のバージョン更新部1412によるバージョン更新処理の手順を示すフローチャートである
。本実施の形態のデータベースサーバ1410は、時間的に先に編集要求がアプリケーションサーバ1400に行われた登録対象のコンテンツのみを登録するバージョンポリシーによって、コンテンツのバージョンを更新する。
Next, content registration processing and version update processing by the database server 1410 according to the present embodiment will be described. FIG. 23 is a flowchart showing the procedure of version update processing by the version update unit 1412 of the database server 1410. The database server 1410 according to the present embodiment updates the version of the content according to a version policy for registering only the content to be registered, which is first requested in the application server 1400 in terms of time.

まず、データベースサーバ1410は、実施の形態3と同様に、受信部301によってアプリケーションサーバ1400から登録対象のコンテンツを受信する。バージョン更新部1412では、受信部301から登録対象のコンテンツを受け取ると、受け取った登録対象のコンテンツのバージョンを、当該コンテンツ中のバージョンフィールドから取得する(ステップS2301)。   First, the database server 1410 receives content to be registered from the application server 1400 by the receiving unit 301 as in the third embodiment. Upon receiving the registration target content from the receiving unit 301, the version update unit 1412 acquires the received version of the registration target content from the version field in the content (step S2301).

そして、登録対象のコンテンツよりバージョンが大きい(新しい)コンテンツをコンテンツデータベース1420から検索し、このようなコンテンツに存在するか否か調べる(ステップS2302)。そして、登録対象のコンテンツよりバージョンが大きいコンテンツがコンテンツデータベース120に存在しないと判断した場合には(ステップS2302:No)、登録対象のコンテンツのバージョンを1だけインクリメントして(ステップS2304)、登録部303に渡す(ステップS2305)。そして、登録部303によって、バージョンが更新されたコンテンツがコンテンツデータベース1420に登録される。   Then, the content database 1420 is searched for content having a version (newer) than the content to be registered, and it is checked whether or not such content exists (step S2302). If it is determined that there is no content in the content database 120 that is greater in version than the content to be registered (step S2302: No), the version of the content to be registered is incremented by 1 (step S2304), and the registration unit It is passed to 303 (step S2305). Then, the registration unit 303 registers the content whose version is updated in the content database 1420.

一方、ステップS2302において、登録対象のコンテンツよりバージョンが大きいコンテンツがコンテンツデータベース1420に存在すると判断した場合には(ステップS2302:Yes)、登録対象のコンテンツを削除する(ステップS2303)。これによって、登録対象のコンテンツはコンテンツデータベース1420に登録されず、時間的に先に編集要求がアプリケーションサーバ1400に行われた登録対象のコンテンツのみが登録されることになる。   On the other hand, if it is determined in step S2302 that content whose version is higher than the content to be registered exists in the content database 1420 (step S2302: Yes), the content to be registered is deleted (step S2303). As a result, the content to be registered is not registered in the content database 1420, and only the content to be registered for which an edit request has been made to the application server 1400 in time is registered.

次に、このようなアプリケーションサーバ1400およびデータベースサーバ1410によるコンテンツの登録要求からコンテンツデータベース1420への登録処理までを具体例をあげて説明する。   Next, a specific example from the content registration request to the content database 1420 by the application server 1400 and the database server 1410 will be described.

図24は、アプリケーションサーバ1400a,1400bで受理した登録対象のコンテンツがデータベースサーバ110に送信され、コンテンツデータベース120に登録される処理の流れを示す説明図である。ここで、コンテンツデータベース1420からコンテンツを読み出してからアプリケーションサーバ1400aの受理キュー206に格納されるまでの処理および状態は、図20を参照して説明した実施の形態3と同様である。   FIG. 24 is an explanatory diagram showing a flow of processing in which the registration target content received by the application servers 1400a and 1400b is transmitted to the database server 110 and registered in the content database 120. Here, the processing and state from reading the content from the content database 1420 to storing it in the acceptance queue 206 of the application server 1400a are the same as those in the third embodiment described with reference to FIG.

すなわち、実施の形態3と同様に、アプリケーションサーバ1400aの受理キューには自サーバで受理した登録対象のコンテンツ2000aとアプリケーションサーバ1400bから受信した登録対象のコンテンツ2000bが順に登録され、登録対象のコンテンツ2000aのデータベースサーバ1410対する登録要求が先に行われて、コンテンツデータベース1420にバージョン3として先に登録されているものとする。図24のコンテンツデータベース1420ではかかる状態を示している。   That is, as in the third embodiment, the registration target content 2000a received by the own server and the registration target content 2000b received from the application server 1400b are sequentially registered in the reception queue of the application server 1400a, and the registration target content 2000a. It is assumed that the registration request to the database server 1410 is made first and is registered in the content database 1420 as version 3 first. The content database 1420 in FIG. 24 shows such a state.

次に、転送部205による登録対象のコンテンツ2000bのデータベースサーバ1410への送信が行われる。   Next, the transfer unit 205 transmits the content 2000b to be registered to the database server 1410.

データベースサーバ1410では、登録対象のコンテンツ2000bを受信部301で受信すると、バージョン更新部1412によって登録対象のコンテンツ2000bのバージョンを取得する(ステップS2301)。図24の例ではバージョン=2である。そして、コンテンツデータベース120の中に、バージョンが2より大きいコンテンツが存在
するか否か調べる(ステップS2302)。図24の例では、既にコンテンツデータベース1420に登録済みのコンテンツ2000a(バージョン=3)が存在する。このため、登録対象のコンテンツ2000bを削除して(ステップS2303)、コンテンツデータベース1420への登録を行わないこととする。図25は、最終的なコンテンツデータベース1420の内容を示す説明図である。図25に示すように、コンテンツデータベース1420には、先にデータベースサーバ1410に登録要求がなされたコンテンツ2000aのみがバージョン3として登録されており、後に登録要求がなされたコンテンツ2000bは登録されていない。
In the database server 1410, when the receiving unit 301 receives the registration target content 2000b, the version update unit 1412 acquires the version of the registration target content 2000b (step S2301). In the example of FIG. 24, version = 2. Then, it is checked whether or not content having a version greater than 2 exists in the content database 120 (step S2302). In the example of FIG. 24, content 2000a (version = 3) already registered in the content database 1420 exists. For this reason, the content 2000b to be registered is deleted (step S2303), and registration in the content database 1420 is not performed. FIG. 25 is an explanatory diagram showing the contents of the final content database 1420. As shown in FIG. 25, in the content database 1420, only the content 2000a for which the registration request was previously made to the database server 1410 is registered as version 3, and the content 2000b for which the registration request was made later is not registered.

このように本実施の形態にかかるデータベース管理システムでは、コンテンツの分類を示す階層構造の分類項目と該分類項目に対応する属性と該属性に対応する属性値と該コンテンツのバージョンを含むコンテンツ情報が登録された階層型データベースを管理する際に、複数のアプリケーションサーバ1400のそれぞれは、クライアント端末130からの要求によってデータベースに既に登録済みのコンテンツを編集した登録対象のコンテンツを、分類項目とデータベースサーバ1410に対して登録対象のコンテンツ情報の登録要求を一括して行うアプリケーションサーバ1400のサーバ名称とを対応付けた処理サーバテーブル1401とに基づいて、登録対象のコンテンツ情報に含まれる分類項目に対応したアプリケーションサーバ1400に送信し、他のアプリケーションサーバ1400から登録対象のコンテンツを受信した場合に、受信したコンテンツをデータベースサーバ1410に一括して送信し、データベースサーバ1410は、アプリケーションサーバ1400から登録対象のコンテンツを受信し、データベースに既に登録済みのコンテンツの中で、受信した登録対象のコンテンツと分類項目の検索キーが同一であって、かつ登録対象のコンテンツよりバージョンが新しい登録済みのコンテンツが存在するか否かを判断して、このようなコンテンツが存在する場合には、登録対象のコンテンツ情報を削除して、後から登録要求されたコンテンツを登録しないこととしているので、アプリケーションサーバ1400がネットワーク上に分散している場合においても分類項目ごとに一括してデータベースサーバ1410に登録要求することによって登録要求のタイミングにずれが生じすることがなく、比較的緩い運用においてデータベースの一貫性保持を実現しつつ、データベースのコンテンツ情報のバージョン管理を適切かつ効率的に行うことができる。   As described above, in the database management system according to the present embodiment, content information including a hierarchical classification item indicating content classification, an attribute corresponding to the classification item, an attribute value corresponding to the attribute, and the version of the content is stored. When managing the registered hierarchical database, each of the plurality of application servers 1400 sets the contents to be registered, which are contents already registered in the database in response to a request from the client terminal 130, as classification items and the database server 1410. Application corresponding to the classification item included in the content information to be registered based on the processing server table 1401 in which the server names of the application servers 1400 that collectively perform registration requests for the content information to be registered are associated with each other server When the content to be registered is received from another application server 1400, the received content is transmitted to the database server 1410 at a time. The database server 1410 receives the content to be registered from the application server 1400. Whether or not there is registered content that is already registered in the database and has the same search key as the classification item received and whose version is newer than the registered content. If such content exists, the content information to be registered is deleted, and the content requested to be registered later is not registered. Therefore, the application server 1400 is distributed on the network. In case By making a registration request to the database server 1410 for each classification item at once, there is no deviation in the timing of the registration request, and the database content information version can be maintained while maintaining the consistency of the database in a relatively loose operation. Management can be performed appropriately and efficiently.

なお、実施の形態3および4のデータベース管理システムにおいては、階層型のコンテンツデータベース1420としてPLIBを使用したが、これに限定されるものではなく、分類項目が階層的に定義されている階層型データベースであればいずれのデータベースを使用することができる。   In the database management systems according to the third and fourth embodiments, PLIB is used as the hierarchical content database 1420. However, the present invention is not limited to this, and a hierarchical database in which classification items are hierarchically defined. Any database can be used.

本発明のデータベース管理システム、データベース管理方法、データベース登録要求プログラムおよびデータベース管理プログラムは、データベースサーバに対してコンテンツ情報の登録要求を行う登録処理サーバがネットワーク上に複数分散している形態のデータベース管理システム、データベース管理方法、データベース登録要求プログラムおよびデータベース管理プログラムに適している。   The database management system, database management method, database registration request program, and database management program of the present invention are a database management system in which a plurality of registration processing servers that make a content information registration request to the database server are distributed on the network. It is suitable for a database management method, a database registration request program, and a database management program.

実施の形態1にかかるデータベース管理システムのネットワーク構成を示す説明図である。1 is an explanatory diagram showing a network configuration of a database management system according to a first exemplary embodiment; アプリケーションサーバ100の機能的構成を示すブロック図である。2 is a block diagram showing a functional configuration of an application server 100. FIG. データベースサーバ110の機能的構成を示すブロック図である。2 is a block diagram showing a functional configuration of a database server 110. FIG. コンテンツデータベース120の辞書の構造の一例を示す説明図である。It is explanatory drawing which shows an example of the structure of the dictionary of the content database. 編集部201によって編集された登録対象のコンテンツのデータベースサーバ110に対して登録要求を行う処理の手順を示すフローチャートである。10 is a flowchart illustrating a procedure of processing for making a registration request to the database server 110 of the content to be registered edited by the editing unit. データベースサーバ110のバージョン更新部302によるバージョン更新処理の手順を示すフローチャートである。4 is a flowchart showing a procedure of version update processing by a version update unit 302 of the database server 110. コンテンツデータベース120からコンテンツを読み出してから編集し、コンテンツデータベース120に登録するまでの流れの中で、クライアント端末130のWebブラウザ131でコンテンツが編集されている状態を示す説明図である。FIG. 10 is an explanatory diagram showing a state in which content is edited by the Web browser 131 of the client terminal 130 in a flow from reading the content from the content database 120 to editing and registering the content in the content database 120. アプリケーションサーバ100a,100bで受理した登録対象のコンテンツがデータベースサーバ110に送信され、コンテンツデータベース120に登録される処理の流れを示す説明図である。It is explanatory drawing which shows the flow of the process in which the content of the registration object received by application server 100a, 100b is transmitted to the database server 110, and is registered into the content database 120. FIG. 登録対象のコンテンツ801をコンテンツデータベース120に登録する処理の流れを示す説明図である。It is explanatory drawing which shows the flow of a process which registers the content of registration 801 in the content database. バージョンが更新されたコンテンツ801,802が登録された状態のコンテンツデータベース120を示す説明図である。It is explanatory drawing which shows the content database 120 of the state in which the content 801,802 with which the version was updated is registered. データベースサーバ110のバージョン更新部302によるバージョン更新処理の手順を示すフローチャートである。4 is a flowchart showing a procedure of version update processing by a version update unit 302 of the database server 110. アプリケーションサーバ100a,100bで受理した登録対象のコンテンツがデータベースサーバ110に送信され、コンテンツデータベース120に登録される処理の流れを示す説明図である。It is explanatory drawing which shows the flow of the process in which the content of the registration object received by application server 100a, 100b is transmitted to the database server 110, and is registered into the content database 120. FIG. コンテンツデータベース120にコンテンツ1201が登録された状態を示す説明図である。It is explanatory drawing which shows the state by which the content 1201 was registered into the content database 120. FIG. 実施の形態2にかかるアプリケーションサーバ1400の機能的構成を示すブロック図である。It is a block diagram which shows the functional structure of the application server 1400 concerning Embodiment 2. FIG. 実施の形態2にかかるデータベースサーバ1410の機能的構成を示すブロック図である。It is a block diagram which shows the functional structure of the database server 1410 concerning Embodiment 2. FIG. 処理サーバテーブル1401の一例を示す説明図である。It is explanatory drawing which shows an example of the process server table. 編集部201によって編集された登録対象のコンテンツのデータベースサーバ110に対して登録要求する処理の手順を示すフローチャートである。10 is a flowchart illustrating a procedure of processing for requesting registration to the database server 110 of the content to be registered edited by the editing unit. アプリケーションサーバ1400による登録対象のコンテンツのデータベースサーバ1410に対する登録要求の手順を示すフローチャートである。15 is a flowchart showing a procedure for a registration request to the database server 1410 for content to be registered by the application server 1400. データベースサーバ1410のバージョン更新部1412によるバージョン更新処理の手順を示すフローチャートである。10 is a flowchart showing a procedure of version update processing by a version update unit 1412 of the database server 1410. コンテンツデータベース1420からコンテンツを読み出してからアプリケーションサーバ1400aの受理キュー206に格納されるまでの状態を示す説明図である。It is explanatory drawing which shows the state after reading a content from the content database 1420 until it stores in the acceptance queue 206 of the application server 1400a. 登録対象のコンテンツ2000aがデータベースサーバ110に送信され、コンテンツデータベース1420に登録される処理の流れを示す説明図である。FIG. 11 is an explanatory diagram showing a flow of processing in which registration target content 2000a is transmitted to the database server 110 and registered in the content database 1420. 登録対象のコンテンツ2000bをコンテンツデータベース1420に登録する処理の流れを示す説明図である。12 is an explanatory diagram showing a flow of processing for registering content 2000b to be registered in a content database 1420. FIG. データベースサーバ1410のバージョン更新部1412によるバージョン更新処理の手順を示すフローチャートである。10 is a flowchart showing a procedure of version update processing by a version update unit 1412 of the database server 1410. アプリケーションサーバ1400a,1400bで受理した登録対象のコンテンツがデータベースサーバ110に送信され、コンテンツデータベース120に登録される処理の流れを示す説明図である。It is explanatory drawing which shows the flow of the process in which the content of the registration object received by application server 1400a, 1400b is transmitted to the database server 110, and is registered into the content database 120. FIG. 最終的なコンテンツデータベース1420の内容を示す説明図である。It is explanatory drawing which shows the content of the final content database 1420. FIG.

符号の説明Explanation of symbols

100,100a,100b アプリケーションサーバ
110 データベースサーバ
120 コンテンツデータベース
126 受理キュー
130,130a,130b クライアント端末
131 Webブラウザ
140 インターネット
150 ネットワーク
201 編集部
202 登録受理部
203 時刻情報付加部
204 チェックアウト部
205 転送部
206 受理キュー
301 受信部
302 バージョン更新部
303 登録部
801,802 コンテンツ
1201、1202 コンテンツ
1400,1400a,1400b アプリケーションサーバ
1401 処理サーバテーブル
1402 ディスパッチ部
1403 登録受理部
1410 データベースサーバ
1412 バージョン更新部
1420 コンテンツデータベース
2000a,2000b コンテンツ
100, 100a, 100b Application server 110 Database server 120 Content database 126 Acceptance queue 130, 130a, 130b Client terminal 131 Web browser 140 Internet 150 Network 201 Editing unit 202 Registration accepting unit 203 Time information adding unit 204 Checkout unit 205 Transfer unit 206 Accepting queue 301 Receiving unit 302 Version updating unit 303 Registration unit 801, 802 Content 1201, 1202 Content 1400, 1400a, 1400b Application server 1401 Processing server table 1402 Dispatch unit 1403 Registration receiving unit 1410 Database server 1412 Version updating unit 1420 Content database 2000a, 2000b content

Claims (17)

コンテンツと該コンテンツのバージョンとを含むコンテンツ情報を登録したデータベースを管理するデータベースサーバと、ネットワークで接続されたクライアント端末装置から前記コンテンツ情報の登録要求を受理し、前記データベースサーバにネットワークで接続され前記データベースサーバに対して受理した前記コンテンツ情報の前記データベースへの登録を要求する複数の登録処理サーバとを有するデータベース管理システムであって、
前記複数の登録処理サーバのそれぞれは、
前記データベースサーバに登録済みのコンテンツ情報の中から最新のバージョンを持つコンテンツを前記データベースサーバから受信し、このコンテンツを用いて前記データベースに既に登録済みのコンテンツ情報を編集するための情報を生成して前記クライアント端末装置へ送信するチェックアウト手段と、
前記登録済みのコンテンツ情報に対する編集内容を示す編集情報を前記クライアント端末装置から受信し、この受信した編集情報に基づいて前記登録済みのコンテンツ情報を編集して登録対象のコンテンツ情報を生成する編集手段と、
前記編集手段により編集した前記登録対象のコンテンツ情報に現在時刻を示す時刻情報を付与する時刻情報付与手段と、
前記時刻情報付与手段によって時刻情報が付与された前記登録対象のコンテンツ情報を、前記データベースサーバに送信する転送手段と、
前記データベースサーバは、
前記コンテンツ情報を登録したデータベースを記憶する記憶手段と、
前記複数の登録処理サーバのそれぞれから前記時刻情報が付与された前記登録対象のコンテンツ情報を受信する受信手段と、
前記データベースに既に登録済みのコンテンツ情報の中で、前記受信手段によって受信した前記登録対象のコンテンツ情報と検索キーが同一であって、かつ前記登録対象のコンテンツ情報よりバージョンが新しい前記登録済みのコンテンツ情報が存在する場合、前記登録対象のコンテンツ情報のバージョンと前記登録済みのコンテンツ情報のバージョンを前記時刻情報に基づいて更新するバージョン更新手段と、
前記バージョン更新手段によってバージョンが更新された前記登録対象のコンテンツ情報を前記データベースに登録する登録手段と、
を備えたことを特徴とするデータベース管理システム。
A database server that manages a database in which content information including content and a version of the content is registered; and a request for registration of the content information from a client terminal device connected via a network; and the network server connected to the database server via the network A database management system having a plurality of registration processing servers that request registration of the content information received to the database server in the database,
Each of the plurality of registration processing servers includes:
The content having the latest version from the content information registered in the database server is received from the database server, and information for editing the content information already registered in the database is generated using the content. Checkout means for transmitting to the client terminal device;
Editing means for receiving editing information indicating editing contents for the registered content information from the client terminal device, and editing the registered content information based on the received editing information to generate content information to be registered When,
Time information giving means for giving time information indicating current time to the content information to be registered edited by the editing means;
Transfer means for transmitting the content information to be registered, to which the time information is given by the time information giving means, to the database server;
The database server is
Storage means for storing a database in which the content information is registered;
Receiving means for receiving the content information to be registered, to which the time information is given from each of the plurality of registration processing servers;
Among the content information already registered in the database, the registered content that has the same search key as the registration target content information received by the receiving unit and has a newer version than the registration target content information. If information exists, version update means for updating the version of the content information to be registered and the version of the registered content information based on the time information;
Registration means for registering in the database the content information to be registered whose version has been updated by the version update means;
A database management system characterized by comprising:
前記バージョン更新手段は、
前記データベースに既に登録済みのコンテンツ情報の中で、前記受信手段によって受信した前記登録対象のコンテンツ情報と検索キーが同一であって、かつ前記登録対象のコンテンツ情報よりバージョンが新しい前記登録済みのコンテンツ情報が存在する場合に、前記登録対象のコンテンツ情報のバージョンと前記登録済みのコンテンツ情報のバージョンを、前記時刻情報の早い順でより新しいバージョンとなるように更新し、前記データベースに既に登録済みのコンテンツ情報の中で、前記受信手段によって受信した前記登録対象のコンテンツ情報と検索キーが同一であって、かつ前記登録対象のコンテンツ情報よりバージョンが新しい前記登録済みのコンテンツ情報が存在しない場合に、前記登録対象のコンテンツ情報のバージョンをより新しいバージョンに更新することを特徴とする請求項1に記載のデータベース管理システム。
The version update means includes
Among the content information already registered in the database, the registered content that has the same search key as the registration target content information received by the receiving unit and has a newer version than the registration target content information. When the information exists, the version of the content information to be registered and the version of the registered content information are updated so as to become a newer version in the early order of the time information, and already registered in the database. In the content information, when the registration target content information received by the receiving unit is the same as the search key, and the registered content information whose version is newer than the registration target content information does not exist, The version of the content information to be registered The database management system of claim 1, characterized in that updating to a new version.
前記バージョン更新手段は、前記データベースに既に登録済みのコンテンツ情報の中で、前記受信手段によって受信した前記登録対象のコンテンツ情報と検索キーが同一であって、かつ前記登録対象のコンテンツ情報よりバージョンが新しい前記登録済みのコンテンツ情報が存在する場合に、前記登録対象のコンテンツ情報のバージョンと前記登録済みのコンテンツ情報のバージョンの中で、前記時刻情報が最も古いコンテンツ情報を最新のバ
ージョンに更新することを特徴とする請求項1に記載のデータベース管理システム。
The version update means has the same search key as the registration target content information received by the reception means, and the version is higher than the registration target content information, among the content information already registered in the database. When the new registered content information exists, the content information with the oldest time information is updated to the latest version among the version of the content information to be registered and the version of the registered content information. The database management system according to claim 1.
前記バージョン更新手段は、さらに、前記登録対象のコンテンツ情報のバージョンと前記登録済みのコンテンツ情報のバージョンの中で、前記時刻情報が最も古いコンテンツ情報以外のコンテンツ情報を前記データベースから削除することを特徴とする請求項3に記載のデータベース管理システム。   The version update means further deletes content information other than the content information with the oldest time information from the database among the version of the content information to be registered and the version of the registered content information. The database management system according to claim 3. 前記バージョン更新手段は、さらに、前記データベースに既に登録済みのコンテンツ情報の中で、前記受信手段によって受信した前記登録対象のコンテンツ情報と検索キーが同一であって、かつ前記登録対象のコンテンツ情報よりバージョンが新しい前記登録済みのコンテンツ情報が存在しない場合、前記登録対象のコンテンツ情報のバージョンをより新しいバージョンに更新することを特徴とする請求項3または4に記載のデータベース管理システム。   The version update means further has a search key identical to the content information to be registered received by the receiving means, and the content information already registered in the database, and from the content information to be registered 5. The database management system according to claim 3, wherein when there is no registered content information with a new version, the version of the content information to be registered is updated to a newer version. 前記複数の登録処理サーバのそれぞれは、
データの格納順にデータを取得可能な先入れ先出し方式の受理キューと、
前記時刻情報付与手段によって時刻情報が付与された前記登録対象のコンテンツ情報を、前記受理キューに格納する登録受理手段と、を更に備え、
前記転送手段は、前記登録対象のコンテンツ情報を前記受理キューの先頭から取得して、取得した前記登録対象のコンテンツ情報を前記データベースサーバに送信することを特徴とする請求項1〜5のいずれか一つに記載のデータベース管理システム。
Each of the plurality of registration processing servers includes:
A first-in first-out acceptance queue that can retrieve data in the order of data storage;
Registration acceptance means for storing, in the acceptance queue, the content information to be registered, to which the time information is given by the time information giving means,
6. The transfer unit according to claim 1, wherein the transfer unit acquires the content information to be registered from the head of the acceptance queue, and transmits the acquired content information to be registered to the database server. The database management system according to one.
コンテンツの分類を示す階層構造の分類項目と該分類項目に対応する属性と該属性に対応する属性値と該コンテンツのバージョンとを含むコンテンツ情報が登録された階層型データベースを管理するデータベースサーバと、ネットワークで接続されたクライアント端末装置から前記コンテンツ情報の登録要求を受理し、前記データベースサーバにネットワークで接続され前記データベースサーバに対して受理した前記コンテンツ情報の前記データベースへの登録を要求する複数の登録処理サーバとを有するデータベース管理システムであって、
前記複数の登録処理サーバのそれぞれは、
前記分類項目と前記データベースサーバに対して前記登録対象のコンテンツ情報の登録要求を一括して行う登録処理サーバの識別情報とを対応付けた処理サーバ情報を記憶する処理サーバ情報記憶手段と、
前記データベースサーバに登録済みのコンテンツ情報の中から最新のバージョンを持つコンテンツを前記データベースサーバから受信し、このコンテンツを用いて前記データベースに既に登録済みのコンテンツ情報を編集するための情報を生成して前記クライアント端末装置へ送信するチェックアウト手段と、
前記登録済みのコンテンツ情報に対する編集内容を示す編集情報を前記クライアント端末装置から受信し、この受信した編集情報に基づいて前記登録済みのコンテンツ情報を編集して登録対象のコンテンツ情報を生成する編集手段と、
前記編集手段によって編集した前記登録対象のコンテンツ情報を、前記処理サーバ情報に基づいて、前記登録対象のコンテンツ情報に含まれる分類項目に対応した前記登録処理サーバに送信するディスパッチ手段と、
他の前記登録処理サーバから前記登録対象のコンテンツ情報を受信した場合に、受信した前記コンテンツ情報を前記データベースサーバに送信する転送手段と、を備え、
前記データベースサーバは、
前記コンテンツ情報を登録した階層型データベースを記憶するデータベース記憶手段と、
前記登録処理サーバのそれぞれから前記登録対象のコンテンツ情報を受信する受信手段と、
前記データベースに既に登録済みのコンテンツ情報の中で、前記受信手段によって受信した前記登録対象のコンテンツ情報と前記分類項目の検索キーが同一であって、かつ前記登録対象のコンテンツ情報よりバージョンが新しい前記登録済みのコンテンツ情報が存在するか否かを判断して、この判断結果に基づいて前記登録対象のコンテンツ情報または前記登録済みのコンテンツ情報のバージョンを更新するバージョン更新手段と、
前記バージョン更新手段によってバージョンが更新された前記登録対象のコンテンツ情報を前記データベースに登録する登録手段と、
を備えたことを特徴とするデータベース管理システム。
A database server that manages a hierarchical database in which content information including a hierarchical structure classification item indicating content classification, an attribute corresponding to the classification item, an attribute value corresponding to the attribute, and a version of the content is registered; A plurality of registrations for receiving a registration request for the content information from a client terminal device connected via a network, and requesting registration of the content information received by the database server connected to the database server via the network A database management system having a processing server,
Each of the plurality of registration processing servers includes:
Processing server information storage means for storing processing server information that associates the classification items with identification information of registration processing servers that collectively perform registration requests for the content information to be registered to the database server;
The content having the latest version from the content information registered in the database server is received from the database server, and information for editing the content information already registered in the database is generated using the content. Checkout means for transmitting to the client terminal device;
Editing means for receiving editing information indicating editing contents for the registered content information from the client terminal device, and editing the registered content information based on the received editing information to generate content information to be registered When,
Dispatch means for transmitting the registration target content information edited by the editing means to the registration processing server corresponding to the classification item included in the registration target content information based on the processing server information;
Transfer means for transmitting the received content information to the database server when the content information to be registered is received from another registration processing server;
The database server is
Database storage means for storing a hierarchical database in which the content information is registered;
Receiving means for receiving the content information to be registered from each of the registration processing servers;
Among the content information already registered in the database, the registration target content information received by the receiving means is the same as the classification item search key, and the version is newer than the registration target content information. A version update unit that determines whether or not registered content information exists, and updates the content information to be registered or the version of the registered content information based on the determination result;
Registration means for registering in the database the content information to be registered whose version has been updated by the version update means;
A database management system characterized by comprising:
前記バージョン更新手段は、前記データベースに既に登録済みのコンテンツ情報の中で、前記受信手段によって受信した前記登録対象のコンテンツ情報と前記分類項目の検索キーが同一であって、かつ前記登録対象のコンテンツ情報よりバージョンが新しい前記登録済みのコンテンツ情報が存在する場合には、前記登録対象のコンテンツ情報のバージョンを、前記登録済みのコンテンツ情報の最新バージョンより新しいバージョンに更新し、前記データベースに既に登録済みのコンテンツ情報の中で、前記受信手段によって受信した前記登録対象のコンテンツ情報と前記分類項目の検索キーが同一であって、かつ前記登録対象のコンテンツ情報よりバージョンが新しい前記登録済みのコンテンツ情報が存在しない場合には、前記登録対象のコンテンツ情報のバージョンをより新しいバージョンに更新することを特徴とする請求項7に記載のデータベース管理システム。   The version update means includes the content information already registered in the database, the content information to be registered received by the receiving means and the search key for the classification item are the same, and the content to be registered If the registered content information whose version is newer than the information exists, the version of the content information to be registered is updated to a newer version than the latest version of the registered content information, and already registered in the database The registered content information that has the same search key for the classification item as the registration target content information received by the receiving unit and whose version is newer than the registration target content information is If it does not exist, the registration target The database management system of claim 7, wherein updating the version Ceiling information to a newer version. 前記バージョン更新手段は、前記データベースに既に登録済みのコンテンツ情報の中で、前記受信手段によって受信した前記登録対象のコンテンツ情報と前記分類項目の検索キーが同一であって、かつ前記登録対象のコンテンツ情報よりバージョンが新しい前記登録済みのコンテンツ情報が存在する場合には、前記登録対象のコンテンツ情報を削除することを特徴とする請求項7に記載のデータベース管理システム。   The version update means includes the content information already registered in the database, the content information to be registered received by the receiving means and the search key for the classification item are the same, and the content to be registered 8. The database management system according to claim 7, wherein when there is the registered content information whose version is newer than the information, the content information to be registered is deleted. 前記バージョン更新手段は、さらに、前記データベースに既に登録済みのコンテンツ情報の中で、前記受信手段によって受信した前記登録対象のコンテンツ情報と前記分類項目の検索キーが同一であって、かつ前記登録対象のコンテンツ情報よりバージョンが新しい前記登録済みのコンテンツ情報が存在しない場合には、前記登録対象のコンテンツ情報のバージョンをより新しいバージョンに更新することを特徴とする請求項9に記載のデータベース管理システム。   The version update means further includes, among the content information already registered in the database, the content information to be registered received by the receiving means and the search key for the classification item are the same, and the registration target 10. The database management system according to claim 9, wherein when there is no registered content information whose version is newer than the content information, the version of the content information to be registered is updated to a newer version. 前記複数の登録処理サーバのそれぞれは、
データの格納順にデータを取得可能な先入れ先出し方式の受理キューと、
自サーバから前記データベースサーバに送信すべき前記登録対象のコンテンツ情報を、前記受理キューに格納する登録受理手段と、を更に備え、
前記転送手段は、前記登録対象のコンテンツ情報を前記受理キューの先頭から取得して、取得した前記登録対象のコンテンツ情報を前記データベースサーバに送信することを特徴とする請求項7〜10のいずれか一つに記載のデータベース管理システム。
Each of the plurality of registration processing servers includes:
A first-in first-out acceptance queue that can retrieve data in the order of data storage;
Registration acceptance means for storing, in the acceptance queue, the content information to be registered to be transmitted from the own server to the database server,
11. The transfer unit according to claim 7, wherein the transfer unit acquires the registration target content information from the head of the acceptance queue, and transmits the acquired registration target content information to the database server. The database management system according to one.
コンテンツと該コンテンツのバージョンとを含むコンテンツ情報の登録要求を行う登録処理サーバにおいて、ネットワークで接続されたクライアント端末装置から前記コンテンツ情報の登録要求を受理し、前記登録処理サーバにネットワークで接続され、前記コンテンツ情報を登録したデータベースを管理するデータベースサーバに対して受理した前記コンテンツ情報の前記データベースへの登録を要求し、前記データベースサーバにおいて、この登録の要求を受けて前記コンテンツ情報を前記データベースに登録するデータベース管理方法であって、
前記複数の登録処理サーバのそれぞれにおいて、
前記データベースサーバに登録済みのコンテンツ情報の中から最新のバージョンを持つコ
ンテンツを前記データベースサーバから受信し、このコンテンツを用いて前記データベースに既に登録済みのコンテンツ情報を編集するための情報を生成して前記クライアント端末装置へ送信するチェックアウトステップと、
前記登録済みのコンテンツ情報に対する編集内容を示す編集情報を前記クライアント端末装置から受信し、この受信した編集情報に基づいて前記登録済みのコンテンツ情報を編集して登録対象のコンテンツ情報を生成する編集ステップと、
前記編集ステップにより編集した前記登録対象のコンテンツ情報に現在時刻を示す時刻情報を付与する時刻情報付与ステップと、
前記時刻情報付与ステップによって時刻情報が付与された前記登録対象のコンテンツ情報を、前記データベースサーバに送信する転送ステップと、
前記データベースサーバにおいて、
前記複数の登録処理サーバのそれぞれから前記時刻情報が付与された前記登録対象のコンテンツ情報を受信する受信ステップと、
前記データベースに既に登録済みのコンテンツ情報の中で、前記受信ステップによって受信した前記登録対象のコンテンツ情報と検索キーが同一であって、かつ前記登録対象のコンテンツ情報よりバージョンが新しい前記登録済みのコンテンツ情報が存在する場合、前記登録対象のコンテンツ情報のバージョンと前記登録済みのコンテンツ情報のバージョンを前記時刻情報に基づいて更新するバージョン更新ステップと、
前記バージョン更新ステップによってバージョンが更新された前記登録対象のコンテンツ情報を前記データベースに登録する登録ステップと、
を含むことを特徴とするデータベース管理方法。
In a registration processing server that makes a registration request for content information including content and the version of the content, the registration request for the content information is received from a client terminal device connected via a network, and connected to the registration processing server via a network, The database server that manages the database that has registered the content information is requested to register the received content information in the database, and the database server receives the registration request and registers the content information in the database. A database management method for
In each of the plurality of registration processing servers,
The content having the latest version from the content information registered in the database server is received from the database server, and information for editing the content information already registered in the database is generated using the content. A checkout step of transmitting to the client terminal device;
An editing step of receiving edit information indicating edit contents for the registered content information from the client terminal device, and editing the registered content information based on the received edit information to generate content information to be registered When,
A time information giving step for giving time information indicating a current time to the content information to be registered edited in the editing step;
A transfer step of transmitting the content information to be registered, to which the time information is given by the time information giving step, to the database server;
In the database server,
A receiving step of receiving the content information to be registered to which the time information is given from each of the plurality of registration processing servers;
Among the content information already registered in the database, the registered content that has the same search key as the registration target content information received in the reception step and has a newer version than the registration target content information. If the information exists, a version update step of updating the version of the content information to be registered and the version of the registered content information based on the time information;
A registration step of registering the registration target content information whose version is updated by the version update step in the database;
A database management method comprising:
コンテンツの分類を示す階層構造の分類項目と該分類項目に対応する属性と該属性に対応する属性値と該コンテンツのバージョンとを含むコンテンツ情報の登録要求を行う登録処理サーバにおいて、ネットワークで接続されたクライアント端末装置から前記コンテンツ情報の登録要求を受理し、前記登録処理サーバにネットワークで接続され、前記コンテンツ情報を登録した階層型データベースを管理するデータベースサーバに対して受理した前記コンテンツ情報の前記データベースへの登録を要求し、前記データベースサーバにおいて、この登録の要求を受けて前記コンテンツ情報を前記データベースに登録するデータベース管理方法であって、
前記複数の登録処理サーバのそれぞれにおいて、
前記データベースサーバに登録済みのコンテンツ情報の中から最新のバージョンを持つコンテンツを前記データベースサーバから受信し、このコンテンツを用いて前記データベースに既に登録済みのコンテンツ情報を編集するための情報を生成して前記クライアント端末装置へ送信するチェックアウトステップと、
前記登録済みのコンテンツ情報に対する編集内容を示す編集情報を前記クライアント端末装置から受信し、この受信した編集情報に基づいて前記登録済みのコンテンツ情報を編集して登録対象のコンテンツ情報を生成する編集ステップと、
前記編集ステップによって編集した前記登録対象のコンテンツ情報を、前記分類項目と前記データベースサーバに対して前記登録対象のコンテンツ情報の登録要求を一括して行う登録処理サーバの識別情報とを対応付けた処理サーバ情報に基づいて、前記登録対象のコンテンツ情報に含まれる分類項目に対応した前記登録処理サーバに送信するディスパッチステップと、
他の前記登録処理サーバから前記登録対象のコンテンツ情報を受信した場合に、受信した前記コンテンツ情報を前記データベースサーバに送信する転送ステップと、
前記データベースサーバにおいて、前記登録処理サーバのそれぞれから前記登録対象のコンテンツ情報を受信する受信ステップと、
前記階層型データベースに既に登録済みのコンテンツ情報の中で、前記受信ステップによって受信した前記登録対象のコンテンツ情報と前記分類項目の検索キーが同一であって、かつ前記登録対象のコンテンツ情報よりバージョンが新しい前記登録済みのコンテンツ情報が存在するか否かを判断して、この判断結果に基づいて前記登録対象のコンテンツ情報または前記登録済みのコンテンツ情報のバージョンを更新するバージョン更新ステップと、
前記バージョン更新ステップによってバージョンが更新された前記登録対象のコンテンツ情報を前記データベースに登録する登録ステップと、
を含むことを特徴とするデータベース管理方法。
A registration processing server that makes a registration request for content information including a classification item having a hierarchical structure indicating content classification, an attribute corresponding to the classification item, an attribute value corresponding to the attribute, and a version of the content, is connected via a network. The database of the content information received from a database server that receives a registration request for the content information from a client terminal device and is connected to the registration processing server via a network and manages a hierarchical database in which the content information is registered. A database management method for requesting registration to the database server and registering the content information in the database in response to the registration request in the database server,
In each of the plurality of registration processing servers,
The content having the latest version from the content information registered in the database server is received from the database server, and information for editing the content information already registered in the database is generated using the content. A checkout step of transmitting to the client terminal device;
An editing step of receiving edit information indicating edit contents for the registered content information from the client terminal device, and editing the registered content information based on the received edit information to generate content information to be registered When,
A process in which the registration target content information edited in the editing step is associated with the classification item and the identification information of the registration processing server that collectively performs a registration request for the registration target content information to the database server A dispatch step for transmitting to the registration processing server corresponding to the classification item included in the content information to be registered, based on the server information;
A transfer step of transmitting the received content information to the database server when the content information to be registered is received from another registration processing server;
In the database server, a receiving step of receiving the content information to be registered from each of the registration processing servers;
Among the content information already registered in the hierarchical database, the registration target content information received by the receiving step is the same as the search key of the classification item, and the version is higher than the registration target content information. A version update step of determining whether or not new registered content information exists, and updating the content information to be registered or the version of the registered content information based on the determination result;
A registration step of registering the registration target content information whose version is updated by the version update step in the database;
A database management method comprising:
ネットワークで接続されたクライアント端末装置からコンテンツと該コンテンツのバージョンとを含むコンテンツ情報の登録要求を受理し、ネットワークで接続され、前記コンテンツ情報を登録したデータベースを管理するデータベースサーバに対して受理した前記コンテンツ情報の前記データベースへの登録を要求するデータベース登録要求プログラムであって、
前記データベースサーバに登録済みのコンテンツ情報の中から最新のバージョンを持つコンテンツを前記データベースサーバから受信し、このコンテンツを用いて前記データベースに既に登録済みのコンテンツ情報を編集するための情報を生成して前記クライアント端末装置へ送信するチェックアウト手順と、
前記登録済みのコンテンツ情報に対する編集内容を示す編集情報を前記クライアント端末装置から受信し、この受信した編集情報に基づいて前記登録済みのコンテンツ情報を編集して登録対象のコンテンツ情報を生成する編集手順と、
前記編集手順により編集した前記登録対象のコンテンツ情報に現在時刻を示す時刻情報を付与する時刻情報付与手順と、
前記時刻情報付与手順によって時刻情報が付与された前記登録対象のコンテンツ情報を、前記データベースサーバに送信する転送手順と、
をコンピュータに実行させるデータベース登録要求プログラム。
The content information registration request including the content and the version of the content is received from the client terminal device connected via the network, and the database server which is connected via the network and manages the database in which the content information is registered is received. A database registration request program for requesting registration of content information in the database,
The content having the latest version from the content information registered in the database server is received from the database server, and information for editing the content information already registered in the database is generated using the content. A checkout procedure to be transmitted to the client terminal device;
An editing procedure for receiving editing information indicating editing content for the registered content information from the client terminal device, and editing the registered content information based on the received editing information to generate content information to be registered When,
A time information giving procedure for giving time information indicating a current time to the content information to be registered edited by the editing procedure;
A transfer procedure for transmitting the content information to be registered, to which the time information is given by the time information grant procedure, to the database server;
Database registration request program that causes a computer to execute.
コンテンツと該コンテンツのバージョンとを含むコンテンツ情報を登録したデータベースへの前記コンテンツ情報の登録要求を行う登録処理サーバから前記コンテンツ情報の登録の要求を受けて前記コンテンツ情報を前記データベースに登録するデータベース管理プログラムであって、
前記登録処理サーバから前記時刻情報が付与された前記登録対象のコンテンツ情報を受信する受信手順と、
前記データベースに既に登録済みのコンテンツ情報の中で、前記受信手順によって受信した前記登録対象のコンテンツ情報と検索キーが同一であって、かつ前記登録対象のコンテンツ情報よりバージョンが新しい前記登録済みのコンテンツ情報が存在する場合、前記登録対象のコンテンツ情報のバージョンと前記登録済みのコンテンツ情報のバージョンを前記時刻情報に基づいて更新するバージョン更新手順と、
前記バージョン更新手順によってバージョンが更新された前記登録対象のコンテンツ情報を前記データベースに登録する登録手順と、
をコンピュータに実行させるデータベース管理プログラム。
Database management for registering the content information in the database in response to a request for registration of the content information from a registration processing server that requests registration of the content information in a database in which content information including content and the version of the content is registered A program,
A receiving procedure for receiving the content information to be registered to which the time information has been given from the registration processing server;
Among the content information already registered in the database, the registered content that has the same search key as the content information to be registered received by the reception procedure and has a newer version than the content information to be registered If information exists, a version update procedure for updating the version of the content information to be registered and the version of the registered content information based on the time information;
A registration procedure for registering the content information to be registered whose version has been updated by the version update procedure in the database;
Database management program that causes a computer to execute.
ネットワークで接続されたクライアント端末装置からコンテンツの分類を示す階層構造の分類項目と該分類項目に対応する属性と該属性に対応する属性値と該コンテンツのバージョンとを含むコンテンツ情報の登録要求を受理し、ネットワークで接続され、前記コンテンツ情報を登録したデータベースを管理するデータベースサーバに対して受理した前記コンテンツ情報の前記データベースへの登録を要求するデータベース登録要求プログラムであって、
前記データベースサーバに登録済みのコンテンツ情報の中から最新のバージョンを持つコンテンツを前記データベースサーバから受信し、このコンテンツを用いて前記データベースに既に登録済みのコンテンツ情報を編集するための情報を生成して前記クライアント端末装置へ送信するチェックアウト手順と、
前記登録済みのコンテンツ情報に対する編集内容を示す編集情報を前記クライアント端末装置から受信し、この受信した編集情報に基づいて前記登録済みのコンテンツ情報を編集して登録対象のコンテンツ情報を生成する編集手順と、
前記編集手順によって編集した前記登録対象のコンテンツ情報を、前記分類項目と前記データベースサーバに対して前記登録対象のコンテンツ情報の登録要求を一括して行う登録処理サーバの識別情報とを対応付けた処理サーバ情報に基づいて、前記登録対象のコンテンツ情報に含まれる分類項目に対応した前記登録処理サーバに送信するディスパッチ手順と、
前記登録対象のコンテンツ情報を受信した場合に、受信した前記コンテンツ情報を前記データベースサーバに送信する転送手順と、
とをコンピュータに実行させるデータベース登録要求プログラム。
Accepts a request for registration of content information including a hierarchical classification item indicating content classification, an attribute corresponding to the classification item, an attribute value corresponding to the attribute, and a version of the content from a client terminal device connected via a network And a database registration request program for requesting registration of the content information to the database connected to the network and received from a database server that manages a database in which the content information is registered,
The content having the latest version from the content information registered in the database server is received from the database server, and information for editing the content information already registered in the database is generated using the content. A checkout procedure to be transmitted to the client terminal device;
An editing procedure for receiving editing information indicating editing content for the registered content information from the client terminal device, and editing the registered content information based on the received editing information to generate content information to be registered When,
A process in which the registration target content information edited by the editing procedure is associated with the classification item and the identification information of a registration processing server that collectively performs a registration request for the registration target content information to the database server A dispatch procedure to be transmitted to the registration processing server corresponding to the classification item included in the content information to be registered based on the server information;
A transfer procedure for transmitting the received content information to the database server when the content information to be registered is received;
A database registration request program that causes a computer to execute.
コンテンツの分類を示す階層構造の分類項目と該分類項目に対応する属性と該属性に対応する属性値と該コンテンツのバージョンとを含むコンテンツ情報を登録した階層型データベースに対する前記コンテンツ情報の登録を要求する登録処理サーバから前記コンテンツ情報の登録の要求を受けて前記コンテンツ情報を前記階層型データベースに登録するデータベース管理プログラムであって、
前記登録処理サーバから前記登録対象のコンテンツ情報を受信する受信手順と、
前記階層型データベースに既に登録済みのコンテンツ情報の中で、前記受信手順によって受信した前記登録対象のコンテンツ情報と前記分類項目の検索キーが同一であって、かつ前記登録対象のコンテンツ情報よりバージョンが新しい前記登録済みのコンテンツ情報が存在するか否かを判断して、この判断結果に基づいて前記登録対象のコンテンツ情報または前記登録済みのコンテンツ情報のバージョンを更新するバージョン更新手順と、
前記バージョン更新手順によってバージョンが更新された前記登録対象のコンテンツ情報を前記データベースに登録する登録手順と、
をコンピュータに実行させるデータベース管理プログラム。
Requests registration of the content information to a hierarchical database in which content information including a hierarchical structure item indicating content classification, an attribute corresponding to the classification item, an attribute value corresponding to the attribute, and a version of the content are registered. A database management program that receives a request for registration of the content information from a registration processing server and registers the content information in the hierarchical database;
A reception procedure for receiving the content information to be registered from the registration processing server;
Among the content information already registered in the hierarchical database, the registration target content information received by the reception procedure is the same as the search key of the classification item, and the version is higher than the registration target content information. A version update procedure for determining whether or not new registered content information exists, and updating the content information to be registered or the version of the registered content information based on the determination result;
A registration procedure for registering the content information to be registered whose version has been updated by the version update procedure in the database;
Database management program that causes a computer to execute.
JP2004024439A 2004-01-30 2004-01-30 Database management system, database management method, database registration request program, and database management program Expired - Fee Related JP4189332B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004024439A JP4189332B2 (en) 2004-01-30 2004-01-30 Database management system, database management method, database registration request program, and database management program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004024439A JP4189332B2 (en) 2004-01-30 2004-01-30 Database management system, database management method, database registration request program, and database management program

Publications (2)

Publication Number Publication Date
JP2005216167A true JP2005216167A (en) 2005-08-11
JP4189332B2 JP4189332B2 (en) 2008-12-03

Family

ID=34907122

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004024439A Expired - Fee Related JP4189332B2 (en) 2004-01-30 2004-01-30 Database management system, database management method, database registration request program, and database management program

Country Status (1)

Country Link
JP (1) JP4189332B2 (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009525523A (en) * 2006-01-31 2009-07-09 マイクロソフト コーポレーション Redirect server base files to a local copy
US20110161292A1 (en) * 2007-06-06 2011-06-30 Kunio Kamimura Method for parallel editing data item of database
JP2011248752A (en) * 2010-05-28 2011-12-08 Fujitsu Ltd Program, information processing device and information processing method
WO2014199568A1 (en) * 2013-06-12 2014-12-18 日本電気株式会社 Data writing control method for persistent storage device
JP2021036464A (en) * 2017-11-01 2021-03-04 スワールズ,インコーポレイテッド Methods and apparatus for efficiently implementing fast-copyable database
US11475150B2 (en) 2019-05-22 2022-10-18 Hedera Hashgraph, Llc Methods and apparatus for implementing state proofs and ledger identifiers in a distributed database
US11657036B2 (en) 2016-12-19 2023-05-23 Hedera Hashgraph, Llc Methods and apparatus for a distributed database that enables deletion of events
US11677550B2 (en) 2016-11-10 2023-06-13 Hedera Hashgraph, Llc Methods and apparatus for a distributed database including anonymous entries
US11681821B2 (en) 2017-07-11 2023-06-20 Hedera Hashgraph, Llc Methods and apparatus for efficiently implementing a distributed database within a network
US11734260B2 (en) 2015-08-28 2023-08-22 Hedera Hashgraph, Llc Methods and apparatus for a distributed database within a network
US11797502B2 (en) 2015-08-28 2023-10-24 Hedera Hashgraph, Llc Methods and apparatus for a distributed database within a network

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009525523A (en) * 2006-01-31 2009-07-09 マイクロソフト コーポレーション Redirect server base files to a local copy
US20110161292A1 (en) * 2007-06-06 2011-06-30 Kunio Kamimura Method for parallel editing data item of database
US9678996B2 (en) 2007-06-06 2017-06-13 Kunio Kamimura Conflict resolution system for database parallel editing
JP2011248752A (en) * 2010-05-28 2011-12-08 Fujitsu Ltd Program, information processing device and information processing method
WO2014199568A1 (en) * 2013-06-12 2014-12-18 日本電気株式会社 Data writing control method for persistent storage device
JPWO2014199568A1 (en) * 2013-06-12 2017-02-23 日本電気株式会社 Method for controlling data writing to persistent storage device
US9767023B2 (en) 2013-06-12 2017-09-19 Nec Corporation Method of controlling data writing to persistent storage device
US11797502B2 (en) 2015-08-28 2023-10-24 Hedera Hashgraph, Llc Methods and apparatus for a distributed database within a network
US11734260B2 (en) 2015-08-28 2023-08-22 Hedera Hashgraph, Llc Methods and apparatus for a distributed database within a network
US11677550B2 (en) 2016-11-10 2023-06-13 Hedera Hashgraph, Llc Methods and apparatus for a distributed database including anonymous entries
US11657036B2 (en) 2016-12-19 2023-05-23 Hedera Hashgraph, Llc Methods and apparatus for a distributed database that enables deletion of events
US11681821B2 (en) 2017-07-11 2023-06-20 Hedera Hashgraph, Llc Methods and apparatus for efficiently implementing a distributed database within a network
US11537593B2 (en) 2017-11-01 2022-12-27 Hedera Hashgraph, Llc Methods and apparatus for efficiently implementing a fast-copyable database
JP7170701B2 (en) 2017-11-01 2022-11-14 スワールズ,インコーポレイテッド Methods and Apparatus for Efficiently Implementing Fast Copyable Databases
JP2021036464A (en) * 2017-11-01 2021-03-04 スワールズ,インコーポレイテッド Methods and apparatus for efficiently implementing fast-copyable database
US11475150B2 (en) 2019-05-22 2022-10-18 Hedera Hashgraph, Llc Methods and apparatus for implementing state proofs and ledger identifiers in a distributed database

Also Published As

Publication number Publication date
JP4189332B2 (en) 2008-12-03

Similar Documents

Publication Publication Date Title
US8386646B2 (en) Simplified application object data synchronization for optimized data storage
US8090693B2 (en) System, method, and article of manufacture for maintaining and accessing a whois database
US6574655B1 (en) Associative management of multimedia assets and associated resources using multi-domain agent-based communication between heterogeneous peers
US7685152B2 (en) Method and apparatus for loading data from a spreadsheet to a relational database table
US20070180075A1 (en) System and method for synchronization of version annotated objects
US20040186849A1 (en) File storage service system, file management device, file management method, ID denotative NAS server and file reading method
US20080059469A1 (en) Replication Token Based Synchronization
US8280917B1 (en) Batching content management operations to facilitate efficient database interactions
CN100580675C (en) Method and apparatus to access heterogeneous configuration management database repositories
JP4189332B2 (en) Database management system, database management method, database registration request program, and database management program
US7464099B2 (en) Method and system for transferring content from a database to a file
JPWO2009122527A1 (en) Virtual integrated management apparatus for performing information update processing to apparatus configuration information management apparatus
US7908243B2 (en) Considering transient data also in reports generated based on data eventually stored in a data-warehouse
US7979470B2 (en) Data manipulation process method and system
CN108139927A (en) The routing based on action of affairs in online transaction processing system
US9766949B2 (en) System and method for locking exclusive access to a divided resource
US6980998B2 (en) Method and apparatus for merging data graphs using data identity control
US7991741B2 (en) System and method for synchronizing data record with web document in a content management system
JP2008243147A (en) Client server system, retrieval server, retrieval method, and retrieval program
WO2010150750A1 (en) Database management device using key-value store with attributes, and key-value-store structure caching-device therefor
US7313603B2 (en) System and method for synchronizing unstructured documents
US20050065945A1 (en) Merging of products into a database
US20170316045A1 (en) Read-after-write consistency for derived non-relational data
US20050160101A1 (en) Method and apparatus using dynamic SQL for item create, retrieve, update delete operations in a content management application
CN111355777A (en) Management method and device of distributed file system and server

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20080610

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20080811

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20080909

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20080912

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110919

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees