JP2014523024A - 増分データの抽出 - Google Patents
増分データの抽出 Download PDFInfo
- Publication number
- JP2014523024A JP2014523024A JP2014517221A JP2014517221A JP2014523024A JP 2014523024 A JP2014523024 A JP 2014523024A JP 2014517221 A JP2014517221 A JP 2014517221A JP 2014517221 A JP2014517221 A JP 2014517221A JP 2014523024 A JP2014523024 A JP 2014523024A
- Authority
- JP
- Japan
- Prior art keywords
- data
- incremental data
- database
- backup database
- key information
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
- 238000013075 data extraction Methods 0.000 title abstract description 13
- 238000000034 method Methods 0.000 claims abstract description 36
- 230000001360 synchronised effect Effects 0.000 claims abstract description 20
- 230000008859 change Effects 0.000 claims description 48
- 230000006870 function Effects 0.000 description 11
- 238000010586 diagram Methods 0.000 description 10
- 238000005516 engineering process Methods 0.000 description 8
- 238000004590 computer program Methods 0.000 description 6
- 238000012545 processing Methods 0.000 description 6
- 238000012986 modification Methods 0.000 description 5
- 230000004048 modification Effects 0.000 description 5
- 238000004364 calculation method Methods 0.000 description 3
- 230000002354 daily effect Effects 0.000 description 3
- 238000000605 extraction Methods 0.000 description 3
- 238000003780 insertion Methods 0.000 description 3
- 230000037431 insertion Effects 0.000 description 3
- 230000005540 biological transmission Effects 0.000 description 2
- 239000000284 extract Substances 0.000 description 2
- 230000003287 optical effect Effects 0.000 description 2
- 230000008569 process Effects 0.000 description 2
- 238000004458 analytical method Methods 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 238000011161 development Methods 0.000 description 1
- 230000003203 everyday effect Effects 0.000 description 1
- 238000012966 insertion method Methods 0.000 description 1
- 230000003068 static effect Effects 0.000 description 1
- 238000006467 substitution reaction 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/14—Error detection or correction of the data by redundancy in operation
- G06F11/1402—Saving, restoring, recovering or retrying
-
- 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/25—Integrating or interfacing systems involving database management systems
- G06F16/254—Extract, transform and load [ETL] procedures, e.g. ETL data flows in data warehouses
-
- 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/273—Asynchronous replication or reconciliation
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)
- Data Mining & Analysis (AREA)
- Quality & Reliability (AREA)
- Computing Systems (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
本願は2011年6月23日に出願された中国特許番号201110170600.9 “Method, Apparatus, and System for Extracting Incremental Data,”の外国優先権を主張するものであり、その全体を本明細書に援用する。
tに値(4,‘Wang Wu’,30,male)を挿入;
name=‘Li Si’の設定年齢=‘35’を更新
tからname=‘Zhang San’を削除
この増分データ抽出オペレーションには、以下のオペレーションが含まれる場合がある。最初のオペレーションで、変更データの主キーと変更タイプが、フロントエンドのウェブサイトのバックアップ・データベースからキャプチャされる場合がある。例えば、テーブル1の変更から取得されたデータは、(4,I),(2, U),(1,D)であり、この場合、Iは挿入、Uは更新、Dは削除のオペレーションをそれぞれ表し、4、2、1は各オペレーションに対応する主キー情報をそれぞれ表す。
Claims (20)
- コンピュータで実行可能な命令で構成される1つ以上のプロセッサによって行われる方法であって、
バックアップ・データベースから増分データの主キー情報を取得するステップと、
メイン・データベースと前記バックアップ・データベースとの間で同期される取得した主キー情報に基づき、増分データを前記メイン・データベースで照会するステップと、
見つかった増分データをターゲットのデータ・ウェアハウスに挿入するステップと、を含む方法。 - 前記メイン・データベースと前記バックアップ・データベースとの間で同期される前記データは、前記データのすべての項目を含むことなく、前記データの1つ以上のキー項目を含み、前記1つ以上のキー項目は前記データの主キー情報を含む請求項1に記載の方法。
- 前記バックアップ・データベースは、フロントエンドのウェブサイトのバックアップ・データベースであり、前記メイン・データベースは前記フロントエンドのウェブサイトのメイン・データベースである請求項1に記載の方法。
- 前記取得するステップは、
構文解析した内容を取得するために前記バックアップ・データベースのログ・ファイルを構文解析するステップと、
前記バックアップ・データベースの前記ログ・ファイルにある前記構文解析された内容に基づき、前記バックアップ・データベースにある変更データを逆構文解析するステップと、
前記バックアップ・データベースから前記変更データの前記主キー情報を取り出すステップと、を含む請求項1に記載の方法。 - 前記照会するステップは、前記取得した主キー情報に基づき、1つ以上の増分データ一式を、メイン・データベースから照会するために検索関数または検索命令を使用するステップを含む請求項1に記載の方法。
- 前記1つ以上の増分データ一式のそれぞれは、
前記増分データの変更タイプと、
前記増分データの変更時刻と、
前記増分データの前記主キー情報と、を含む請求項5に記載の方法。 - 前記増分データの変更タイプを取得するステップをさらに含む請求項1に記載の方法。
- 前記変更タイプには、
挿入オペレーションによって生じる挿入、
更新オペレーションによって生じる更新
削除オペレーションによって生じる削除
のうち少なくとも1つを含む請求項7に記載の方法。 - 前記挿入するステップは、前記増分データを、前記ターゲットのデータ・ウェアハウスでオリジナルのデータ・テーブルとマージするステップを含む請求項1に記載の方法。
- 装置であって、
1つ以上のプロセッサと、
前記1つ以上のプロセッサで以下のアクションを行うために実行可能なコンピュータで実行可能な命令を保存するコンピュータ記憶媒体と、を含む装置であって、
前記アクションは、
バックアップ・データベースから増分データの主キー情報を取得するステップを含み、前記取得するステップは、
前記バックアップ・データベースのログ・ファイルを構文解析するステップと、
前記バックアップ・データベースの前記ログ・ファイルにある前記構文解析された内容に基づき、前記バックアップ・データベースにある変更データを逆構文解析するステップと、
前記バックアップ・データベースから前記変更データの前記主キー情報を取り出すステップと、を含み、
前記アクションは、
前記メイン・データベースと前記バックアップ・データベースとの間で同期される前記取得した主キー情報に基づき、メイン・データベースで増分データを照会するステップと、
見つかった増分データをターゲットのデータ・ウェアハウスに挿入するステップと、を含む装置。 - 前記照会するステップは、前記取得した主キー情報に基づき、前記メイン・データベースから1つ以上の増分データ一式を照会するために検索関数または検索命令を使用するステップを含む請求項10に記載の装置。
- 前記見つかった1つ以上の増分データ一式には、
前記増分データの変更タイプと、
前記増分データの変更時刻と、
前記増分データの前記主キー情報と、を含む請求項11に記載の装置。 - 前記変更タイプには、
挿入オペレーションによって生じる挿入、
更新オペレーションによって生じる更新
削除オペレーションによって生じる削除
のうち少なくとも1つを含む請求項12に記載の装置。 - 前記照会するステップは、
見つかった1つ以上の増分データ一式と、前記ターゲットのデータ・ウェアハウスでオリジナルのテーブルと、を比較し、
前記見つかった1つ以上の増分データ一式を、前記比較の結果に基づき、前記オリジナルのテーブルに更新する請求項10に記載の装置。 - 前記メイン・データベースと前記バックアップ・データベースとの間で同期する前記データには、前記データの全項目を含むことなく、前記データの1つ以上のキー項目を含み、前記1つ以上のキー項目は前記データの主キー情報を含む請求項10に記載の装置。
- 前記バックアップ・データベースはフロントエンドのウェブサイトのバックアップ・データベースであり、前記メイン・データベースは、前記フロントエンドのウェブサイトのメイン・データベースである請求項10に記載の装置。
- システムであって、
メイン・データベースと、
バックアップ・データベースと、
ターゲットのウェアハウスと、
装置と、を含み
前記装置は、
1つ以上のプロセッサと、
前記1つ以上のプロセッサで以下のアクションを行うために実行可能なコンピュータで実行可能な命令を保存するコンピュータ記憶媒体と、を含む装置であって、
前記アクションは、
バックアップ・データベースから増分データの主キー情報を取得するステップを含み、前記取得するステップは、
前記バックアップ・データベースのログ・ファイルを構文解析するステップと、
前記バックアップ・データベースの前記ログ・ファイルにある前記構文解析された内容に基づき、前記バックアップ・データベースにある変更データを逆構文解析するステップと、
前記バックアップ・データベースから前記変更データの前記主キー情報を取り出すステップと、を含み、
前記アクションは、
前記メイン・データベースと前記バックアップ・データベースとの間で同期される前記取得した主キー情報に基づき、メイン・データベースで1つ以上の増分データ一式を照会するステップと、
見つかった増分データ一式をターゲットのデータ・ウェアハウスに挿入するステップと、を含むシステム。 - 前記メイン・データベースと前記バックアップ・データベースとの間で同期する前記データには、前記データの全項目を含むことなく、前記データの1つ以上のキー項目を含み、前記1つ以上のキー項目は前記データの主キー情報を含む請求項17に記載のシステム。
- 前記1つ以上の増分データ一式には、
前記増分データの変更タイプと、
前記増分データの変更時刻と、
前記増分データの前記主キー情報と、を含む請求項17に記載のシステム。 - 前記変更タイプには、
挿入オペレーションによって生じる挿入、
更新オペレーションによって生じる更新
削除オペレーションによって生じる削除
のうち少なくとも1つを含む請求項19に記載のシステム。
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201110170600.9A CN102841897B (zh) | 2011-06-23 | 2011-06-23 | 一种实现增量数据抽取的方法、装置及系统 |
CN201110170600.9 | 2011-06-23 | ||
PCT/US2012/043830 WO2012178072A1 (en) | 2011-06-23 | 2012-06-22 | Extracting incremental data |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2014523024A true JP2014523024A (ja) | 2014-09-08 |
JP5961689B2 JP5961689B2 (ja) | 2016-08-02 |
Family
ID=47369270
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2014517221A Active JP5961689B2 (ja) | 2011-06-23 | 2012-06-22 | 増分データの抽出 |
Country Status (7)
Country | Link |
---|---|
US (1) | US20130073516A1 (ja) |
EP (1) | EP2724266A4 (ja) |
JP (1) | JP5961689B2 (ja) |
CN (1) | CN102841897B (ja) |
HK (1) | HK1175555A1 (ja) |
TW (1) | TWI521363B (ja) |
WO (1) | WO2012178072A1 (ja) |
Families Citing this family (32)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103927236B (zh) * | 2013-01-11 | 2018-01-16 | 深圳市腾讯计算机系统有限公司 | 在线校验方法和装置 |
CN104142930B (zh) * | 2013-05-06 | 2019-09-13 | Sap欧洲公司 | 通用δ数据装载 |
CN105243067B (zh) * | 2014-07-07 | 2019-06-28 | 北京明略软件系统有限公司 | 一种实现实时增量同步数据的方法及装置 |
CN104298760B (zh) * | 2014-10-23 | 2019-02-05 | 北京京东尚科信息技术有限公司 | 一种应用于数据仓库的数据处理方法和数据处理装置 |
US11036752B2 (en) * | 2015-07-06 | 2021-06-15 | Oracle International Corporation | Optimizing incremental loading of warehouse data |
CN105138656A (zh) * | 2015-08-31 | 2015-12-09 | 浪潮软件股份有限公司 | 一种处理数据的方法及装置 |
CN105262835B (zh) * | 2015-10-30 | 2019-08-02 | 北京奇虎科技有限公司 | 一种多机房中的数据存储方法和装置 |
CN105405043A (zh) * | 2015-11-04 | 2016-03-16 | 湖南御家科技有限公司 | 一种电商平台订单抓取方法及系统 |
CN105955970A (zh) * | 2015-11-12 | 2016-09-21 | 中国银联股份有限公司 | 一种基于日志解析的数据库复制方法及装置 |
CN105718544B (zh) * | 2016-01-18 | 2019-08-23 | 北京金山安全管理系统技术有限公司 | 一种办公文档管理方法和装置 |
CN108701063A (zh) * | 2016-02-26 | 2018-10-23 | 三菱电机株式会社 | 信息处理装置、信息处理方法及信息处理程序 |
CN106407360B (zh) * | 2016-09-07 | 2020-07-24 | 广州视源电子科技股份有限公司 | 一种数据的处理方法及装置 |
CN110050268A (zh) * | 2016-09-30 | 2019-07-23 | 深圳市华傲数据技术有限公司 | 基于增量的数据处理方法及装置 |
CN107229721B (zh) * | 2017-06-02 | 2019-10-29 | 泰华智慧产业集团股份有限公司 | 一种变更数据抽取的方法及装置 |
CN107402963B (zh) * | 2017-06-20 | 2020-10-02 | 阿里巴巴集团控股有限公司 | 搜索数据的构建方法、增量数据的推送方法及装置和设备 |
CN107463610B (zh) * | 2017-06-27 | 2021-01-26 | 北京星选科技有限公司 | 一种数据入库方法及装置 |
CN107562882A (zh) * | 2017-09-04 | 2018-01-09 | 郑州云海信息技术有限公司 | 一种基于日志分析的数据同步方法及装置 |
CN110209662A (zh) * | 2018-02-13 | 2019-09-06 | 北京京东尚科信息技术有限公司 | 一种自动化加载数据的方法和装置 |
CN108536774B (zh) * | 2018-03-27 | 2020-10-20 | 中国农业银行股份有限公司 | 一种结构化数据的同步方法及系统 |
CN108681590A (zh) * | 2018-05-15 | 2018-10-19 | 普信恒业科技发展(北京)有限公司 | 增量数据处理方法及装置、计算机设备、计算机存储介质 |
CN110609860A (zh) * | 2018-05-29 | 2019-12-24 | 中国移动通信集团重庆有限公司 | 数据etl处理方法、装置、设备及存储介质 |
CN108874313B (zh) * | 2018-05-31 | 2021-11-23 | 安徽四创电子股份有限公司 | 一种基于数据流的大数据增量抽取的数据交换平台 |
CN109408596A (zh) * | 2018-11-06 | 2019-03-01 | 杭州通易科技有限公司 | 一种双活数据库容灾系统及方法 |
CN109871360A (zh) * | 2018-12-28 | 2019-06-11 | 宁波瓜瓜农业科技有限公司 | 生产系统的监控方法和监控系统 |
CN110335069B (zh) * | 2019-06-19 | 2024-07-02 | 中国平安财产保险股份有限公司 | 一种统计首拨进度的方法、装置、计算机设备及存储介质 |
CN110602168B (zh) * | 2019-08-13 | 2022-03-01 | 平安科技(深圳)有限公司 | 数据同步方法、装置、计算机设备和存储介质 |
CN111556019B (zh) * | 2020-03-27 | 2022-06-14 | 天津市普迅电力信息技术有限公司 | 一种分布式环境下车机数据加密传输及处理方法 |
CN113495894B (zh) * | 2020-04-01 | 2024-07-16 | 北京京东振世信息技术有限公司 | 数据同步方法、装置、设备及存储介质 |
CN113779048A (zh) * | 2020-06-18 | 2021-12-10 | 北京沃东天骏信息技术有限公司 | 一种数据处理方法和装置 |
CN112256523B (zh) * | 2020-09-23 | 2023-01-06 | 贝壳技术有限公司 | 业务数据处理方法及装置 |
CN115422198A (zh) * | 2022-09-15 | 2022-12-02 | 中国建设银行股份有限公司 | 大数据拉链表处理方法、装置、设备及存储介质 |
CN116414902B (zh) * | 2023-03-31 | 2024-06-04 | 华能信息技术有限公司 | 一种快速数据源接入方法 |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH10161916A (ja) * | 1996-11-28 | 1998-06-19 | Hitachi Ltd | データベースの複製に伴う更新競合の検出方法 |
JP2004532480A (ja) * | 2001-05-24 | 2004-10-21 | オラクル・インターナショナル・コーポレイション | リレーショナルデータベース内での同期式変更データキャプチャ |
JP2010509686A (ja) * | 2006-11-08 | 2010-03-25 | アーカイヴァス インコーポレイテッド | プライマリー・クラスタの高速リカバリ |
Family Cites Families (42)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5893117A (en) * | 1990-08-17 | 1999-04-06 | Texas Instruments Incorporated | Time-stamped database transaction and version management system |
JP3856855B2 (ja) * | 1995-10-06 | 2006-12-13 | 三菱電機株式会社 | 差分バックアップ方式 |
US5995980A (en) * | 1996-07-23 | 1999-11-30 | Olson; Jack E. | System and method for database update replication |
US5930791A (en) * | 1996-12-09 | 1999-07-27 | Leu; Sean | Computerized blood analyzer system for storing and retrieving blood sample test results from symmetrical type databases |
JP4176181B2 (ja) * | 1998-03-13 | 2008-11-05 | 富士通株式会社 | 電子財布管理システム、端末装置及び電子財布管理プログラムを記録したコンピュータ読み取り可能な記録媒体 |
US6976093B2 (en) * | 1998-05-29 | 2005-12-13 | Yahoo! Inc. | Web server content replication |
US6529921B1 (en) * | 1999-06-29 | 2003-03-04 | Microsoft Corporation | Dynamic synchronization of tables |
US6553509B1 (en) * | 1999-07-28 | 2003-04-22 | Hewlett Packard Development Company, L.P. | Log record parsing for a distributed log on a disk array data storage system |
CN1411580A (zh) * | 2000-01-10 | 2003-04-16 | 连接公司 | 客户机-服务器环境中差异备份系统的管理 |
WO2002025499A1 (en) * | 2000-09-19 | 2002-03-28 | Bocada, Inc. | Method for extracting and storing records of data backup activity from a plurality of backup devices |
US7171613B1 (en) * | 2000-10-30 | 2007-01-30 | International Business Machines Corporation | Web-based application for inbound message synchronization |
US7657576B1 (en) * | 2001-05-24 | 2010-02-02 | Oracle International Corporation | Asynchronous change capture for data warehousing |
US6745209B2 (en) * | 2001-08-15 | 2004-06-01 | Iti, Inc. | Synchronization of plural databases in a database replication system |
AU2002304842A1 (en) * | 2001-08-20 | 2003-03-10 | Datacentertechnologies N.V. | File backup system and method |
US6662198B2 (en) * | 2001-08-30 | 2003-12-09 | Zoteca Inc. | Method and system for asynchronous transmission, backup, distribution of data and file sharing |
US7565495B2 (en) * | 2002-04-03 | 2009-07-21 | Symantec Corporation | Using disassociated images for computer and storage resource management |
US7584219B2 (en) * | 2003-09-24 | 2009-09-01 | Microsoft Corporation | Incremental non-chronological synchronization of namespaces |
WO2005069783A2 (en) * | 2004-01-09 | 2005-08-04 | T.W. Storage, Inc. | Methods and apparatus for searching backup data based on content and attributes |
US7483870B1 (en) * | 2004-01-28 | 2009-01-27 | Sun Microsystems, Inc. | Fractional data synchronization and consolidation in an enterprise information system |
US7526768B2 (en) * | 2004-02-04 | 2009-04-28 | Microsoft Corporation | Cross-pollination of multiple sync sources |
US7526514B2 (en) * | 2004-12-30 | 2009-04-28 | Emc Corporation | Systems and methods for dynamic data backup |
EP1869553A1 (en) * | 2005-04-14 | 2007-12-26 | Rajesh Kapur | Method for validating system changes by use of a replicated system as a system testbed |
JP4940730B2 (ja) * | 2006-03-31 | 2012-05-30 | 富士通株式会社 | データベースシステム運用方法,データベースシステム,データベース装置及びバックアッププログラム |
WO2007134251A2 (en) * | 2006-05-12 | 2007-11-22 | Goldengate Software, Inc. | Apparatus and method for read consistency in a log mining system |
US8723645B2 (en) * | 2006-06-09 | 2014-05-13 | The Boeing Company | Data synchronization and integrity for intermittently connected sensors |
US8099386B2 (en) * | 2006-12-27 | 2012-01-17 | Research In Motion Limited | Method and apparatus for synchronizing databases connected by wireless interface |
US8190572B2 (en) * | 2007-02-15 | 2012-05-29 | Yahoo! Inc. | High-availability and data protection of OLTP databases |
US7987326B2 (en) * | 2007-05-21 | 2011-07-26 | International Business Machines Corporation | Performing backup operations for a volume group of volumes |
US8433863B1 (en) * | 2008-03-27 | 2013-04-30 | Symantec Operating Corporation | Hybrid method for incremental backup of structured and unstructured files |
US8200614B2 (en) * | 2008-04-30 | 2012-06-12 | SAP France S.A. | Apparatus and method to transform an extract transform and load (ETL) task into a delta load task |
US8266104B2 (en) * | 2008-08-26 | 2012-09-11 | Sap Ag | Method and system for cascading a middleware to a data orchestration engine |
CN101369283A (zh) * | 2008-09-25 | 2009-02-18 | 中兴通讯股份有限公司 | 一种内存数据库与物理数据库间的数据同步方法及系统 |
CN101419616A (zh) * | 2008-12-10 | 2009-04-29 | 阿里巴巴集团控股有限公司 | 一种数据同步方法及装置 |
US8291036B2 (en) * | 2009-03-16 | 2012-10-16 | Microsoft Corporation | Datacenter synchronization |
US8560787B2 (en) * | 2009-03-30 | 2013-10-15 | International Business Machines Corporation | Incremental backup of source to target storage volume |
US8214324B2 (en) * | 2009-08-25 | 2012-07-03 | International Business Machines Corporation | Generating extract, transform, and load (ETL) jobs for loading data incrementally |
CN101719165B (zh) * | 2010-01-12 | 2014-12-17 | 浪潮电子信息产业股份有限公司 | 一种实现数据库高效快速备份的方法 |
US8386423B2 (en) * | 2010-05-28 | 2013-02-26 | Microsoft Corporation | Scalable policy-based database synchronization of scopes |
US8719103B2 (en) * | 2010-07-14 | 2014-05-06 | iLoveVelvet, Inc. | System, method, and apparatus to facilitate commerce and sales |
US9824091B2 (en) * | 2010-12-03 | 2017-11-21 | Microsoft Technology Licensing, Llc | File system backup using change journal |
US8635187B2 (en) * | 2011-01-07 | 2014-01-21 | Symantec Corporation | Method and system of performing incremental SQL server database backups |
US8612386B2 (en) * | 2011-02-11 | 2013-12-17 | Alcatel Lucent | Method and apparatus for peer-to-peer database synchronization in dynamic networks |
-
2011
- 2011-06-23 CN CN201110170600.9A patent/CN102841897B/zh active Active
- 2011-08-11 TW TW100128690A patent/TWI521363B/zh active
-
2012
- 2012-06-22 WO PCT/US2012/043830 patent/WO2012178072A1/en active Application Filing
- 2012-06-22 US US13/574,162 patent/US20130073516A1/en not_active Abandoned
- 2012-06-22 JP JP2014517221A patent/JP5961689B2/ja active Active
- 2012-06-22 EP EP12802955.0A patent/EP2724266A4/en not_active Withdrawn
-
2013
- 2013-03-07 HK HK13102823.4A patent/HK1175555A1/zh unknown
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH10161916A (ja) * | 1996-11-28 | 1998-06-19 | Hitachi Ltd | データベースの複製に伴う更新競合の検出方法 |
JP2004532480A (ja) * | 2001-05-24 | 2004-10-21 | オラクル・インターナショナル・コーポレイション | リレーショナルデータベース内での同期式変更データキャプチャ |
JP2010509686A (ja) * | 2006-11-08 | 2010-03-25 | アーカイヴァス インコーポレイテッド | プライマリー・クラスタの高速リカバリ |
Also Published As
Publication number | Publication date |
---|---|
HK1175555A1 (zh) | 2013-07-05 |
TW201301062A (zh) | 2013-01-01 |
EP2724266A1 (en) | 2014-04-30 |
TWI521363B (zh) | 2016-02-11 |
CN102841897B (zh) | 2016-03-02 |
WO2012178072A1 (en) | 2012-12-27 |
US20130073516A1 (en) | 2013-03-21 |
JP5961689B2 (ja) | 2016-08-02 |
CN102841897A (zh) | 2012-12-26 |
EP2724266A4 (en) | 2015-01-07 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5961689B2 (ja) | 増分データの抽出 | |
US9953102B2 (en) | Creating NoSQL database index for semi-structured data | |
US8938430B2 (en) | Intelligent data archiving | |
US10437853B2 (en) | Tracking data replication and discrepancies in incremental data audits | |
CN109408589B (zh) | 数据同步方法及装置 | |
CN106407360B (zh) | 一种数据的处理方法及装置 | |
US8214376B1 (en) | Techniques for global single instance segment-based indexing for backup data | |
US11176110B2 (en) | Data updating method and device for a distributed database system | |
US10614070B2 (en) | Preventing staleness in query results when using asynchronously updated indexes | |
CN109669925B (zh) | 非结构化数据的管理方法及装置 | |
US10866940B2 (en) | Method, apparatus, and computer-readable medium for ingesting semi-structured data in a columnar format | |
CN104809200A (zh) | 一种数据库同步的方法和装置 | |
US20170270153A1 (en) | Real-time incremental data audits | |
US11747983B2 (en) | Techniques for generating snapshots of datasets | |
CN102622361B (zh) | 一种数据库查询方法 | |
CN111680030A (zh) | 数据融合方法及装置,基于元信息的数据处理方法和装置 | |
CN107315806B (zh) | 一种基于文件系统的嵌入式存储方法和装置 | |
CN115687392A (zh) | 一种sql语句的优化执行方法、装置、电子设备及介质 | |
CN110287172B (zh) | 一种格式化HBase数据的方法 | |
CN114153857A (zh) | 数据同步方法、数据同步装置和计算机可读存储介质 | |
CN108121719B (zh) | 一种实现数据抽取转换加载etl的方法及装置 | |
US9002810B1 (en) | Method and system for managing versioned structured documents in a database | |
CN110297881A (zh) | 用于实现二级索引的方法和计算机可读介质 | |
US20140114993A1 (en) | Method and system for maintaining data in a data storage system | |
US9588995B2 (en) | Point in time recovery support for pending schema definition changes |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20150528 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20160428 |
|
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: 20160531 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20160627 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5961689 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |