JP5080636B2 - レプリ処理方法、プログラム及び装置 - Google Patents
レプリ処理方法、プログラム及び装置 Download PDFInfo
- Publication number
- JP5080636B2 JP5080636B2 JP2010500461A JP2010500461A JP5080636B2 JP 5080636 B2 JP5080636 B2 JP 5080636B2 JP 2010500461 A JP2010500461 A JP 2010500461A JP 2010500461 A JP2010500461 A JP 2010500461A JP 5080636 B2 JP5080636 B2 JP 5080636B2
- Authority
- JP
- Japan
- Prior art keywords
- update
- update address
- database
- address table
- base
- 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
Links
- 238000003672 processing method Methods 0.000 title claims description 9
- 238000000034 method Methods 0.000 claims description 88
- 230000010076 replication Effects 0.000 claims description 59
- 238000004891 communication Methods 0.000 claims description 15
- 238000012545 processing Methods 0.000 description 88
- 230000008569 process Effects 0.000 description 82
- 238000010586 diagram Methods 0.000 description 16
- 230000001360 synchronised effect Effects 0.000 description 10
- 230000008859 change Effects 0.000 description 3
- 238000005516 engineering process Methods 0.000 description 3
- 230000006870 function Effects 0.000 description 3
- 239000000284 extract Substances 0.000 description 2
- 238000012546 transfer Methods 0.000 description 2
- 230000002776 aggregation Effects 0.000 description 1
- 238000004220 aggregation Methods 0.000 description 1
- 230000006835 compression Effects 0.000 description 1
- 238000007906 compression Methods 0.000 description 1
- 238000005259 measurement Methods 0.000 description 1
- 230000009467 reduction Effects 0.000 description 1
- 239000004065 semiconductor Substances 0.000 description 1
- 238000012360 testing method Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/16—Error detection or correction of the data by redundancy in hardware
- G06F11/1658—Data re-synchronization of a redundant component, or initial sync of replacement, additional or spare unit
- G06F11/1662—Data re-synchronization of a redundant component, or initial sync of replacement, additional or spare unit the resynchronized component or unit being a persistent storage device
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/27—Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/16—Error detection or correction of the data by redundancy in hardware
- G06F11/20—Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements
- G06F11/2053—Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements where persistent mass storage functionality or persistent mass storage control functionality is redundant
- G06F11/2094—Redundant storage or storage space
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computing Systems (AREA)
- Data Mining & Analysis (AREA)
- Quality & Reliability (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
Claims (6)
- 狭帯域回線を用いて拠点間の通信を行う場合におけるレプリ処理方法であって、
ユーザからデータベースの更新指示を受け付けた場合、当該更新指示に従って前記データベースを更新すると共に、少なくとも更新対象の領域を示す更新アドレスと更新後のデータとを第1の更新アドレステーブルに格納する第1更新ステップと、
所定のタイミングにて、他拠点と接続して、前記他拠点における更新に係る更新アドレスと更新後のデータとを格納している第2の更新アドレステーブルを取得し、前記他拠点との接続を終了する取得ステップと、
前記第1の更新アドレステーブル及び前記第2の更新アドレステーブルに同一の前記更新アドレスが格納されている場合、所定のルールに従って、当該更新アドレスに対応し且つ前記第1の更新アドレステーブル及び前記第2の更新アドレステーブルに格納される前記更新後のデータのいずれかを、当該更新アドレスに示され且つ前記データベース内の該当する領域に反映すべきデータとして特定するステップと、
前記反映すべきデータとして前記第2の更新アドレステーブルに格納された前記更新後のデータが特定された場合、当該更新後のデータで前記データベース内の該当する領域を更新する第2更新ステップと、
を含み、
前記所定のルールが、
更新アドレスの差分の小さい拠点を優先するルールである、
コンピュータにより実行されるレプリ処理方法。 - 前記第2更新ステップにより前記データベース内の該当する領域の更新がなされた場合、前記データベース内の該当する領域の更新を指示した前記ユーザに更新データの破棄を通知するステップ
をさらに含む請求項1記載のレプリ処理方法。 - 予め設定されたスケジュールに従って前記取得ステップ以降のステップを実行することを特徴とする請求項1記載のレプリ処理方法。
- 前記狭帯域回線が従量制の回線であることを特徴とする請求項1記載のレプリ処理方法。
- 狭帯域回線を用いて拠点間のデータベースの同期を取るためのプログラムであって、
ユーザからデータベースの更新指示を受け付けた場合、当該更新指示に従って前記データベースを更新すると共に、少なくとも更新対象の領域を示す更新アドレスと更新後のデータとを第1の更新アドレステーブルに格納する第1更新ステップと、
所定のタイミングにて、他拠点と接続して、前記他拠点における更新に係る更新アドレスと更新後のデータとを格納している第2の更新アドレステーブルを取得し、前記他拠点との接続を終了する取得ステップと、
前記第1の更新アドレステーブル及び前記第2の更新アドレステーブルに同一の前記更新アドレスが格納されている場合、所定のルールに従って、当該更新アドレスに対応し且つ前記第1の更新アドレステーブル及び前記第2の更新アドレステーブルに格納される前記更新後のデータのいずれかを、当該更新アドレスに示され且つ前記データベース内の該当する領域に反映すべきデータとして特定するステップと、
前記反映すべきデータとして前記第2の更新アドレステーブルに格納された前記更新後のデータが特定された場合、当該更新後のデータで前記データベース内の該当する領域を更新する第2更新ステップと、
をコンピュータに実行させ、
前記所定のルールが、
更新アドレスの差分の小さい拠点を優先するルールである、
レプリ処理プログラム。 - 狭帯域回線を用いて拠点間のデータベースの同期を取るための管理装置であって、
ユーザからデータベースの更新指示を受け付けた場合、当該更新指示に従って前記データベースを更新すると共に、少なくとも更新対象の領域を示す更新アドレスと更新後のデータとを第1の更新アドレステーブルに格納する第1更新手段と、
所定のタイミングにて、他拠点と接続して、前記他拠点における更新に係る更新アドレスと更新後のデータとを格納している第2の更新アドレステーブルを取得し、前記他拠点との接続を終了する取得手段と、
前記第1の更新アドレステーブル及び前記第2の更新アドレステーブルに同一の前記更新アドレスが格納されている場合、所定のルールに従って、当該更新アドレスに対応し且つ前記第1の更新アドレステーブル及び前記第2の更新アドレステーブルに格納される前記更新後のデータのいずれかを、当該更新アドレスに示され且つ前記データベース内の該当する領域に反映すべきデータとして特定する手段と、
前記反映すべきデータとして前記第2の更新アドレステーブルに格納された前記更新後のデータが特定された場合、当該更新後のデータで前記データベース内の該当する領域を更新する第2更新手段と、
を有し、
前記所定のルールが、
更新アドレスの差分の小さい拠点を優先するルールである、
管理装置。
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
PCT/JP2008/053140 WO2009107184A1 (ja) | 2008-02-25 | 2008-02-25 | レプリ処理方法、プログラム及び装置 |
Publications (2)
Publication Number | Publication Date |
---|---|
JPWO2009107184A1 JPWO2009107184A1 (ja) | 2011-06-30 |
JP5080636B2 true JP5080636B2 (ja) | 2012-11-21 |
Family
ID=41015598
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2010500461A Expired - Fee Related JP5080636B2 (ja) | 2008-02-25 | 2008-02-25 | レプリ処理方法、プログラム及び装置 |
Country Status (2)
Country | Link |
---|---|
JP (1) | JP5080636B2 (ja) |
WO (1) | WO2009107184A1 (ja) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP6236888B2 (ja) * | 2013-06-05 | 2017-11-29 | 富士通株式会社 | プログラム、データ同期方法及びデータ同期装置 |
CN112288362B (zh) * | 2020-10-28 | 2024-05-28 | 上海寻梦信息技术有限公司 | 包裹重投递方法、包裹投递方法以及相关设备 |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS63278155A (ja) * | 1987-05-11 | 1988-11-15 | Fujitsu Ltd | 分散デ−タベ−ス管理処理方式 |
JPH10149308A (ja) * | 1996-11-19 | 1998-06-02 | Sharp Corp | データベース管理装置 |
JP2001142766A (ja) * | 1999-11-10 | 2001-05-25 | Nec Corp | データベース交換システム |
JP2001198378A (ja) * | 1999-11-10 | 2001-07-24 | Otani Kk | ヘム三つ巻き縫いミシン |
-
2008
- 2008-02-25 JP JP2010500461A patent/JP5080636B2/ja not_active Expired - Fee Related
- 2008-02-25 WO PCT/JP2008/053140 patent/WO2009107184A1/ja active Application Filing
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS63278155A (ja) * | 1987-05-11 | 1988-11-15 | Fujitsu Ltd | 分散デ−タベ−ス管理処理方式 |
JPH10149308A (ja) * | 1996-11-19 | 1998-06-02 | Sharp Corp | データベース管理装置 |
JP2001142766A (ja) * | 1999-11-10 | 2001-05-25 | Nec Corp | データベース交換システム |
JP2001198378A (ja) * | 1999-11-10 | 2001-07-24 | Otani Kk | ヘム三つ巻き縫いミシン |
Also Published As
Publication number | Publication date |
---|---|
WO2009107184A1 (ja) | 2009-09-03 |
JPWO2009107184A1 (ja) | 2011-06-30 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2019237586A1 (zh) | 定时任务管理方法、装置、计算机设备及存储介质 | |
US8255893B2 (en) | Software management process, software management apparatus, and computer-readable medium storing software management program | |
JP2010086083A (ja) | 編集装置、編集プログラム、および編集方法 | |
JP2007286790A (ja) | アプリケーション管理プログラム、アプリケーション管理方法およびアプリケーション管理装置 | |
KR20070084302A (ko) | 범용 데이터 동기화를 위한 시스템 및 방법 | |
JP6086124B2 (ja) | 情報処理端末、同期制御方法および同期制御プログラム | |
US20120191649A1 (en) | Data Transfer Method and Server Computer System | |
US10044976B2 (en) | Information processing apparatus, image display method, and communications system | |
US20120296946A1 (en) | File management apparatus and file management apparatus controlling method | |
US20130223424A1 (en) | Management methods and related electronic devices and machine-readable storage mediums using the same | |
US20150150105A1 (en) | Communication management apparatus, program, communication management method, and communication management system | |
JP2002334006A (ja) | 情報管理装置、情報管理プログラムおよびそのプログラムを記録した記録媒体 | |
JP5080636B2 (ja) | レプリ処理方法、プログラム及び装置 | |
CN110113495A (zh) | App的远程控制方法、装置、电子设备及系统 | |
JPH11284683A (ja) | データ転送装置とデータの転送方法、及び情報処理システム | |
CN110489483A (zh) | 数据同步方法、装置、计算机设备以及存储介质 | |
JP2014229088A (ja) | データ処理システム、データ処理装置および記憶媒体 | |
JP2002140213A (ja) | 情報管理装置および方法、情報管理システム、ならびに、情報管理装置にインストールされるプログラムを記録したコンピュータ読み取り可能な記録媒体 | |
CN102594874A (zh) | 一种同步处理方法和装置 | |
JP4829368B1 (ja) | ファイル処理プログラム、装置及び方法 | |
JP2005284395A (ja) | 通信機器、通信システムの情報同期方法、通信機器の制御プログラム、記録媒体 | |
JP4550723B2 (ja) | データ編集装置とそのプログラム | |
JP2001027960A (ja) | 文書管理システムおよび文書管理方法 | |
JP2001075850A (ja) | データキャッシュ処理方法及びキャッシュ装置 | |
JP5811799B2 (ja) | 情報処理装置及びスケジュール管理プログラム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20120619 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20120726 |
|
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: 20120828 |
|
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: 20120830 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20150907 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
LAPS | Cancellation because of no payment of annual fees |