JP5760350B2 - Information processing system - Google Patents

Information processing system Download PDF

Info

Publication number
JP5760350B2
JP5760350B2 JP2010197242A JP2010197242A JP5760350B2 JP 5760350 B2 JP5760350 B2 JP 5760350B2 JP 2010197242 A JP2010197242 A JP 2010197242A JP 2010197242 A JP2010197242 A JP 2010197242A JP 5760350 B2 JP5760350 B2 JP 5760350B2
Authority
JP
Japan
Prior art keywords
data
server device
processing
master data
master
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2010197242A
Other languages
Japanese (ja)
Other versions
JP2012053796A (en
Inventor
陽 長谷川
陽 長谷川
昇 横井
昇 横井
美花 木村
美花 木村
良範 尾上
良範 尾上
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP2010197242A priority Critical patent/JP5760350B2/en
Publication of JP2012053796A publication Critical patent/JP2012053796A/en
Application granted granted Critical
Publication of JP5760350B2 publication Critical patent/JP5760350B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

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

Description

本発明は、情報処理システムにかかり、特に、インメモリにてデータベースを管理する情報処理システムに関する。   The present invention relates to an information processing system, and more particularly to an information processing system that manages a database in-memory.

航空管制システムなど交通機関のデータを扱う基幹業務システムでは、データベースの処理に関しては、「高速性」と「高信頼性」が要求されている。このうち、高信頼性を実現するための技術としては、データベースを二重化することが一般的に行われている。   In mission-critical business systems that handle transportation data such as air traffic control systems, “high speed” and “high reliability” are required for database processing. Among these, as a technique for realizing high reliability, duplicating a database is generally performed.

また、データ処理の高速化を実現する技術としては、インメモリデータベースがある。インメモリデータベースとは、データをディスク上ではなく、メインメモリ上に格納することによって、アプリケーションからデータへのアクセスの高速化を実現している。   In addition, there is an in-memory database as a technique for realizing high-speed data processing. The in-memory database realizes high-speed access to data from an application by storing data not on a disk but on a main memory.

ここで、特許文献1に、インメモリデータベースを用いたシステムの一例が開示されている。このシステムでは、インメモリデータベースを装備した現用系のノード装置と待機系のノード装置とを備える。そして、まず、現用系のノード装置が、業務データの更新指示に基づいて更新ログを生成し、メモリに保持する。その後、現用系のノード装置は、生成した更新ログを待機系のノード装置に送信して、これを受信した待機系のノード装置は更新ログをメモリに保持する。さらに、その後、現用系のノード装置は、メモリに保持している更新ログに基づいて業務データを実更新し、これとは非同期に、待機系のノード装置も更新ログに基づいて業務データを実更新する。これにより、現用系と待機系との複数のノード装置のメモリに、同じ業務データを保持することを可能としている。   Here, Patent Document 1 discloses an example of a system using an in-memory database. This system includes an active node device equipped with an in-memory database and a standby node device. First, the active node device generates an update log based on the business data update instruction and holds it in the memory. Thereafter, the active node device transmits the generated update log to the standby node device, and the standby node device that has received the update log holds the update log in the memory. After that, the active node device actually updates the business data based on the update log held in the memory, and asynchronously, the standby node device also executes the business data based on the update log. Update. This makes it possible to hold the same business data in the memories of a plurality of node devices of the active system and the standby system.

国際公開WO2008/105098号International Publication No. WO2008 / 105098

しかしながら、上述した技術では、全てのノード装置にて業務データの実更新処理を行っているため、全てのノード装置の負荷が高くなる、という問題が生じる。すると、データの処理速度の低下や、ノード装置自体の動作が不安定になるなど、システム全体としての性能低下という問題が生じる。   However, in the above-described technique, since business data is actually updated in all node devices, there is a problem that the load on all node devices increases. Then, there arises a problem that the performance of the entire system is lowered, such as a decrease in data processing speed and an unstable operation of the node device itself.

このため、本発明の目的は、上述した課題である、インメモリデータベースを搭載した情報処理システムの性能の低下という問題を解決することにある。   For this reason, an object of the present invention is to solve the above-described problem that the performance of an information processing system equipped with an in-memory database is degraded.

上記目的を達成するため、本発明の一形態である情報処理システムは、
処理対象データを記憶するインメモリデータベースを装備したサーバ装置を複数備え、
前記各サーバ装置の前記各インメモリデータベースに、同一の前記処理対象データがそれぞれ記憶されており、当該処理対象データのマスタデータが、いずれか1つの前記サーバ装置に分散して配置されていると共に、当該マスタデータに対応するスレーブデータが、前記マスタデータが配置されていない他の前記サーバ装置に配置されており、
前記サーバ装置は、処理要求を受けた前記処理対象データのマスタデータが自装置に配置されている場合に、当該マスタデータに対する要求された処理を行うと共に、このマスタデータに対応する他の前記サーバ装置に配置された前記スレーブデータに対してコピー処理を行うインメモリデータ管理手段を備えた、
という構成をとる。
In order to achieve the above object, an information processing system according to an aspect of the present invention includes:
A plurality of server devices equipped with an in-memory database for storing processing target data,
The same processing target data is stored in each in-memory database of each server device, and the master data of the processing target data is distributed and arranged in any one of the server devices. Slave data corresponding to the master data is arranged in another server device in which the master data is not arranged,
The server device performs the requested processing on the master data when the master data of the processing target data that received the processing request is arranged in the own device, and the other server corresponding to the master data In-memory data management means for performing a copy process on the slave data arranged in the apparatus,
The configuration is as follows.

また、本発明の他の形態であるサーバ装置は、
処理対象データを記憶するインメモリデータベースを装備し、他のサーバ装置に接続されたサーバ装置であって、
前記インメモリデータベースに、他のサーバ装置と同一の前記処理対象データを記憶すると共に、自サーバ装置及び他のサーバ装置のいずれか1つに分散して配置された前記処理対象データのマスタデータと、他のサーバ装置に記憶されている前記処理対象データのマスタデータに対応するスレーブデータと、を記憶し、
処理要求を受けた前記処理対象データのマスタデータが自サーバ装置に配置されている場合に、当該マスタデータに対する要求された処理を行うと共に、このマスタデータに対応する他の前記サーバ装置に配置された前記スレーブデータに対してコピー処理を行うインメモリデータ管理手段を備えた、
という構成をとる。
Moreover, the server apparatus which is the other form of this invention is
A server device equipped with an in-memory database for storing processing target data and connected to another server device,
In the in-memory database, the same processing target data as other server devices is stored, and the master data of the processing target data distributed in any one of the own server device and the other server devices; Storing slave data corresponding to master data of the processing target data stored in another server device;
When the master data of the processing target data that has received the processing request is arranged in the own server device, the requested processing is performed on the master data and the master data of the processing target data is arranged in the other server device corresponding to the master data. In-memory data management means for performing a copy process on the slave data,
The configuration is as follows.

また、本発明の他の形態であるプログラムは、
他のサーバ装置に接続され、処理対象データを記憶するインメモリデータベースを装備したサーバ装置の前記インメモリデータベースに、他のサーバ装置と同一の前記処理対象データが記憶されていると共に、自サーバ装置及び他のサーバ装置のいずれか1つに分散して配置された前記処理対象データのマスタデータと、他のサーバ装置に記憶されている前記処理対象データのマスタデータに対応するスレーブデータと、が記憶されており、
前記サーバ装置に、処理要求を受けた前記処理対象データのマスタデータが自サーバ装置に配置されている場合に、当該マスタデータに対する要求された処理を行うと共に、このマスタデータに対応する他の前記サーバ装置に配置された前記スレーブデータに対してコピー処理を行うインメモリデータ管理手段、を実現させるためのプログラムである。
Moreover, the program which is the other form of this invention is:
The in-memory database of a server device equipped with an in-memory database that is connected to another server device and stores processing target data stores the same processing target data as the other server device, and the own server device And master data of the processing target data distributed and arranged in any one of the other server devices, and slave data corresponding to the master data of the processing target data stored in the other server devices, Remembered,
When the master data of the processing target data that has received the processing request is arranged in the server device, the server device performs the requested processing on the master data and the other data corresponding to the master data. It is a program for realizing in-memory data management means for performing a copy process on the slave data arranged in a server device.

さらに、本発明の他の構成である情報処理方法は、
処理対象データを記憶するインメモリデータベースを装備したサーバ装置が複数備えられており、
前記各サーバ装置の前記各インメモリデータベースに、同一の前記処理対象データがそれぞれ記憶されており、当該処理対象データのマスタデータが、いずれか1つの前記サーバ装置に分散して配置されていると共に、当該マスタデータに対応するスレーブデータが、前記マスタデータが配置されていない他の前記サーバ装置に配置されており、
前記サーバ装置が、処理要求を受けた前記処理対象データのマスタデータが自装置に配置されている場合に、当該マスタデータに対する要求された処理を行い、このマスタデータに対応する他の前記サーバ装置に配置された前記スレーブデータに対してコピー処理を行う、
という構成をとる。
Furthermore, an information processing method which is another configuration of the present invention includes:
A plurality of server devices equipped with an in-memory database for storing data to be processed are provided.
The same processing target data is stored in each in-memory database of each server device, and the master data of the processing target data is distributed and arranged in any one of the server devices. Slave data corresponding to the master data is arranged in another server device in which the master data is not arranged,
When the server device receives the processing request and the master data of the processing target data is arranged in its own device, the server device performs the requested processing on the master data, and the other server device corresponding to the master data A copy process is performed on the slave data arranged in
The configuration is as follows.

本発明は、以上のように構成されることにより、データベースを備えた各装置の処理負荷を分散して、処理速度の高速化とシステム全体の信頼性の向上を図ることができる。   With the configuration as described above, the present invention can distribute the processing load of each device provided with a database to increase the processing speed and improve the reliability of the entire system.

本発明の実施形態1における情報処理システムの全体構成を示すブロック図である。It is a block diagram which shows the whole structure of the information processing system in Embodiment 1 of this invention. 図1に開示したAPサーバとOLTPサーバの構成を示すブロック図である。It is a block diagram which shows the structure of AP server and OLTP server which were disclosed by FIG. 図2に開示したデータ管理テーブル、及び、メモリテーブルの一例を示す図である。FIG. 3 is a diagram illustrating an example of a data management table and a memory table disclosed in FIG. 2. 図2に開示したAPサーバとOLTPサーバの動作を示す説明図である。It is explanatory drawing which shows operation | movement of AP server and OLTP server which were disclosed in FIG. 図2に開示したAPサーバとOLTPサーバの動作を示す説明図である。It is explanatory drawing which shows operation | movement of AP server and OLTP server which were disclosed in FIG. 図2に開示したAPサーバとOLTPサーバの動作を示す説明図である。It is explanatory drawing which shows operation | movement of AP server and OLTP server which were disclosed in FIG. 図2に開示したAPサーバとOLTPサーバの動作を示す説明図である。It is explanatory drawing which shows operation | movement of AP server and OLTP server which were disclosed in FIG. 図2に開示したAPサーバとOLTPサーバの動作を示すフローチャートである。It is a flowchart which shows operation | movement of AP server and OLTP server which were disclosed by FIG. 本発明の付記1における情報処理システムの構成を示すブロック図である。It is a block diagram which shows the structure of the information processing system in attachment 1 of this invention.

<実施形態1>
本発明の第1の実施形態を、図1乃至図8を参照して説明する。図1乃至図3は、情報処理システムの構成を示す図であり、図4乃至図8は、情報処理システムの動作を示す図である。
<Embodiment 1>
A first embodiment of the present invention will be described with reference to FIGS. 1 to 3 are diagrams illustrating the configuration of the information processing system, and FIGS. 4 to 8 are diagrams illustrating the operation of the information processing system.

[構成]
本発明における情報処理システムは、例えば、航空管制システムといった各航空機の状態などを管理するシステムである。そして、情報処理システムは、図1に示すように、各航空機の状態を表す情報などの処理対象データに対して所定の処理を行うよう指示する処理システム11〜13と、上記処理対象データをデータベースに格納して管理する現用系システムとしてのフロントシステム20と、このフロントシステム20に障害が生じたときに当該フロントシステム20に代わって作動する待機系システムとしてのバックアップシステム30と、を備える。
[Constitution]
The information processing system according to the present invention is a system that manages the state of each aircraft, such as an air traffic control system. As shown in FIG. 1, the information processing system includes processing systems 11 to 13 that instruct to perform predetermined processing on processing target data such as information representing the state of each aircraft, and the processing target data in a database. And a backup system 30 as a standby system that operates in place of the front system 20 when a failure occurs in the front system 20.

そして、上記各システム11,20,30は、それぞれが複数台のサーバコンピュータにて構成されていてもよく、あるいは、それぞれが1台のサーバコンピュータにて構成されていてもよい。   Each of the systems 11, 20, and 30 may be configured by a plurality of server computers, or each may be configured by a single server computer.

なお、本発明における情報処理システムは、必ずしも航空管制システムに適用されるものであることに限定されず、いかなる情報を管理するシステムであってもよく、また、いかなる用途に利用されるシステムであってもよい。加えて、本発明における情報処理システムは、上述した各システム11等,20,30を備えた構成であることに限定されない。   Note that the information processing system according to the present invention is not necessarily applied to an air traffic control system, and may be a system that manages any information, or a system that is used for any purpose. May be. In addition, the information processing system according to the present invention is not limited to the configuration including the above-described systems 11, 20, and 30.

そして、本実施形態における処理システム11等は、フロントシステム20に格納されている各処理対象データに対する更新処理や参照処理などの処理要求を、当該フロントシステム20に対して行う機能を有する。   The processing system 11 and the like in the present embodiment have a function of making processing requests such as update processing and reference processing for each processing target data stored in the front system 20 to the front system 20.

また、本実施形態におけるフロントシステム20は、通信サーバ21と、APサーバ22と、OLTPサーバ23と、DBサーバ24と、を備える。なお、通信サーバ21と、APサーバ22と、OLTPサーバ23とは、それぞれ複数台のサーバコンピュータにて構成されている。また、フロントシステム20とバックアップシステム30とは、それぞれほぼ同一構成であるため、以下ではフロントシステム20についてのみ説明し、バックアップシステム30の構成についての説明は省略する。   The front system 20 in the present embodiment includes a communication server 21, an AP server 22, an OLTP server 23, and a DB server 24. The communication server 21, the AP server 22, and the OLTP server 23 are each composed of a plurality of server computers. Further, since the front system 20 and the backup system 30 have substantially the same configuration, only the front system 20 will be described below, and description of the configuration of the backup system 30 will be omitted.

以下、フロントシステム20の構成について詳細に説明する。通信サーバ21は、処理システム11等からフロントシステム20に対する処理要求メッセージを受信するなど、プロトコル制御を行って通信処理を行う。なお、処理要求メッセージは、例えば、処理対象を特定する識別情報である「FOID」と、当該処理対象データに対する処理内容を表す「メッセージ」(例えば、「更新」や「参照」など)と、を含むデータである。そして、処理要求メッセージには、例えば、処理対象データを特定する「FOID」が複数含まれている場合もある。   Hereinafter, the configuration of the front system 20 will be described in detail. The communication server 21 performs communication processing by performing protocol control such as receiving a processing request message for the front system 20 from the processing system 11 or the like. Note that the processing request message includes, for example, “FOID” that is identification information for specifying a processing target, and a “message” (for example, “update”, “reference”, etc.) that indicates processing content for the processing target data. It is data to include. The processing request message may include, for example, a plurality of “FOIDs” that specify processing target data.

また、APサーバ22は、複数台のサーバコンピュータ、あるいは、単一のサーバコンピュータにて構成されており、主に、処理システム11等からの処理要求メッセージを、OLTPサーバ23に振り分ける処理を行う振り分け装置として機能する。具体的に、図2に示すように、APサーバ200は、装備されたCPUなどの演算装置にプログラムが組み込まれることで構築された、振り分け部201を備えている。また、APサーバ200は、装備された記憶装置に形成されたデータ管理テーブル202を備えている。   The AP server 22 is composed of a plurality of server computers or a single server computer, and mainly distributes a processing request message from the processing system 11 or the like to the OLTP server 23. Functions as a device. Specifically, as illustrated in FIG. 2, the AP server 200 includes a distribution unit 201 that is constructed by incorporating a program into an arithmetic device such as a CPU. The AP server 200 also includes a data management table 202 formed in the equipped storage device.

ここで、データ管理テーブル202に記憶されるデータの一例を図3(1−1)及び図3(1−2)を参照して説明する。まず、データ管理テーブル202(配置テーブル)には、図3(1−1)に示すように、「ハッシュ値」と「グループ」の対応表がある。このハッシュ値は、処理要求メッセージに含まれる処理対象データを特定する「FOID」をハッシュ処理した値であり、その値によって処理対象データが格納されているグループが特定される。また、データ管理テーブル203には、図3(1−2)に示すように、「FIODグループ」と「マスタ」と「スレーブ」との対応表がある。FOIDグループは、図3(1−1)で特定された処理対象データが区分けされるグループであり、各グループに属する処理対象データのマスタデータが格納されているOLTPサーバと、スレーブデータが格納されているOLTPサーバと、が特定されている。   Here, an example of data stored in the data management table 202 will be described with reference to FIG. 3 (1-1) and FIG. 3 (1-2). First, the data management table 202 (arrangement table) has a correspondence table of “hash values” and “groups” as shown in FIG. This hash value is a value obtained by hashing “FOID” for specifying the processing target data included in the processing request message, and the group in which the processing target data is stored is specified by the value. Further, the data management table 203 includes a correspondence table of “FIOD group”, “master”, and “slave” as shown in FIG. The FOID group is a group into which the processing target data identified in FIG. 3 (1-1) is divided. The FOID group stores an OLTP server storing master data of processing target data belonging to each group and slave data. The specified OLTP server is identified.

そして、APサーバ200の振り分け部201(振り分け手段)は、処理システム11等から通信サーバ21を介して受け付けた処理要求メッセージ内の「FOID」をハッシュ処理してハッシュ値を算出し、そのハッシュ値に対応するマスタデータの所在を、データ管理テーブルに従って特定する。例えば、処理要求メッセージにて処理要求された処理対象データの「FOID」のハッシュ値が「1」である場合には、図3(1−1)からグループが「#1」と特定でき、図3(1−2)からこのグループのマスタデータは、「OLTPサーバ#1」に格納されている、と特定する。そして、振り分け部201は、マスタデータが格納されているOLTPサーバを特定したら、そのOLTPサーバに、処理要求メッセージを振り分けて送信する。なお、振り分け部201は、上述したようにFOIDをハッシュ処理したハッシュ値を利用してFIODグループを特定することに限定されず、いかなる方法にてFOIDグループを特定して、そのマスタデータが格納されているOLTPサーバを特定し、当該特定したOLTPサーバに処理要求メッセージを振り分けてもよい。   Then, the distribution unit 201 (distribution means) of the AP server 200 calculates a hash value by hashing “FOID” in the processing request message received from the processing system 11 or the like via the communication server 21, and the hash value The location of the master data corresponding to is specified according to the data management table. For example, when the hash value of “FOID” of the processing target data requested for processing in the processing request message is “1”, the group can be identified as “# 1” from FIG. 3 (1-2) specifies that the master data of this group is stored in “OLTP server # 1”. Then, after specifying the OLTP server in which the master data is stored, the distribution unit 201 distributes and transmits a processing request message to the OLTP server. The distribution unit 201 is not limited to specifying the FIOD group using the hash value obtained by hashing the FOID as described above, and the master data is stored by specifying the FOID group by any method. The specified OLTP server may be specified, and the processing request message may be distributed to the specified OLTP server.

なお、APサーバ200の振り分け部201は、処理要求メッセージ内に「FOID」が複数含まれている場合には、先頭の「FOID」のハッシュ値のみを算出し、その値に応じて振り分け先となるOLTPサーバを特定して、当該OLTPサーバに処理要求メッセージを振り分ける。   Note that when the processing request message includes a plurality of “FOIDs”, the distribution unit 201 of the AP server 200 calculates only the first “FOID” hash value, and determines the distribution destination and The OLTP server to be identified is specified, and the processing request message is distributed to the OLTP server.

次に、OLTPサーバ300について説明する。OLTPサーバ300は、それぞれが主記憶装置にデータベースを格納して処理するインメモリデータベース304を装備した複数台のサーバコンピュータにて構成されている。   Next, the OLTP server 300 will be described. The OLTP server 300 includes a plurality of server computers each equipped with an in-memory database 304 that stores and processes a database in a main storage device.

そして、OLTPサーバ300は、主に、APサーバ200から振り分けられた処理要求メッセージを受けて、自サーバのインメモリデータベース304に格納されている処理対象データのマスタデータに対して、要求された処理を行う機能を備える。具体的に、図2に示すように、OLTPサーバ300は、装備されたCPUなどの演算装置にプログラムが組み込まれることで構築された、インメモリデータ管理部301を備えている。また、OLTPサーバ300は、装備された記憶装置に形成されたデータ管理テーブル302と、メモリテーブル303と、を備えている。   Then, the OLTP server 300 mainly receives the processing request message distributed from the AP server 200 and performs the requested processing on the master data of the processing target data stored in the in-memory database 304 of the own server. The function to perform. Specifically, as shown in FIG. 2, the OLTP server 300 includes an in-memory data management unit 301 constructed by incorporating a program in an arithmetic device such as a CPU that is equipped. The OLTP server 300 also includes a data management table 302 and a memory table 303 formed in the equipped storage device.

ここで、データ管理テーブル302に記憶されるデータは、上述したAPサーバ200と同様に、図3(1−1)、(1−2)に示すように、「ハッシュ値」と「グループ」の対応表と、「FIODグループ」と「マスタ」と「スレーブ」との対応表と、である。また、メモリテーブル303は、図3(2)に示すように、「FOID」と、そのデータの実際の格納先である「アドレス」との対応表である。   Here, the data stored in the data management table 302 is “hash value” and “group” as shown in FIGS. 3 (1-1) and (1-2), as with the AP server 200 described above. 5 is a correspondence table and a correspondence table of “FIOD group”, “master”, and “slave”. Further, as shown in FIG. 3B, the memory table 303 is a correspondence table between “FOID” and “address” that is the actual storage destination of the data.

そして、OLTPサーバ300のインメモリデータ管理部301(インメモリ管理手段)は、まず、DBサーバ24に格納されている処理対象データを、主記憶装置上に配置して、インメモリデータベース304を構築する。このとき、インメモリデータ管理部301は、他のOLTPサーバと協働して、主記憶装置上に配置する全ての処理対象データを、全てのOLTPサーバに配置する。但し、処理対象データのマスタデータは、1つのOLTPサーバのみに配置されるようにし、他のOLTPサーバには、その複製であるスレーブデータを配置する。   Then, the in-memory data management unit 301 (in-memory management unit) of the OLTP server 300 first arranges the processing target data stored in the DB server 24 on the main storage device to construct the in-memory database 304. To do. At this time, the in-memory data management unit 301 cooperates with other OLTP servers to arrange all the processing target data arranged on the main storage device in all the OLTP servers. However, the master data of the processing target data is arranged only in one OLTP server, and the slave data that is a duplicate thereof is arranged in the other OLTP server.

具体的に、複数のOLTPサーバ300への処理対象データの配置の様子を、図4を参照して説明する。ここでは、3台のOLTPサーバ310,320,330が装備されており、処理対象データは、3つのデータ群(FOデータ群1,2,3)に区分けされていることとする。   Specifically, the arrangement of the processing target data on the plurality of OLTP servers 300 will be described with reference to FIG. Here, it is assumed that three OLTP servers 310, 320, and 330 are provided, and the processing target data is divided into three data groups (FO data groups 1, 2, and 3).

この場合に、まず、各OLTPサーバ310,320,330には、それぞれ全ての処理対象データ、つまり、3つのFOデータ群1,2,3(311〜313,321〜323,331〜333)がそれぞれインメモリデータベースに配置される。但し、3つのFOデータ群1,2,3の各マスタデータ群は、1つのOLTPサーバのみに配置される。例えば、FOデータ群1のマスタデータは、OLTPサーバ#1(310)のみに配置され、他のOLTPサーバ#2(320)、#3(330)には、FOデータ群1のスレーブデータが配置される。同様に、FOデータ群2のマスタデータは、OLTPサーバ#2(320)のみに配置され、他のOLTPサーバ#1(310)、#3(330)には、FOデータ群2のスレーブデータが配置される。また、FOデータ群3のマスタデータは、OLTPサーバ#3(330)のみに配置され、他のOLTPサーバ#1(310)、#2(320)には、FOデータ群3のスレーブデータが配置される。   In this case, first, all the processing target data, that is, three FO data groups 1, 2, 3 (311 to 313, 321 to 323, 331 to 333) are respectively stored in the OLTP servers 310, 320, and 330. Each is placed in an in-memory database. However, the master data groups of the three FO data groups 1, 2, and 3 are arranged in only one OLTP server. For example, the master data of the FO data group 1 is arranged only in the OLTP server # 1 (310), and the slave data of the FO data group 1 is arranged in the other OLTP servers # 2 (320) and # 3 (330). Is done. Similarly, the master data of the FO data group 2 is arranged only in the OLTP server # 2 (320), and the slave data of the FO data group 2 is stored in the other OLTP servers # 1 (310) and # 3 (330). Be placed. The master data of the FO data group 3 is arranged only in the OLTP server # 3 (330), and the slave data of the FO data group 3 is arranged in the other OLTP servers # 1 (310) and # 2 (320). Is done.

そして、OLTPサーバ300のインメモリデータ管理部301は、上述したようにAPサーバ200から振り分けられた処理要求メッセージを受けると、処理対象データのマスタデータが自サーバのインメモリデータベース304に配置されているため、かかるマスタデータに対する処理を行う。また、インメモリデータ管理部301は、処理要求メッセージに従って処理を行ったマスタデータを、当該マスタデータの複製である他のOLTPサーバに配置されているスレーブデータに対してコピー処理を行う。このとき、コピー処理は、FOデータ群単位で行うが、処理対象データ単位で行ってもよい。   When the in-memory data management unit 301 of the OLTP server 300 receives the processing request message distributed from the AP server 200 as described above, the master data of the processing target data is placed in the in-memory database 304 of the own server. Therefore, the master data is processed. Further, the in-memory data management unit 301 performs a copy process on the master data processed according to the process request message with respect to the slave data arranged in another OLTP server that is a duplicate of the master data. At this time, the copy processing is performed in units of FO data groups, but may be performed in units of processing target data.

また、OLTPサーバ300のインメモリデータ管理部301は、APサーバ200から振り分けられた処理要求メッセージに、自サーバにマスタデータが配置されていない「FOID」が存在している場合には、上述したAPサーバ200の振り分け部201と同様に、そのFOIDのマスタデータを配置している他のOLTPサーバに、処理要求メッセージを振り分ける処理を行う。   Further, the in-memory data management unit 301 of the OLTP server 300 described above when the processing request message distributed from the AP server 200 includes “FOID” in which master data is not allocated to the own server. Similar to the distribution unit 201 of the AP server 200, the process request message is distributed to another OLTP server in which the master data of the FOID is arranged.

具体的に、インメモリデータ管理部301は、まず、振り分けられた処理要求メッセージに含まれるFOIDのうち、自サーバにマスタデータが配置されているFOIDの処理対象データを処理し、他のOLTPサーバに格納されているスレーブデータにコピー処理を行う。そして、自サーバにマスタデータが配置されていないFOIDに対しては、ハッシュ値を算出し、そのハッシュ値に対応するマスタデータの所在を、データ管理テーブル302に従って特定する。そして、マスタデータが格納されている他のOLTPサーバを特定したら、その他のOLTPサーバに、処理要求メッセージを振り分けて送信する。これにより、他のOLTPサーバは、受け付けた処理要求メッセージに従って、自サーバにマスタデータが配置されているFOIDの処理対象データを処理し、別のOLTPサーバに格納されているスレーブデータにコピー処理を行う。   Specifically, the in-memory data management unit 301 first processes the processing target data of the FOID in which the master data is arranged in the own server among the FOIDs included in the distributed processing request message, and transmits the other OLTP server. Copy processing is performed on slave data stored in. A hash value is calculated for an FOID in which master data is not allocated to the server itself, and the location of the master data corresponding to the hash value is specified according to the data management table 302. When another OLTP server in which the master data is stored is specified, a processing request message is distributed and transmitted to the other OLTP server. Thereby, according to the received processing request message, the other OLTP server processes the processing target data of the FOID in which the master data is arranged in its own server, and performs the copy processing on the slave data stored in another OLTP server. Do.

なお、インメモリデータ管理部301は、処理要求の内容が、データの内容を変更しない「参照」処理である場合には、その処理対象データのマスタデータが自サーバに配置されておらずスレーブデータに配置されている場合であっても、かかるスレーブデータに対して「参照」処理を行う。   Note that if the content of the processing request is a “reference” process that does not change the data content, the in-memory data management unit 301 determines that the master data of the processing target data is not located in the own server and is slave data. Even in the case where the slave data is arranged in the memory, “reference” processing is performed on the slave data.

[動作]
次に、上述した情報処理システムの動作を、図4乃至図7の説明図、及び、図8のフローチャートを参照して説明する。
[Operation]
Next, the operation of the information processing system described above will be described with reference to the explanatory diagrams of FIGS. 4 to 7 and the flowchart of FIG.

事前に、OLTPサーバ310,320,330は、図4に示すように、DBサーバ24に格納されている処理対象データを、それぞれが装備している主記憶装置上に配置して、インメモリデータベースを構築する。このとき、処理対象データは3つのFOデータ群1,2,3に区分けされており、FOデータ群1のマスタデータは、OLTPサーバ#1(310)のみに配置され、他のOLTPサーバ#2(320)、#3(330)には、FOデータ群1のスレーブデータが配置される。また、FOデータ群2のマスタデータは、OLTPサーバ#2(320)のみに配置され、他のOLTPサーバ#1(310)、#3(330)には、FOデータ群2のスレーブデータが配置される。また、FOデータ群3のマスタデータは、OLTPサーバ#3(330)のみに配置され、他のOLTPサーバ#1(310)、#2(320)には、FOデータ群3のスレーブデータが配置される。   In advance, as shown in FIG. 4, the OLTP servers 310, 320, and 330 arrange the processing target data stored in the DB server 24 on the main storage devices equipped in the respective in-memory databases. Build up. At this time, the processing target data is divided into three FO data groups 1, 2, and 3. The master data of the FO data group 1 is arranged only in the OLTP server # 1 (310), and the other OLTP server # 2 In (320) and # 3 (330), slave data of the FO data group 1 is arranged. The master data of the FO data group 2 is arranged only in the OLTP server # 2 (320), and the slave data of the FO data group 2 is arranged in the other OLTP servers # 1 (310) and # 3 (330). Is done. The master data of the FO data group 3 is arranged only in the OLTP server # 3 (330), and the slave data of the FO data group 3 is arranged in the other OLTP servers # 1 (310) and # 2 (320). Is done.

そして、所定の処理システム11等からフロントシステム20に処理要求メッセージが送信されると、通信サーバ21を介してAPサーバ22(200)にて受信される(図8のステップS1)。   When a processing request message is transmitted from the predetermined processing system 11 or the like to the front system 20, it is received by the AP server 22 (200) via the communication server 21 (step S1 in FIG. 8).

APサーバ200は、受け付けた処理要求メッセージ内の「FOID」をハッシュ処理してハッシュ値を算出し(図8のステップS2)、そのハッシュ値に対応するマスタデータの所在を、データ管理テーブル202に従って特定する。例えば、処理要求メッセージにて処理要求された処理対象データの「FOID」のハッシュ値が「1」である場合には、図3(1−1)からグループが「#1」と特定でき(図8のステップS3)、図3(1−2)からこのグループのマスタデータは、「OLTPサーバ#1(310)」に格納されている、と特定する(図8のステップS4)。そして、APサーバ200は、マスタデータが格納されているOLTPサーバ310,320,330に、処理要求メッセージを振り分けて送信する(図4の矢印Y1,Y2,Y3)。   The AP server 200 performs hash processing on the “FOID” in the received processing request message to calculate a hash value (step S2 in FIG. 8), and the location of the master data corresponding to the hash value is determined according to the data management table 202. Identify. For example, when the hash value of “FOID” of the processing target data requested for processing in the processing request message is “1”, the group can be identified as “# 1” from FIG. 8 (step S3) and from FIG. 3 (1-2), it is specified that the master data of this group is stored in “OLTP server # 1 (310)” (step S4 in FIG. 8). Then, the AP server 200 distributes and transmits the processing request message to the OLTP servers 310, 320, and 330 that store the master data (arrows Y1, Y2, and Y3 in FIG. 4).

そして、OLTPサーバ310,320,330は、上述したようにAPサーバ200から振り分けられた処理要求メッセージを受けると、当該処理要求メッセージの処理対象データのマスタデータが自サーバのインメモリデータベース304に配置されているため、かかるマスタデータに対する処理、例えば、「更新」処理を行う(図8のステップS6)。   When the OLTP server 310, 320, 330 receives the processing request message distributed from the AP server 200 as described above, the master data of the processing target data of the processing request message is placed in the in-memory database 304 of the own server. Therefore, processing for such master data, for example, “update” processing is performed (step S6 in FIG. 8).

その後、OLTPサーバ310,320,330は、処理要求メッセージに従って処理を行ったマスタデータを、当該マスタデータの複製である他のOLTPサーバに配置されているスレーブデータに対してコピー処理を行う(図8のステップS7)。例えば、OLTPサーバ310で、FOデータ群1内のマスタデータを更新処理した場合には、このマスタデータに対応する他のOLTPサーバ320,330に格納されているスレーブデータであるFOデータ群1(321,322)に、コピー処理を行う(図5の矢印Y11,Y12)。なお、他のマスタデータが処理された場合も同様である(図5の矢印Y21,Y22,Y31,Y32参照)。   Thereafter, the OLTP servers 310, 320, and 330 copy the master data processed in accordance with the processing request message to the slave data arranged in another OLTP server that is a duplicate of the master data (FIG. 8 step S7). For example, when the master data in the FO data group 1 is updated at the OLTP server 310, the FO data group 1 (slave data stored in the other OLTP servers 320 and 330 corresponding to this master data ( 321 and 322), copy processing is performed (arrows Y11 and Y12 in FIG. 5). The same applies when other master data is processed (see arrows Y21, Y22, Y31, Y32 in FIG. 5).

これにより、マスタデータが配置されているOLTPサーバに対して処理要求が振り分けられるため、各OLTPサーバの処理負荷が分散される。従って、各OLTPサーバの処理負荷を抑制でき、データ処理速度の向上やシステムの動作の安定化を図ることができる。その結果、情報処理システム全体の性能向上を図ることができる。   As a result, processing requests are distributed to the OLTP server on which the master data is arranged, so that the processing load of each OLTP server is distributed. Therefore, the processing load of each OLTP server can be suppressed, the data processing speed can be improved, and the system operation can be stabilized. As a result, the performance of the entire information processing system can be improved.

なお、上述したAPサーバ200では、処理要求メッセージ内に「FOID」が複数含まれている場合には、先頭の「FOID」のみに基づいて振り分けが行われる。すると、APサーバ200から振り分けられた処理要求メッセージには、OLTPサーバ300にマスタデータが配置されていない「FOID」が存在していることがあるが、OLTPサーバ300が上述したAPサーバ200の振り分け部201と同様に、そのFOIDのマスタデータを配置している他のOLTPサーバに、処理要求メッセージを振り分ける処理を行う。   In the AP server 200 described above, when a plurality of “FOIDs” are included in the processing request message, sorting is performed based on only the first “FOID”. Then, the processing request message distributed from the AP server 200 may include “FOID” in which master data is not arranged in the OLTP server 300. However, the OLTP server 300 distributes the AP server 200 described above. Similar to the unit 201, processing for distributing the processing request message to another OLTP server in which the master data of the FOID is arranged is performed.

例えば、図6に示すように、OLTPサーバ310が処理要求メッセージを受けた場合には、まず、処理要求メッセージに含まれるFOIDのうち、自サーバにマスタデータが配置されているFOIDの処理対象データを処理し(図6の矢印Y41参照)、他のOLTPサーバに格納されているスレーブデータにコピー処理を行う。そして、自サーバにマスタデータが配置されていないFOIDに対しては、ハッシュ値を算出し、そのハッシュ値に対応するマスタデータの所在を、データ管理テーブルに従って特定する。そして、処理対象データのマスタデータがFOデータ群2であるとすると、他のOLTPサーバ320を特定し、当該他のOLTPサーバ320に、処理要求メッセージを振り分けて送信する(図8のステップS5)。   For example, as shown in FIG. 6, when the OLTP server 310 receives a processing request message, first, among the FOIDs included in the processing request message, the processing target data of the FOID in which the master data is arranged in the own server. (See arrow Y41 in FIG. 6), and the slave data stored in another OLTP server is copied. A hash value is calculated for the FOID in which master data is not allocated to the server itself, and the location of the master data corresponding to the hash value is specified according to the data management table. Then, assuming that the master data of the processing target data is the FO data group 2, another OLTP server 320 is specified, and a processing request message is distributed and transmitted to the other OLTP server 320 (step S5 in FIG. 8). .

そして、他のOLTPサーバ320は、受け付けた処理要求メッセージに従って、自サーバにマスタデータが配置されているFOIDの処理対象データを処理し(図6の矢印Y42参照)、別のOLTPサーバに格納されているスレーブデータにコピー処理を行う。   Then, according to the received processing request message, the other OLTP server 320 processes the processing target data of the FOID in which the master data is arranged on its own server (see arrow Y42 in FIG. 6), and is stored in another OLTP server. Copy processing to the slave data.

このようにすることで、処理要求メッセージに複数の処理対象データに対する処理要求が含まれている場合であっても、マスタデータが配置されているOLTPサーバに適切に処理を振り分けることができる。従って、上述同様に、各OLTPサーバの処理負荷が分散され、データ処理速度の向上やシステムの動作の安定化を図ることができる。   In this way, even if the processing request message includes processing requests for a plurality of processing target data, the processing can be appropriately distributed to the OLTP server where the master data is arranged. Therefore, as described above, the processing load of each OLTP server is distributed, so that the data processing speed can be improved and the operation of the system can be stabilized.

また、図7を参照して、OLTPサーバ310が受け付けた処理要求メッセージがFOデータ群1に含まれるマスタデータの「更新」処理であるが(図7の矢印Y51参照)、かかる「更新」処理を行うに伴って、自サーバ310にマスタデータが無いFOデータ群2のデータの内容を「参照」処理する必要がある場合を説明する。この場合には、OLTPサーバ310は、FOデータ群1に含まれるマスタデータに対する「更新」処理を行うと共に(図7の矢印Y52参照)、さらに、自サーバ310に格納されたFOデータ群2のスレーブデータに対して、「参照」処理を行う(図7の矢印Y53参照)。   Also, referring to FIG. 7, the processing request message received by the OLTP server 310 is the “update” processing of the master data included in the FO data group 1 (see arrow Y51 in FIG. 7). A case where it is necessary to “reference” the contents of the data of the FO data group 2 that does not have master data in the server 310 will be described. In this case, the OLTP server 310 performs an “update” process on the master data included in the FO data group 1 (see the arrow Y52 in FIG. 7), and further the FO data group 2 stored in the own server 310. A “reference” process is performed on the slave data (see arrow Y53 in FIG. 7).

このように、「参照」処理などスレーブデータに対して処理を行っても影響の無い処理については、マスタデータを格納している他のOLTPサーバに処理要求を振り分けずに、特定の処理を行うOLTPサーバで同時に処理を行うようにする。これにより、OLTPサーバの処理負荷の増大を抑制しつつ、処理の高速化を図ることができる。   In this way, for processing that does not affect the processing of slave data such as “reference” processing, specific processing is performed without distributing processing requests to other OLTP servers that store master data. The OLTP server performs processing simultaneously. As a result, the processing speed can be increased while suppressing an increase in the processing load of the OLTP server.

<付記>
上記実施形態の一部又は全部は、以下の付記のようにも記載されうる。以下、本発明における情報処理システムの構成の概略を、図9のブロック図を参照して説明する。また、本発明におけるサーバ装置、プログラム、情報処理方法の構成の概略について説明する。但し、本発明は、以下の構成に限定されない。
<Appendix>
Part or all of the above-described embodiment can be described as in the following supplementary notes. The outline of the configuration of the information processing system in the present invention will be described below with reference to the block diagram of FIG. The outline of the configuration of the server device, the program, and the information processing method in the present invention will be described. However, the present invention is not limited to the following configuration.

(付記1)
処理対象データを記憶するインメモリデータベース510,610,710を装備したサーバ装置500,600,700を複数備え、
前記各サーバ装置500,600,700の前記各インメモリデータベース510,610,710に、同一の前記処理対象データがそれぞれ記憶されており、当該処理対象データのマスタデータが、いずれか1つの前記サーバ装置500,600,700に分散して配置されていると共に、当該マスタデータに対応するスレーブデータが、前記マスタデータが配置されていない他の前記サーバ装置に配置されており、
前記サーバ装置500,600,700は、処理要求を受けた前記処理対象データのマスタデータが自装置に配置されている場合に、当該マスタデータに対する要求された処理を行うと共に、このマスタデータに対応する他の前記サーバ装置に配置された前記スレーブデータに対してコピー処理を行うインメモリデータ管理手段520,620,720を備えた、
情報処理システム。
(Appendix 1)
A plurality of server devices 500, 600, 700 equipped with in-memory databases 510, 610, 710 for storing processing target data;
The same processing target data is respectively stored in the in-memory databases 510, 610, and 710 of the server devices 500, 600, and 700, and the master data of the processing target data is any one of the servers. The devices 500, 600, and 700 are distributed and slave data corresponding to the master data is disposed in another server device in which the master data is not disposed.
When the master data of the processing target data that has received the processing request is arranged in its own device, the server devices 500, 600, and 700 perform the requested processing on the master data and respond to the master data. In-memory data management means 520, 620, 720 for performing copy processing on the slave data arranged in the other server device
Information processing system.

(付記2)
付記1に記載の情報処理システムであって、
前記各サーバ装置の前記各インメモリデータベースに、前記処理対象データが複数のデータ群に区分けして記憶されており、当該各データ群の各マスタデータ群が、いずれか1つの前記サーバ装置に分散して配置されていると共に、当該マスタデータ群に対応するスレーブデータ群が、前記マスタデータ群が配置されていない他の前記サーバ装置に配置されており、
前記サーバ装置が有する前記インメモリデータ管理手段は、処理要求を受けた前記処理対象データが含まれる前記マスタデータ群を自装置が保持している場合に、当該マスタデータ群内のマスタデータに対する要求された処理を行うと共に、当該マスタデータ群に対応する他の前記サーバ装置に保持された前記スレーブデータ群に対してコピー処理を行う、
情報処理システム。
(Appendix 2)
An information processing system according to attachment 1, wherein
In each in-memory database of each server device, the processing target data is divided and stored in a plurality of data groups, and each master data group of each data group is distributed to any one of the server devices. And a slave data group corresponding to the master data group is arranged in another server device in which the master data group is not arranged,
The in-memory data management means included in the server device requests the master data in the master data group when the own device holds the master data group including the processing target data that has received the processing request. And performing a copy process on the slave data group held in the other server device corresponding to the master data group,
Information processing system.

(付記3)
付記1又は2に記載の情報処理システムであって、
前記各サーバ装置に対する前記処理対象データのマスタデータの配置を特定する配置テーブルを記憶した振り分け装置を備え、
前記振り分け装置は、前記処理対象データを特定する情報を含む処理要求を受け付けて、当該処理要求と前記配置テーブルとに基づいて前記処理対象データのマスタデータが配置されている前記サーバ装置を特定し、当該特定したサーバ装置に前記処理対象データの処理要求を振り分ける振り分け手段を備えた、
情報処理システム。
(Appendix 3)
An information processing system according to appendix 1 or 2,
A distribution device that stores an arrangement table that specifies the arrangement of master data of the processing target data for each of the server devices;
The distribution device receives a processing request including information for specifying the processing target data, and specifies the server device in which master data of the processing target data is arranged based on the processing request and the arrangement table. , Provided with a distribution means for distributing the processing request of the processing target data to the specified server device,
Information processing system.

(付記4)
付記3に記載の情報処理システムであって、
前記サーバ装置は、前記配置テーブルを記憶すると共に、
前記サーバ装置が有する前記インメモリデータ管理手段は、前記配置テーブルに基づいて、前記振り分け装置にて振り分けられた処理要求にて特定される前記処理対象データのマスタデータが他の前記サーバ装置に配置されている場合に、当該他のサーバ装置に処理要求を振り分ける、
情報処理システム。
(Appendix 4)
An information processing system according to attachment 3, wherein
The server device stores the arrangement table,
The in-memory data management means of the server device arranges master data of the processing target data specified by the processing request distributed by the distribution device based on the arrangement table in another server device. The processing request is distributed to the other server device.
Information processing system.

(付記5)
付記4に記載の情報処理システムであって、
前記サーバ装置が有する前記インメモリデータ管理手段は、前記振り分け装置にて振り分けられた処理要求にて特定される前記処理対象データのマスタデータが自装置に配置されている場合には、そのマスタデータに対する処理のみを行うと共に、このマスタデータに対応する他の前記サーバ装置に配置された前記スレーブデータに対してコピー処理を行い、前記振り分け装置にて振り分けられた処理要求にて特定される前記処理対象データのマスタデータが他の前記サーバ装置に配置されている場合には、そのマスタデータに対する処理要求のみを他のサーバ装置に処理要求を振り分け、
前記他のサーバ装置が有する前記インメモリデータ管理手段は、前記サーバ装置から振り分けられた処理要求にて特定される前記処理対象データのマスタデータが自装置に配置されている場合には、そのマスタデータに対する処理を行うと共に、このマスタデータに対応する別の前記サーバ装置に配置された前記スレーブデータに対してコピー処理を行う、
情報処理システム。
(Appendix 5)
An information processing system according to attachment 4, wherein
The in-memory data management means included in the server device, when the master data of the processing target data specified by the processing request distributed by the distribution device is arranged in the own device, the master data The processing specified by the processing request distributed by the distribution device is performed by performing copy processing on the slave data arranged in the other server device corresponding to the master data. When the master data of the target data is arranged in the other server device, only the processing request for the master data is distributed to the other server device,
The in-memory data management means of the other server device is configured such that when the master data of the processing target data specified by the processing request distributed from the server device is arranged in the own device, A process for data is performed and a copy process is performed for the slave data arranged in another server device corresponding to the master data.
Information processing system.

(付記6)
付記1乃至5のいずれかに記載の情報処理システムであって、
前記サーバ装置が有する前記インメモリデータ管理手段は、データの内容を変更しない処理要求を受けた前記処理対象データのスレーブデータが自装置に配置されている場合に、当該スレーブデータに対して要求された処理を行う、
情報処理システム。
(Appendix 6)
An information processing system according to any one of appendices 1 to 5,
The in-memory data management means of the server device is requested for the slave data when the slave data of the processing target data that has received a processing request that does not change the data content is located in the own device. Process
Information processing system.

(付記7)
付記6に記載の情報処理システムであって、
前記サーバ装置が有する前記インメモリデータ管理手段は、更新の処理要求を受けた前記処理対象データのマスタデータが自装置に配置されている場合に、そのマスタデータに対して更新処理を行うと共に、参照の処理要求を受けた前記処理対象データのスレーブデータが自装置に配置されている場合に、そのスレーブデータに対して参照処理を行う、
情報処理システム。
(Appendix 7)
The information processing system according to appendix 6,
The in-memory data management means of the server device performs update processing on the master data when the master data of the processing target data that has received the update processing request is arranged in the own device, When the slave data of the processing target data that has received a reference processing request is arranged in the own device, reference processing is performed on the slave data.
Information processing system.

(付記8)
処理対象データを記憶するインメモリデータベースを装備し、他のサーバ装置に接続されたサーバ装置であって、
前記インメモリデータベースに、他のサーバ装置と同一の前記処理対象データを記憶すると共に、自サーバ装置及び他のサーバ装置のいずれか1つに分散して配置された前記処理対象データのマスタデータと、他のサーバ装置に記憶されている前記処理対象データのマスタデータに対応するスレーブデータと、を記憶し、
処理要求を受けた前記処理対象データのマスタデータが自サーバ装置に配置されている場合に、当該マスタデータに対する要求された処理を行うと共に、このマスタデータに対応する他の前記サーバ装置に配置された前記スレーブデータに対してコピー処理を行うインメモリデータ管理手段を備えた、
サーバ装置。
(Appendix 8)
A server device equipped with an in-memory database for storing processing target data and connected to another server device,
In the in-memory database, the same processing target data as other server devices is stored, and the master data of the processing target data distributed in any one of the own server device and the other server devices; Storing slave data corresponding to master data of the processing target data stored in another server device;
When the master data of the processing target data that has received the processing request is arranged in the own server device, the requested processing is performed on the master data and the master data of the processing target data is arranged in the other server device corresponding to the master data. In-memory data management means for performing a copy process on the slave data,
Server device.

(付記9)
付記8に記載のサーバ装置であって、
前記各サーバ装置に対する前記処理対象データのマスタデータの配置を特定する配置テーブルを記憶し、
前記インメモリデータ管理手段は、前記配置テーブルに基づいて、処理要求にて特定される前記処理対象データのマスタデータが配置されている他のサーバ装置を特定し、当該他のサーバ装置に処理要求を振り分ける、
サーバ装置。
(Appendix 9)
The server device according to attachment 8, wherein
Storing an arrangement table for specifying arrangement of master data of the processing target data for each server device;
The in-memory data management means identifies another server device in which master data of the processing target data identified by the processing request is based on the placement table, and requests the other server device to process Sort out,
Server device.

(付記10)
他のサーバ装置に接続され、処理対象データを記憶するインメモリデータベースを装備したサーバ装置の前記インメモリデータベースに、他のサーバ装置と同一の前記処理対象データが記憶されていると共に、自サーバ装置及び他のサーバ装置のいずれか1つに分散して配置された前記処理対象データのマスタデータと、他のサーバ装置に記憶されている前記処理対象データのマスタデータに対応するスレーブデータと、が記憶されており、
前記サーバ装置に、処理要求を受けた前記処理対象データのマスタデータが自サーバ装置に配置されている場合に、当該マスタデータに対する要求された処理を行うと共に、このマスタデータに対応する他の前記サーバ装置に配置された前記スレーブデータに対してコピー処理を行うインメモリデータ管理手段、を実現させるためのプログラム。
(Appendix 10)
The in-memory database of a server device equipped with an in-memory database that is connected to another server device and stores processing target data stores the same processing target data as the other server device, and the own server device And master data of the processing target data distributed and arranged in any one of the other server devices, and slave data corresponding to the master data of the processing target data stored in the other server devices, Remembered,
When the master data of the processing target data that has received the processing request is arranged in the server device, the server device performs the requested processing on the master data and the other data corresponding to the master data. A program for realizing in-memory data management means for performing copy processing on the slave data arranged in a server device.

(付記11)
付記10に記載のプログラムであって、
前記サーバ装置が、前記各サーバ装置に対する前記処理対象データのマスタデータの配置を特定する配置テーブルを記憶しており、
前記インメモリデータ管理手段は、前記配置テーブルに基づいて、処理要求にて特定される前記処理対象データのマスタデータが配置されている他のサーバ装置を特定し、当該他のサーバ装置に処理要求を振り分ける、
プログラム。
(Appendix 11)
The program according to attachment 10, wherein
The server device stores an arrangement table for specifying arrangement of master data of the processing target data with respect to each server device;
The in-memory data management means identifies another server device in which master data of the processing target data identified by the processing request is based on the placement table, and requests the other server device to process Sort out,
program.

(付記12)
処理対象データを記憶するインメモリデータベースを装備したサーバ装置が複数備えられており、
前記各サーバ装置の前記各インメモリデータベースに、同一の前記処理対象データがそれぞれ記憶されており、当該処理対象データのマスタデータが、いずれか1つの前記サーバ装置に分散して配置されていると共に、当該マスタデータに対応するスレーブデータが、前記マスタデータが配置されていない他の前記サーバ装置に配置されており、
前記サーバ装置が、処理要求を受けた前記処理対象データのマスタデータが自装置に配置されている場合に、当該マスタデータに対する要求された処理を行い、このマスタデータに対応する他の前記サーバ装置に配置された前記スレーブデータに対してコピー処理を行う、
情報処理方法。
(Appendix 12)
A plurality of server devices equipped with an in-memory database for storing data to be processed are provided.
The same processing target data is stored in each in-memory database of each server device, and the master data of the processing target data is distributed and arranged in any one of the server devices. Slave data corresponding to the master data is arranged in another server device in which the master data is not arranged,
When the server device receives the processing request and the master data of the processing target data is arranged in its own device, the server device performs the requested processing on the master data, and the other server device corresponding to the master data A copy process is performed on the slave data arranged in
Information processing method.

(付記13)
付記12に記載の情報処理方法であって、
前記各サーバ装置に対する前記処理対象データのマスタデータの配置を特定する配置テーブルを記憶した振り分け装置が、前記処理対象データを特定する情報を含む処理要求を受け付けて、当該処理要求と前記配置テーブルとに基づいて前記処理対象データのマスタデータが配置されている前記サーバ装置を特定し、当該特定したサーバ装置に前記処理対象データの処理要求を振り分け、
前記サーバ装置が、前記振り分け装置にて振り分けられた処理要求を受けた前記処理対象データのマスタデータに対する処理を行う、
情報処理方法。
(Appendix 13)
An information processing method according to attachment 12, wherein
A distribution device that stores an arrangement table that specifies the arrangement of master data of the processing target data for each of the server apparatuses receives a processing request including information that specifies the processing target data, and the processing request, the arrangement table, The server device in which the master data of the processing target data is arranged based on the server device, the processing request of the processing target data is distributed to the specified server device,
The server device performs processing on the master data of the processing target data that has received the processing request distributed by the distribution device.
Information processing method.

(付記14)
付記13に記載の情報処理方法であって、
前記サーバ装置が、前記配置テーブルを記憶しており、当該配置テーブルに基づいて、前記振り分け装置にて振り分けられた処理要求にて特定される前記処理対象データのマスタデータが他の前記サーバ装置に配置されている場合に、当該他のサーバ装置に処理要求を振り分ける、
情報処理方法。
(Appendix 14)
An information processing method according to attachment 13, wherein
The server device stores the arrangement table, and based on the arrangement table, the master data of the processing target data specified by the processing request distributed by the distribution device is transferred to another server device. If it is deployed, distribute the processing request to the other server device.
Information processing method.

11〜13 処理システム
20 フロントシステム
21,31 通信サーバ
22,32,200 APサーバ
23,33,300,310,320,330 OLTPサーバ
24,34 DBサーバ
30 バックアップシステム
201 振り分け部
202,302 データ管理テーブル
301 インメモリデータ管理部
303 メモリテーブル
304 インメモリデータベース
311,312,313,321,322,323,331,332,333 FOデータ群
11-13 Processing system 20 Front system 21, 31 Communication server 22, 32, 200 AP server 23, 33, 300, 310, 320, 330 OLTP server 24, 34 DB server 30 Backup system 201 Distribution unit 202, 302 Data management table 301 In-memory data management unit 303 Memory table 304 In-memory databases 311, 312, 313, 321, 322, 323, 331, 332, 333 FO data group

Claims (13)

処理対象データを記憶するインメモリデータベースを装備したサーバ装置を複数備え、
前記各サーバ装置の前記各インメモリデータベースに、同一の前記処理対象データがそれぞれ記憶されており、当該処理対象データのマスタデータが、いずれか1つの前記サーバ装置に分散して配置されていると共に、当該マスタデータに対応するスレーブデータが、前記マスタデータが配置されていない他の前記サーバ装置に配置されており、
前記サーバ装置は、処理要求を受けた前記処理対象データのマスタデータが自装置に配置されている場合に、当該マスタデータに対する要求された処理を行うと共に、このマスタデータに対応する他の前記サーバ装置に配置された前記スレーブデータに対してコピー処理を行うインメモリデータ管理手段を備え、
前記各サーバ装置の前記各インメモリデータベースに、前記処理対象データが複数のデータ群に区分けして記憶されており、当該各データ群の各マスタデータ群が、いずれか1つの前記サーバ装置に分散して配置されていると共に、当該マスタデータ群に対応するスレーブデータ群が、前記マスタデータ群が配置されていない他の前記サーバ装置に配置されており、
前記サーバ装置が有する前記インメモリデータ管理手段は、処理要求を受けた前記処理対象データが含まれる前記マスタデータ群を自装置が保持している場合に、当該マスタデータ群内のマスタデータに対する要求された処理を行うと共に、当該マスタデータ群に対応する他の前記サーバ装置に保持された前記スレーブデータ群に対してコピー処理を行う、
情報処理システム。
A plurality of server devices equipped with an in-memory database for storing processing target data,
The same processing target data is stored in each in-memory database of each server device, and the master data of the processing target data is distributed and arranged in any one of the server devices. Slave data corresponding to the master data is arranged in another server device in which the master data is not arranged,
The server device performs the requested processing on the master data when the master data of the processing target data that received the processing request is arranged in the own device, and the other server corresponding to the master data In-memory data management means for performing a copy process on the slave data arranged in the device ,
In each in-memory database of each server device, the processing target data is divided and stored in a plurality of data groups, and each master data group of each data group is distributed to any one of the server devices. And a slave data group corresponding to the master data group is arranged in another server device in which the master data group is not arranged,
The in-memory data management means included in the server device requests the master data in the master data group when the own device holds the master data group including the processing target data that has received the processing request. And performing a copy process on the slave data group held in the other server device corresponding to the master data group,
Information processing system.
請求項1に記載の情報処理システムであって、
前記各サーバ装置に対する前記処理対象データのマスタデータの配置を特定する配置テーブルを記憶した振り分け装置を備え、
前記振り分け装置は、前記処理対象データを特定する情報を含む処理要求を受け付けて、当該処理要求と前記配置テーブルとに基づいて前記処理対象データのマスタデータが配置されている前記サーバ装置を特定し、当該特定したサーバ装置に前記処理対象データの処理要求を振り分ける振り分け手段を備えた、
情報処理システム。
The information processing system according to claim 1,
A distribution device that stores an arrangement table that specifies the arrangement of master data of the processing target data for each of the server devices;
The distribution device receives a processing request including information for specifying the processing target data, and specifies the server device in which master data of the processing target data is arranged based on the processing request and the arrangement table. , Provided with a distribution means for distributing the processing request of the processing target data to the specified server device,
Information processing system.
請求項2に記載の情報処理システムであって、
前記サーバ装置は、前記配置テーブルを記憶すると共に、
前記サーバ装置が有する前記インメモリデータ管理手段は、前記配置テーブルに基づいて、前記振り分け装置にて振り分けられた処理要求にて特定される前記処理対象データのマスタデータが他の前記サーバ装置に配置されている場合に、当該他のサーバ装置に処理要求を振り分ける、
情報処理システム。
The information processing system according to claim 2,
The server device stores the arrangement table,
The in-memory data management means of the server device arranges master data of the processing target data specified by the processing request distributed by the distribution device based on the arrangement table in another server device. The processing request is distributed to the other server device.
Information processing system.
請求項3に記載の情報処理システムであって、
前記サーバ装置が有する前記インメモリデータ管理手段は、前記振り分け装置にて振り分けられた処理要求にて特定される前記処理対象データのマスタデータが自装置に配置されている場合には、そのマスタデータに対する処理のみを行うと共に、このマスタデータに対応する他の前記サーバ装置に配置された前記スレーブデータに対してコピー処理を行い、前記振り分け装置にて振り分けられた処理要求にて特定される前記処理対象データのマスタデータが他の前記サーバ装置に配置されている場合には、そのマスタデータに対する処理要求のみを他のサーバ装置に処理要求を振り分け、
前記他のサーバ装置が有する前記インメモリデータ管理手段は、前記サーバ装置から振り分けられた処理要求にて特定される前記処理対象データのマスタデータが自装置に配置されている場合には、そのマスタデータに対する処理を行うと共に、このマスタデータに対応する別の前記サーバ装置に配置された前記スレーブデータに対してコピー処理を行う、
情報処理システム。
The information processing system according to claim 3,
The in-memory data management means included in the server device, when the master data of the processing target data specified by the processing request distributed by the distribution device is arranged in the own device, the master data The processing specified by the processing request distributed by the distribution device is performed by performing copy processing on the slave data arranged in the other server device corresponding to the master data. When the master data of the target data is arranged in the other server device, only the processing request for the master data is distributed to the other server device,
The in-memory data management means of the other server device is configured such that when the master data of the processing target data specified by the processing request distributed from the server device is arranged in the own device, A process for data is performed and a copy process is performed for the slave data arranged in another server device corresponding to the master data.
Information processing system.
請求項1乃至4のいずれかに記載の情報処理システムであって、
前記サーバ装置が有する前記インメモリデータ管理手段は、データの内容を変更しない処理要求を受けた前記処理対象データのスレーブデータが自装置に配置されている場合に、当該スレーブデータに対して要求された処理を行う、
情報処理システム。
An information processing system according to any one of claims 1 to 4,
The in-memory data management means of the server device is requested for the slave data when the slave data of the processing target data that has received a processing request that does not change the data content is located in the own device. Process
Information processing system.
請求項5に記載の情報処理システムであって、
前記サーバ装置が有する前記インメモリデータ管理手段は、更新の処理要求を受けた前記処理対象データのマスタデータが自装置に配置されている場合に、そのマスタデータに対して更新処理を行うと共に、参照の処理要求を受けた前記処理対象データのスレーブデータが自装置に配置されている場合に、そのスレーブデータに対して参照処理を行う、
情報処理システム。
The information processing system according to claim 5,
The in-memory data management means of the server device performs update processing on the master data when the master data of the processing target data that has received the update processing request is arranged in the own device, When the slave data of the processing target data that has received a reference processing request is arranged in the own device, reference processing is performed on the slave data.
Information processing system.
処理対象データを記憶するインメモリデータベースを装備し、他のサーバ装置に接続されたサーバ装置であって、
前記インメモリデータベースに、他のサーバ装置と同一の前記処理対象データを記憶すると共に、自サーバ装置及び他のサーバ装置のいずれか1つに分散して配置された前記処理対象データのマスタデータと、他のサーバ装置に記憶されている前記処理対象データのマスタデータに対応するスレーブデータと、を記憶し、
処理要求を受けた前記処理対象データのマスタデータが自サーバ装置に配置されている場合に、当該マスタデータに対する要求された処理を行うと共に、このマスタデータに対応する他の前記サーバ装置に配置された前記スレーブデータに対してコピー処理を行うインメモリデータ管理手段を備え、
自サーバ装置及び他のサーバ装置の前記各インメモリデータベースに、前記処理対象データが複数のデータ群に区分けして記憶されており、当該各データ群の各マスタデータ群が、いずれか1つの前記サーバ装置に分散して配置されていると共に、当該マスタデータ群に対応するスレーブデータ群が、前記マスタデータ群が配置されていない他の前記サーバ装置に配置されており、
前記インメモリデータ管理手段は、処理要求を受けた前記処理対象データが含まれる前記マスタデータ群を自装置が保持している場合に、当該マスタデータ群内のマスタデータに対する要求された処理を行うと共に、当該マスタデータ群に対応する他の前記サーバ装置に保持された前記スレーブデータ群に対してコピー処理を行う、
サーバ装置。
A server device equipped with an in-memory database for storing processing target data and connected to another server device,
In the in-memory database, the same processing target data as other server devices is stored, and the master data of the processing target data distributed in any one of the own server device and the other server devices; Storing slave data corresponding to master data of the processing target data stored in another server device;
When the master data of the processing target data that has received the processing request is arranged in the own server device, the requested processing is performed on the master data and the master data of the processing target data is arranged in the other server device corresponding to the master data. In-memory data management means for performing a copy process on the slave data,
In each in-memory database of the local server device and the other server device, the processing target data is divided and stored in a plurality of data groups, and each master data group of each data group is any one of the above-mentioned data groups The slave data group corresponding to the master data group is arranged in another server device in which the master data group is not arranged, and is arranged in a distributed manner in the server device.
The in-memory data management means performs the requested processing on the master data in the master data group when the own device holds the master data group including the processing target data that has received the processing request. A copy process is performed for the slave data group held in the other server device corresponding to the master data group.
Server device.
請求項7に記載のサーバ装置であって、
前記各サーバ装置に対する前記処理対象データのマスタデータの配置を特定する配置テーブルを記憶し、
前記インメモリデータ管理手段は、前記配置テーブルに基づいて、処理要求にて特定される前記処理対象データのマスタデータが配置されている他のサーバ装置を特定し、当該他のサーバ装置に処理要求を振り分ける、
サーバ装置。
The server device according to claim 7,
Storing an arrangement table for specifying arrangement of master data of the processing target data for each server device;
The in-memory data management means identifies another server device in which master data of the processing target data identified by the processing request is based on the placement table, and requests the other server device to process Sort out,
Server device.
他のサーバ装置に接続され、処理対象データを記憶するインメモリデータベースを装備したサーバ装置の前記インメモリデータベースに、他のサーバ装置と同一の前記処理対象データが記憶されていると共に、自サーバ装置及び他のサーバ装置のいずれか1つに分散して配置された前記処理対象データのマスタデータと、他のサーバ装置に記憶されている前記処理対象データのマスタデータに対応するスレーブデータと、が記憶されており、
前記サーバ装置に、処理要求を受けた前記処理対象データのマスタデータが自サーバ装置に配置されている場合に、当該マスタデータに対する要求された処理を行うと共に、このマスタデータに対応する他の前記サーバ装置に配置された前記スレーブデータに対してコピー処理を行うインメモリデータ管理手段、を実現させ、
自サーバ装置及び他のサーバ装置の前記各インメモリデータベースに、前記処理対象データが複数のデータ群に区分けして記憶されており、当該各データ群の各マスタデータ群が、いずれか1つの前記サーバ装置に分散して配置されていると共に、当該マスタデータ群に対応するスレーブデータ群が、前記マスタデータ群が配置されていない他の前記サーバ装置に配置されており、
前記インメモリデータ管理手段は、処理要求を受けた前記処理対象データが含まれる前記マスタデータ群を自装置が保持している場合に、当該マスタデータ群内のマスタデータに対する要求された処理を行うと共に、当該マスタデータ群に対応する他の前記サーバ装置に保持された前記スレーブデータ群に対してコピー処理を行う、
プログラム。
The in-memory database of a server device equipped with an in-memory database that is connected to another server device and stores processing target data stores the same processing target data as the other server device, and the own server device And master data of the processing target data distributed and arranged in any one of the other server devices, and slave data corresponding to the master data of the processing target data stored in the other server devices, Remembered,
When the master data of the processing target data that has received the processing request is arranged in the server device, the server device performs the requested processing on the master data and the other data corresponding to the master data. In-memory data management means for performing a copy process on the slave data arranged in the server device,
In each in-memory database of the local server device and the other server device, the processing target data is divided and stored in a plurality of data groups, and each master data group of each data group is any one of the above-mentioned data groups The slave data group corresponding to the master data group is arranged in another server device in which the master data group is not arranged, and is arranged in a distributed manner in the server device.
The in-memory data management means performs the requested processing on the master data in the master data group when the own device holds the master data group including the processing target data that has received the processing request. A copy process is performed for the slave data group held in the other server device corresponding to the master data group.
program.
請求項9に記載のプログラムであって、
前記サーバ装置が、前記各サーバ装置に対する前記処理対象データのマスタデータの配置を特定する配置テーブルを記憶しており、
前記インメモリデータ管理手段は、前記配置テーブルに基づいて、処理要求にて特定される前記処理対象データのマスタデータが配置されている他のサーバ装置を特定し、当該他のサーバ装置に処理要求を振り分ける、
プログラム。
The program according to claim 9, wherein
The server device stores an arrangement table for specifying arrangement of master data of the processing target data with respect to each server device;
The in-memory data management means identifies another server device in which master data of the processing target data identified by the processing request is based on the placement table, and requests the other server device to process Sort out,
program.
処理対象データを記憶するインメモリデータベースを装備したサーバ装置が複数備えられており、
前記各サーバ装置の前記各インメモリデータベースに、同一の前記処理対象データがそれぞれ記憶されており、当該処理対象データのマスタデータが、いずれか1つの前記サーバ装置に分散して配置されていると共に、当該マスタデータに対応するスレーブデータが、前記マスタデータが配置されていない他の前記サーバ装置に配置されており、
前記サーバ装置が、処理要求を受けた前記処理対象データのマスタデータが自装置に配置されている場合に、当該マスタデータに対する要求された処理を行い、このマスタデータに対応する他の前記サーバ装置に配置された前記スレーブデータに対してコピー処理を行い、
前記各サーバ装置の前記各インメモリデータベースに、前記処理対象データが複数のデータ群に区分けして記憶されており、当該各データ群の各マスタデータ群が、いずれか1つの前記サーバ装置に分散して配置されていると共に、当該マスタデータ群に対応するスレーブデータ群が、前記マスタデータ群が配置されていない他の前記サーバ装置に配置されており、
前記サーバ装置は、処理要求を受けた前記処理対象データが含まれる前記マスタデータ群を自装置が保持している場合に、当該マスタデータ群内のマスタデータに対する要求された処理を行うと共に、当該マスタデータ群に対応する他の前記サーバ装置に保持された前記スレーブデータ群に対してコピー処理を行う、
情報処理方法。
A plurality of server devices equipped with an in-memory database for storing data to be processed are provided.
The same processing target data is stored in each in-memory database of each server device, and the master data of the processing target data is distributed and arranged in any one of the server devices. Slave data corresponding to the master data is arranged in another server device in which the master data is not arranged,
When the server device receives the processing request and the master data of the processing target data is arranged in its own device, the server device performs the requested processing on the master data, and the other server device corresponding to the master data Copy processing is performed on the slave data arranged in
In each in-memory database of each server device, the processing target data is divided and stored in a plurality of data groups, and each master data group of each data group is distributed to any one of the server devices. And a slave data group corresponding to the master data group is arranged in another server device in which the master data group is not arranged,
When the server device holds the master data group including the processing target data that has received the processing request, the server device performs the requested processing on the master data in the master data group, and Copy processing is performed on the slave data group held in the other server device corresponding to the master data group.
Information processing method.
請求項11に記載の情報処理方法であって、
前記各サーバ装置に対する前記処理対象データのマスタデータの配置を特定する配置テーブルを記憶した振り分け装置が、前記処理対象データを特定する情報を含む処理要求を受け付けて、当該処理要求と前記配置テーブルとに基づいて前記処理対象データのマスタデータが配置されている前記サーバ装置を特定し、当該特定したサーバ装置に前記処理対象データの処理要求を振り分け、
前記サーバ装置が、前記振り分け装置にて振り分けられた処理要求を受けた前記処理対象データのマスタデータに対する処理を行う、
情報処理方法。
An information processing method according to claim 11,
A distribution device that stores an arrangement table that specifies the arrangement of master data of the processing target data for each of the server apparatuses receives a processing request including information that specifies the processing target data, and the processing request, the arrangement table, The server device in which the master data of the processing target data is arranged based on the server device, the processing request of the processing target data is distributed to the specified server device,
The server device performs processing on the master data of the processing target data that has received the processing request distributed by the distribution device.
Information processing method.
請求項12に記載の情報処理方法であって、
前記サーバ装置が、前記配置テーブルを記憶しており、当該配置テーブルに基づいて、前記振り分け装置にて振り分けられた処理要求にて特定される前記処理対象データのマスタデータが他の前記サーバ装置に配置されている場合に、当該他のサーバ装置に処理要求を振り分ける、
情報処理方法。
An information processing method according to claim 12,
The server device stores the arrangement table, and based on the arrangement table, the master data of the processing target data specified by the processing request distributed by the distribution device is transferred to another server device. If it is deployed, distribute the processing request to the other server device.
Information processing method.
JP2010197242A 2010-09-03 2010-09-03 Information processing system Expired - Fee Related JP5760350B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010197242A JP5760350B2 (en) 2010-09-03 2010-09-03 Information processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010197242A JP5760350B2 (en) 2010-09-03 2010-09-03 Information processing system

Publications (2)

Publication Number Publication Date
JP2012053796A JP2012053796A (en) 2012-03-15
JP5760350B2 true JP5760350B2 (en) 2015-08-12

Family

ID=45907005

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010197242A Expired - Fee Related JP5760350B2 (en) 2010-09-03 2010-09-03 Information processing system

Country Status (1)

Country Link
JP (1) JP5760350B2 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2759953B1 (en) * 2013-01-28 2022-03-02 Hasso-Plattner-Institut für Softwaresystemtechnik GmbH System and method for genomic data processing with an in-memory database system and real-time analysis
CN104969197A (en) * 2013-02-04 2015-10-07 日本电气株式会社 Data set multiplicity change device, server, and data set multiplicity change method
JP5890452B2 (en) * 2014-02-27 2016-03-22 日本電信電話株式会社 Cluster system server device and program thereof
WO2017183096A1 (en) * 2016-04-19 2017-10-26 株式会社日立製作所 Computer system and nonvolatile memory redundancy method

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3503592B2 (en) * 2000-11-22 2004-03-08 日本電気株式会社 Network system and information equipment
JP4313845B2 (en) * 2004-09-27 2009-08-12 修平 西山 Multi-instance in-memory database
JP2009020757A (en) * 2007-07-12 2009-01-29 Toshiba Corp Data registration apparatus, data registration method and program
JP4870190B2 (en) * 2009-04-27 2012-02-08 株式会社日立製作所 Data processing method, computer, and data processing program
JP4362839B1 (en) * 2009-05-18 2009-11-11 修平 西山 Meta information sharing distributed database system on virtual single memory storage

Also Published As

Publication number Publication date
JP2012053796A (en) 2012-03-15

Similar Documents

Publication Publication Date Title
CN107612840B (en) Data processing method and device of four-layer load balancing equipment
US9372726B2 (en) Gang migration of virtual machines using cluster-wide deduplication
US9367261B2 (en) Computer system, data management method and data management program
US11516312B2 (en) Kubernetes as a distributed operating system for multitenancy/multiuser
CN106777311B (en) Flight space state caching method and system
CN102880557B (en) look-up method of multistage distribution type high-speed cache of heterogeneous data source
US20140108358A1 (en) System and method for supporting transient partition consistency in a distributed data grid
CN106888245B (en) Data processing method, device and system
US20060123121A1 (en) System and method for service session management
CN111274310A (en) Distributed data caching method and system
WO2019210580A1 (en) Access request processing method, apparatus, computer device, and storage medium
CN109933312B (en) Method for effectively reducing I/O consumption of containerized relational database
CN112199427A (en) Data processing method and system
US20120166492A1 (en) Database transfers using constraint free data
US11922059B2 (en) Method and device for distributed data storage
JP5760350B2 (en) Information processing system
CN108073423A (en) A kind of accelerator loading method, system and accelerator loading device
US20140095644A1 (en) Processing of write requests in application server clusters
JP5723309B2 (en) Server and program
JP2013182546A (en) Management device and program
JP5691306B2 (en) Information processing system
KR20130038517A (en) System and method for managing data using distributed containers
CN103140851A (en) System including a middleware machine environment
US9203692B1 (en) Optimized event routing in distributed data management
JP5745445B2 (en) Management device and program

Legal Events

Date Code Title Description
RD07 Notification of extinguishment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7427

Effective date: 20120718

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20130807

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20140819

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20141016

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20150106

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20150306

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: 20150512

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20150525

R150 Certificate of patent or registration of utility model

Ref document number: 5760350

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees