Asynchronous data replication using an external buffer table

US2016179918A1 · US · A1

Patent metadata
FieldValue
Publication numberUS-2016179918-A1
Application numberUS-201414574845-A
CountryUS
Kind codeA1
Filing dateDec 18, 2014
Priority dateDec 18, 2014
Publication dateJun 23, 2016
Grant date

How to read this patent

A practical reading order for non-experts. Skip the full description unless you need deep technical detail.

  1. Title

    What the patent document calls the invention.

  2. Abstract

    A short plain-language summary of the technical disclosure.

  3. Assignees and inventors

    Who owns or filed the patent and who is credited as inventor.

  4. Key dates

    Filing, priority, publication, and grant dates set the timeline.

  5. First independent claim

    The legal scope of protection — read this for what is actually claimed.

  6. CPC / IPC classifications

    Technology tags used to group this patent with similar filings.

  7. Citations and related patents

    Prior art links and similar publications in this corpus.

Abstract

Official abstract text for this publication.

Embodiments of the present invention provide, systems, methods, and computer program products for asynchronously replicating data from source tables of a source computer system to target tables of a target computer system. Embodiments of the present invention implement an external buffer table (EBT) from which changed data statements can be selectively applied to target tables, which can reduce the number of statements applied to the target tables of the target computer system.

First claim

Opening claim text (preview).

1 - 11 . (canceled) 12 . A computer program product for asynchronously replicating data, comprising: one or more computer readable storage media and program instructions stored on the one or more computer readable storage media, the program instructions comprising: program instructions to receive from a source computer system one or more statements that describe data changes on one or more source tables of the source computer system to be replicated on one or more target tables of the target computer system; program instructions to apply the one or more statements to an external buffer table of the target computer system; and program instructions to selectively apply the one or more statements from the external buffer table to the one or more target tables to replicate the data changes on the one or more target tables. 13 . The computer program product of claim 12 , wherein the program instructions to selectively apply the one or more statements from the external buffer table to the one or more target tables to replicate the data changes on the one or more target tables, comprise: program instructions to, responsive to receiving, at the target system, a query referencing one or more target tables, apply statements corresponding to the referenced one or more target tables from the external buffer table to the one or more referenced target tables. 14 . The computer program product of claim 13 , wherein the program instructions to apply statements corresponding to the referenced one or more target tables from the external buffer table to the one or more referenced target tables, comprise: program instructions to replicate data changes described by the applied statements on the one or more referenced target tables; and program instructions to delete from the external buffer table the applied statements. 15 . The computer program product of claim 12 , wherein the program instructions to selectively apply the one or more statements from the external buffer table to the one or more target tables to replicate the data changes on the one or more target tables, comprise: program instructions to, responsive to receiving, at the target system, a query referencing one or more target tables, select statements in the external buffer table that correspond to the referenced one or more target tables and have an insert operation; and program instructions to select entries in the one or more target tables that correspond to the referenced one or more target tables, except entries having a named target table and row identifier that match a named target table and row identifier of a statement in the external buffer table having a delete operation. 16 . The computer program product of claim 12 , wherein the program instructions to selectively apply the one or more statements from the external buffer table to the one or more target tables to replicate the data changes on the one or more target tables, comprise: program instructions to, responsive to detecting that a size of the external buffer table has exceeded a specified threshold, apply statements from the external buffer table to one or more target tables. 17 . A computer system for asynchronously replicating data, comprising: one or more computer processors; one or more computer readable storage media; program instructions stored on the one or more computer readable storage media for execution by at least one of the one or more processors, the program instructions comprising: program instructions to receive from a source computer system one or more statements that describe data changes on one or more source tables of the source computer system to be replicated on one or more target tables of the target computer system; program instructions to apply the one or more statements to an external buffer table of the target computer system; and program instructions to selectively apply the one or more statements from the external buffer table to the one or more target tables to replicate the data changes on the one or more target tables. 18 . The system of claim 17 , wherein the program instructions to selectively apply the one or more statements from the external buffer table to the one or more target tables to replicate the data changes on the one or more target tables, comprise: program instructions to, responsive to receiving, at the target system, a query referencing one or more target tables, apply statements corresponding to the referenced one or more target tables from the external buffer table to the one or more referenced target tables. 19 . The system of claim 18 , wherein the program instructions to apply statements corresponding to the referenced one or more target tables from the external buffer table to the one or more referenced target tables, comprise: program instructions to replicate data changes described by the applied statements on the one or more referenced target tables; and program instructions to delete from the external buffer table the applied statements. 20 . The system of claim 17 , wherein the program instructions to selectively apply the one or more statements from the external buffer table to the one or more target tables to replicate the data changes on the one or more target tables, comprise: program instructions to, responsive to receiving, at the target system, a query referencing one or more target tables, select statements in the external buffer table that correspond to the referenced one or more target tables and have an insert operation; and program instructions to select entries in the one or more target tables that correspond to the referenced one or more target tables, except entries having a named target table and row identifier that match a named target table and row identifier of a statement in the external buffer table having a delete operation. 21 . The system of claim 17 , wherein the program instructions to selectively apply the one or more statements from the external buffer table to the one or more target tables to replicate the data changes on the one or more target tables, comprise: program instructions to, responsive to detecting that a size of the external buffer table has exceeded a specified threshold, apply statements from the external buffer table to one or more target tables. 22 . A method for asynchronously replicating data, comprising: asynchronously replicating data changes made on one or more source tables of a source computer system to one or more target tables of a target computer system, wherein at least a portion of the data changes are applied an external buffer table of the target computer system and are selectively applied from the external buffer table to one or more target tables of the target computer system. 23 . The method of claim 22 , further comprising: responsive to receiving, at the target system, a query referencing one or more target tables, applying, by the target system, data changes corresponding to the referenced one or more target tables from the external buffer table to the one or more referenced target tables. 24 . The method of claim 22 , further comprising: responsive to detecting that a size of the external buffer table has exceeded a specified threshold, applying, by the target system, data changes from the external buffer table to one or more target tables. 25 . The method of claim 22 , further comprising: responsive to detecting an idle state of the target computer system, applying, by the target system, data changes from the external buffer table to one or more target tables.

Assignees

Inventors

Classifications

  • G06F16/273Primary

    Asynchronous replication or reconciliation · CPC title

  • Indexing; Web crawling techniques · CPC title

  • Query execution · CPC title

  • Query formulation · CPC title

  • Extract, transform and load [ETL] procedures, e.g. ETL data flows in data warehouses · CPC title

Patent family

Related publications grouped by family.

External sources

Frequently asked questions

Answers are generated from the same data shown on this page.

What does patent US2016179918A1 cover?
Embodiments of the present invention provide, systems, methods, and computer program products for asynchronously replicating data from source tables of a source computer system to target tables of a target computer system. Embodiments of the present invention implement an external buffer table (EBT) from which changed data statements can be selectively applied to target tables, which can reduce…
Who is the assignee on this patent?
IBM
What technology area does this patent fall under?
Primary CPC classification G06F16/273. Mapped technology areas include Physics.
When was this patent published?
Publication date Thu Jun 23 2016 00:00:00 GMT+0000 (Coordinated Universal Time) (A1). Legal status and post-grant events are not shown on this page.
What related patents are in patentsdb?
We list 1 related publication on this page (citations in our corpus or others sharing the same primary CPC).