JPH09185659A - Data succeeding method for cluster type server system - Google Patents

Data succeeding method for cluster type server system

Info

Publication number
JPH09185659A
JPH09185659A JP34223795A JP34223795A JPH09185659A JP H09185659 A JPH09185659 A JP H09185659A JP 34223795 A JP34223795 A JP 34223795A JP 34223795 A JP34223795 A JP 34223795A JP H09185659 A JPH09185659 A JP H09185659A
Authority
JP
Japan
Prior art keywords
transaction log
data
node
distribution destination
stack
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.)
Pending
Application number
JP34223795A
Other languages
Japanese (ja)
Inventor
Tetsuo Ota
哲郎 太田
Shoichi Higuchi
昌一 樋口
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.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP34223795A priority Critical patent/JPH09185659A/en
Publication of JPH09185659A publication Critical patent/JPH09185659A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To improve the efficiency of transmission by storing transaction log data, which are generated by an account system so that an end user can collate the result of transaction on the day, into a customer database provided at an adjacent outside system in real time. SOLUTION: Transaction log data 1 sent to the adjacent outside system in real time are dispatched to a transaction log reception control part 2. At the transaction log reception control part 2, a distribution destination deciding part 3 decides distribution destination store group with a 'store number' in the transaction log data as a key. A transaction log stack part 5 writes the transaction log data into a transaction log stack file 6 prepared (classified) for each distribution destination store group. A transaction log transmission control part 8 is parallelly operated for each distribution destination store group and a transaction log record 7 stored in each transaction log stack file is extracted, blocked and succeeded to a correspondent job node.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、エレクトロニック
バンキングシステムの外部接続システムに関し、勘定系
で発生した大量の取引ログデータをクラスタ型サーバシ
ステムである外接システムで受信した場合の他ノードへ
のデータ引継処理性能保証方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an external connection system of an electronic banking system, and when a large amount of transaction log data generated in an accounting system is received by an external system which is a cluster type server system, the data is transferred to another node. Processing performance guarantee method.

【0002】[0002]

【従来の技術】従来、勘定系で取引が発生した場合、受
信ノードが保有するキューに取引ログデータを1レコー
ド単位に書き込み、抽出した後に振り分け先ノードを決
定し、顧客データベースを保有するノードへ引き継ぐ方
式としていた。
2. Description of the Related Art Conventionally, when a transaction occurs in an accounting system, transaction log data is written in a queue held by a receiving node for each record, and after extraction, a distribution destination node is determined and a customer database is held. The method was taken over.

【0003】[0003]

【発明が解決しようとする課題】上述した、従来の他ノ
ードデータ引継方式は、受信した取引ログデータの数分
他ノードへデータを引き継ぐためのRPC(リモートプ
ロシジャコール)を行うプロセス起動が必要となり、C
PUの負荷が懸念される方式であった。また1レコード
単位に他ノードへのデータ送信を行うため、ノード間の
回線使用率が高くなり伝送効率が悪い、という問題が生
じた。
The above-mentioned conventional data transfer method for other nodes requires the process activation to perform RPC (remote procedure call) to transfer data to other nodes by the number of received transaction log data. , C
It was a method in which the load on the PU was a concern. In addition, since data is transmitted to other nodes on a record-by-record basis, there is a problem that the line utilization rate between nodes is high and the transmission efficiency is poor.

【0004】[0004]

【課題を解決するための手段】上述した課題を解決する
ために、受信ノードに店群別のスタックファイルを用意
し、発生した取引ログレコードを退避させ、何れかのス
タックファイルが特定の件数に達した時点で全ての取引
ログレコードを一斉に他ノードに送信する方式とした。
このようにスタックファイル及び送信制御部と引き継ぐ
べきノード(店群)を括りつけておくことにより、1回
の取引ログデータ群に対して振分け時はプロセス起動数
が限定されることになり、同時にサービスの均等性も保
証されることになる。
[Means for Solving the Problems] In order to solve the above-mentioned problems, a stack file for each store group is prepared in the receiving node, the generated transaction log records are saved, and one of the stack files has a specific number of records. When it reached, all transaction log records were sent to other nodes all at once.
In this way, by stacking the stack file and the transmission control unit and the node (store group) that should be taken over, the number of process activations is limited at the time of distribution to one transaction log data group, and at the same time. Evenness of service will be guaranteed.

【0005】[0005]

【発明の実施の形態】次に本発明の実施例について図面
を参照して説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, embodiments of the present invention will be described with reference to the drawings.

【0006】勘定系システムでランダムに発生した取引
ログデータ1は、回線によるデータ伝送手段を用いてリ
アルタイムに外接システムに送られ、取引ログ受信制御
部2に渡される。
[0006] Transaction log data 1 randomly generated in the accounting system is sent to the external system in real time using a data transmission means by a line and passed to the transaction log reception control unit 2.

【0007】取引ログ受信制御部2では、振分け先決定
部3が、取引ログデータ中の「店番」をキーに振分け先
決定テーブル4を参照し、振分先店群(データが引継が
れるべきノード)を決定する。
In the transaction log reception control unit 2, the distribution destination determination unit 3 refers to the distribution destination determination table 4 by using the "store number" in the transaction log data as a key, and the distribution destination store group (nodes where data should be handed over) ) Is determined.

【0008】取引ログスタック部5は、取引ログデータ
を振分け先店群毎に用意(分類)された取引ログスタッ
クファイル6へ書き込む。
The transaction log stack unit 5 writes the transaction log data to the transaction log stack file 6 prepared (classified) for each distribution destination store group.

【0009】取引ログ送信制御部8は、取引ログスタッ
ク部が、各取引ログスタックファイルのうちいずれか1
つで満杯を検知した場合(各ノードのスタック空きエリ
ア数が入力取引ログレコードの総件数を下回った場合)
に起動される。スタックファイルの満杯が検知されなか
った場合は、スタックを繰返す。取引ログ送信制御部
は、振分け先店群毎にパラレルに動作し、それぞれの取
引ログスタックファイルに滞留している取引ログレコー
ド7を抽出し、取引ログレコードが複数存在する場合は
ブロッキングして対応する業務ノードに対して引継ぎを
行う。
The transaction log transmission control unit 8 is configured such that the transaction log stack unit selects one of the transaction log stack files.
When the number of stacks in each node is less than the total number of input transaction log records
Will be started. If the stack file fullness is not detected, the stack is repeated. The transaction log transmission control unit operates in parallel for each distribution destination store group, extracts the transaction log record 7 retained in each transaction log stack file, and blocks and responds when there are multiple transaction log records. Take over to the business node to be used.

【0010】[0010]

【発明の効果】以上説明したように、本発明は、勘定系
からリアルタイムで送られてくる取引ログデータを一時
的に店群毎に分類された取引ログスタックファイルに保
留させ、店群単位にパラレルに送信プロセスを起動させ
ることによる顧客データベース更新タイミングの均等性
保証、また、1つの送信プロセスで複数の取引ログを他
ノードへ引継ぐことによる送信先での蓄積処理効率、に
それぞれ効果がある。
As described above, according to the present invention, the transaction log data sent from the accounting system in real time is temporarily held in the transaction log stack file classified for each store group, and the transaction log stack file is stored for each store group. It is effective in assuring the evenness of the customer database update timing by activating the transmission processes in parallel, and in accumulating processing efficiency at the transmission destination by transferring a plurality of transaction logs to another node in one transmission process.

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

【図1】本発明の一実施例を示すブロック図である。FIG. 1 is a block diagram showing one embodiment of the present invention.

【図2】本実施例の他ノードへのデータ引継ぎ処理にお
ける動作の一例を示す流れ図である。
FIG. 2 is a flow chart showing an example of an operation in a data takeover process to another node in the present embodiment.

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

1…取引ログデータ、 2…取引ログ受信制御部、3
…振分け先決定部、4…振分け先テーブル、 5…取引
ログスタック部、6…取引ログスタックファイル、
7…取引ログレコード、8…取引ログ送
信制御部。
1 ... Transaction log data, 2 ... Transaction log reception control unit, 3
... Distribution destination determination unit, 4 ... Distribution destination table, 5 ... Transaction log stack unit, 6 ... Transaction log stack file,
7 ... Transaction log record, 8 ... Transaction log transmission control unit.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】勘定系で発生した大量の取引ログデータ
を、顧客データベースを保有するノードへ引き継ぐ際の
クラスタ型サーバシステムでのデータ振り分け処理方式
において、前記取引ログデータから送信すべきノードの
情報(店群情報)を取得する振り分け先決定部と、前記
取引ログデータを予め用意されたノード(店群)別の取
引ログスタックファイルに蓄積し、蓄積状況を監視する
取引ログスタック部と、前記取引ログスタック部でスタ
ックファイルの満杯を検知した場合、ノード(店群)単
位に起動され、前記取引ログスタックファイルから前記
取引ログレコードを抽出し、ブロッキングして該当ノー
ドへ送信する取引ログ送信制御部とを保有することを特
徴とする他ノードデータ振り分け処理方式。
1. Information on a node to be transmitted from the transaction log data in a data distribution processing method in a cluster type server system when a large amount of transaction log data generated in an accounting system is taken over to a node holding a customer database. A distribution destination determining unit that acquires (store group information); a transaction log stack unit that accumulates the transaction log data in a transaction log stack file prepared for each node (store group) and monitors the accumulation status; When the transaction log stack unit detects that the stack file is full, it is activated for each node (store group), extracts the transaction log record from the transaction log stack file, blocks it, and transmits it to the corresponding transaction log transmission control. Other node data distribution processing method characterized by possessing a department.
JP34223795A 1995-12-28 1995-12-28 Data succeeding method for cluster type server system Pending JPH09185659A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP34223795A JPH09185659A (en) 1995-12-28 1995-12-28 Data succeeding method for cluster type server system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP34223795A JPH09185659A (en) 1995-12-28 1995-12-28 Data succeeding method for cluster type server system

Publications (1)

Publication Number Publication Date
JPH09185659A true JPH09185659A (en) 1997-07-15

Family

ID=18352182

Family Applications (1)

Application Number Title Priority Date Filing Date
JP34223795A Pending JPH09185659A (en) 1995-12-28 1995-12-28 Data succeeding method for cluster type server system

Country Status (1)

Country Link
JP (1) JPH09185659A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005505055A (en) * 2001-09-29 2005-02-17 ジーベル システムズ インコーポレイテッド Method, apparatus and system for mobile web client
CN111311892A (en) * 2020-03-23 2020-06-19 中国建设银行股份有限公司 Bank branch alarm processing method based on Internet of things and branch management center system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005505055A (en) * 2001-09-29 2005-02-17 ジーベル システムズ インコーポレイテッド Method, apparatus and system for mobile web client
CN111311892A (en) * 2020-03-23 2020-06-19 中国建设银行股份有限公司 Bank branch alarm processing method based on Internet of things and branch management center system

Similar Documents

Publication Publication Date Title
US5613155A (en) Bundling client write requests in a server
US5924097A (en) Balanced input/output task management for use in multiprocessor transaction processing system
US6817018B1 (en) Method of transferring messages between computer programs across a network
US5640561A (en) Computerized method and system for replicating a database using log records
US7895231B2 (en) Queuing model for a plurality of servers
US6886084B2 (en) Storage controlling device and control method for a storage controlling device
KR930008684B1 (en) Data base backup method
US5950218A (en) Method and system for storage and retrieval of data on a tape medium
EP1921540A2 (en) Storage system and controller for controlling remote copying
CN103023805A (en) MapReduce system
CN112866136B (en) Service data processing method and device
CN103634411A (en) Real-time market data broadcasting system and real-time market data broadcasting method with state consistency
US20040133680A1 (en) System and method for processing hardware or service usage data
CN109858772A (en) A kind of processing method of work order, device and system
CA2025748C (en) Method and apparatus for on-line processing of transaction data
JPH09185659A (en) Data succeeding method for cluster type server system
CN100517238C (en) Method for accomplishing multi-instance and thread serialized affair processing
CN102164384A (en) Method, device and system for improving service success rate
JP4048037B2 (en) Data writing program and recording medium
JP4040846B2 (en) Data processing method, data processing program, and recording medium for the program
CN112579297A (en) Data processing method and device
JP3186720B2 (en) Bank external business processing device and storage medium storing distribution program
JP2004302630A (en) Message processing method, execution device therefor and processing program therefor
CN115981861A (en) Universal stream computing concurrent acceleration method, system, medium and device
CN117710108A (en) Block chain slicing account adjustment method and device based on time sequence