JP4268141B2 - データベース複製プログラムおよびデータベース複製装置 - Google Patents
データベース複製プログラムおよびデータベース複製装置 Download PDFInfo
- Publication number
- JP4268141B2 JP4268141B2 JP2004570551A JP2004570551A JP4268141B2 JP 4268141 B2 JP4268141 B2 JP 4268141B2 JP 2004570551 A JP2004570551 A JP 2004570551A JP 2004570551 A JP2004570551 A JP 2004570551A JP 4268141 B2 JP4268141 B2 JP 4268141B2
- Authority
- JP
- Japan
- Prior art keywords
- log
- update
- primary key
- difference
- database
- 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
- 230000010076 replication Effects 0.000 title claims description 39
- 238000000034 method Methods 0.000 claims description 71
- 238000012545 processing Methods 0.000 claims description 60
- 238000012217 deletion Methods 0.000 claims description 25
- 230000037430 deletion Effects 0.000 claims description 25
- 238000003780 insertion Methods 0.000 claims description 25
- 230000037431 insertion Effects 0.000 claims description 25
- 238000010586 diagram Methods 0.000 description 10
- 238000012546 transfer Methods 0.000 description 5
- 238000006243 chemical reaction Methods 0.000 description 4
- 230000000694 effects Effects 0.000 description 3
- 238000004148 unit process Methods 0.000 description 2
- 238000012423 maintenance Methods 0.000 description 1
Images
Classifications
-
- 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
- G06F16/278—Data partitioning, e.g. horizontal or vertical partitioning
-
- 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
Landscapes
- Engineering & Computer Science (AREA)
- Databases & Information Systems (AREA)
- Theoretical Computer Science (AREA)
- Computing Systems (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Hardware Redundancy (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
Claims (6)
- マスタシステムでおこなわれたデータベースの更新内容を差分ログとして受け取り、該受け取った差分ログをクローンシステムのデータベースに適用するデータベース複製プログラムであって、
前記差分ログの種別を示すログ種別が更新であるか否かを判定することにより該差分ログが更新ログであるか否かを判定する更新ログ判定手順と、
前記更新ログ判定手順により前記差分ログが更新ログであると判定された場合に、該差分ログで更新対象のレコードを識別する主キーが更新前後で一致するか否かを判定することにより該差分ログが主キーの更新であるか否かを判定する主キー更新判定手順と、
前記主キー判定手順により前記差分ログが主キーの更新であると判定された場合に、更新前の主キーで識別されるレコードを削除する削除ログを生成するとともに更新前の主キーを更新後の主キーで置き換えたレコードを挿入する挿入ログを生成することによって該差分ログを分割する差分ログ分割手順と、
前記差分ログが主キーの更新でない場合には該差分ログを主キーに基づいて分類することにより複数の並列処理対象に振り分け、前記差分ログが主キーの更新である場合には前記削除ログおよび挿入ログをそれぞれ主キーに基づいて分類することにより複数の並列処理対象に振り分けることによって並列処理間での同期を不要とする差分ログ振分手順と、
前記差分ログ振分手順により複数の並列処理対象に振り分けられたそれぞれの並列処理対象の差分ログを前記クローンシステムのデータベースに適用して該データベースを更新する処理を処理間で同期を取ることなく並列におこなう差分ログ並列適用手順と、
をコンピュータに実行させることを特徴とするデータベース複製プログラム。 - 前記差分ログ振分手順は、前記主キーにハッシュ関数を適用した結果を用いて分類することによって差分ログを振り分けることを特徴とする請求項1に記載のデータベース複製プログラム。
- 前記差分ログ並列適用手順は、所定の件数のコミット処理をまとめておこなうことを特徴とする請求項1に記載のデータベース複製プログラム。
- マスタシステムでおこなわれたデータベースの更新内容を差分ログとして受け取り、該受け取った差分ログをクローンシステムのデータベースに適用するデータベース複製装置であって、
前記差分ログの種別を示すログ種別が更新であるか否かを判定することにより該差分ログが更新ログであるか否かを判定する更新ログ判定手段と、
前記更新ログ判定手段により前記差分ログが更新ログであると判定された場合に、該差分ログで更新対象のレコードを識別する主キーが更新前後で一致するか否かを判定することにより該差分ログが主キーの更新であるか否かを判定する主キー更新判定手段と、
前記主キー判定手段により前記差分ログが主キーの更新であると判定された場合に、更新前の主キーで識別されるレコードを削除する削除ログを生成するとともに更新前の主キーを更新後の主キーで置き換えたレコードを挿入する挿入ログを生成することによって該差分ログを分割する差分ログ分割手段と、
前記差分ログが主キーの更新でない場合には該差分ログを主キーに基づいて分類することにより複数の並列処理対象に振り分け、前記差分ログが主キーの更新である場合には前記削除ログおよび挿入ログをそれぞれ主キーに基づいて分類することにより複数の並列処理対象に振り分けることによって並列処理間での同期を不要とする差分ログ振分手段と、
前記差分ログ振分手段により複数の並列処理対象に振り分けられたそれぞれの並列処理対象の差分ログを前記クローンシステムのデータベースに適用して該データベースを更新する処理を処理間で同期を取ることなく並列におこなう複数の差分ログ並列適用手段と、
を備えたことを特徴とするデータベース複製装置。 - 前記差分ログ振分手段は、前記主キーにハッシュ関数を適用した結果を用いて分類することによって差分ログを振り分けることを特徴とする請求項4に記載のデータベース複製装置。
- 前記差分ログ並列適用手段は、所定の件数のコミット処理をまとめておこ なうことを特徴とする請求項4に記載のデータベース複製装置。
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
PCT/JP2003/004343 WO2004090726A1 (ja) | 2003-04-04 | 2003-04-04 | データベース複製プログラムおよびデータベース複製装置 |
Publications (2)
Publication Number | Publication Date |
---|---|
JPWO2004090726A1 JPWO2004090726A1 (ja) | 2006-07-06 |
JP4268141B2 true JP4268141B2 (ja) | 2009-05-27 |
Family
ID=33156430
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2004570551A Expired - Fee Related JP4268141B2 (ja) | 2003-04-04 | 2003-04-04 | データベース複製プログラムおよびデータベース複製装置 |
Country Status (2)
Country | Link |
---|---|
JP (1) | JP4268141B2 (ja) |
WO (1) | WO2004090726A1 (ja) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9747324B2 (en) | 2013-03-26 | 2017-08-29 | Fujitsu Limited | System, apparatus, and method for transferring updates between storage devices |
Families Citing this family (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP4811076B2 (ja) * | 2006-03-22 | 2011-11-09 | 富士通株式会社 | ログデータ圧縮プログラム及び方法 |
JP6106499B2 (ja) * | 2013-04-11 | 2017-03-29 | 株式会社日立製作所 | データ反映方法 |
CN107402981B (zh) * | 2017-07-07 | 2023-07-18 | 国网浙江省电力公司信息通信分公司 | 一种基于分布式离线数据库的数据增量处理方法及系统 |
CN113377763B (zh) * | 2020-03-10 | 2022-10-28 | 阿里巴巴集团控股有限公司 | 数据库表格切换方法、装置、电子设备及计算机存储介质 |
Family Cites Families (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS63191248A (ja) * | 1987-02-04 | 1988-08-08 | Hitachi Ltd | リレ−シヨナルデ−タベ−スシステムにおけるテ−ブルの排他制御方式 |
US5170480A (en) * | 1989-09-25 | 1992-12-08 | International Business Machines Corporation | Concurrently applying redo records to backup database in a log sequence using single queue server per queue at a time |
US5530855A (en) * | 1992-10-13 | 1996-06-25 | International Business Machines Corporation | Replicating a database by the sequential application of hierarchically sorted log records |
JPH09259023A (ja) * | 1996-03-26 | 1997-10-03 | Hitachi Ltd | オンラインデータベースシステムのバックアップ方法 |
JP2000035911A (ja) * | 1998-07-21 | 2000-02-02 | Mitsubishi Electric Corp | データベースの等価方法 |
-
2003
- 2003-04-04 WO PCT/JP2003/004343 patent/WO2004090726A1/ja active Application Filing
- 2003-04-04 JP JP2004570551A patent/JP4268141B2/ja not_active Expired - Fee Related
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9747324B2 (en) | 2013-03-26 | 2017-08-29 | Fujitsu Limited | System, apparatus, and method for transferring updates between storage devices |
Also Published As
Publication number | Publication date |
---|---|
WO2004090726A1 (ja) | 2004-10-21 |
JPWO2004090726A1 (ja) | 2006-07-06 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11768739B2 (en) | Manifest-based snapshots in distributed computing environments | |
EP4254183A1 (en) | Transaction processing method and apparatus, computer device, and storage medium | |
KR100926880B1 (ko) | Dbms에서의 데이터 복제 방법 및 시스템 | |
JP6553822B2 (ja) | 分散システムにおける範囲の分割および移動 | |
JP4414381B2 (ja) | ファイル管理プログラム、ファイル管理装置、ファイル管理方法 | |
US7017144B2 (en) | Combined image views and method of creating images | |
EP2264617B1 (en) | Method and apparatus for replicating a database | |
US8078582B2 (en) | Data change ordering in multi-log based replication | |
US7886124B2 (en) | Method and mechanism for implementing dynamic space management for large objects | |
US5613113A (en) | Consistent recreation of events from activity logs | |
KR102431806B1 (ko) | 대량 오디오 지문 데이터베이스의 온라인 실시간 업데이트를 구축하는 방법과 장치 | |
JP2001076005A (ja) | データベースシステム | |
CN112965951A (zh) | 用于数据库中数据重分布的系统和方法 | |
CN112308727A (zh) | 保险理赔业务处理方法及装置 | |
JP2001306372A (ja) | 文書管理方法およびその方法を実施するためのプログラムを記憶した記憶媒体 | |
JP4268141B2 (ja) | データベース複製プログラムおよびデータベース複製装置 | |
US20060020572A1 (en) | Computer, storage system, file management method done by the computer, and program | |
JP2004302662A (ja) | ジャーナル取得・配付装置、ジャーナル取得・配付方法、その方法をコンピュータに行わせるプログラム | |
US20230101740A1 (en) | Data distribution in data analysis systems | |
US11954119B2 (en) | Applying changes in a target database system | |
KR20220072545A (ko) | 데이터 분할 기반 데이터 전처리 장치 및 방법 | |
TW479176B (en) | Client server system performing exclusion control | |
JP2009301352A (ja) | テスト装置およびテスト方法 | |
CN112035486B (zh) | 分区表的分区建立方法、装置和设备 | |
JP2000020374A (ja) | レプリケーション制御システム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20081014 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20081212 |
|
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: 20090217 |
|
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: 20090219 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 4268141 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120227 Year of fee payment: 3 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130227 Year of fee payment: 4 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20140227 Year of fee payment: 5 |
|
LAPS | Cancellation because of no payment of annual fees |