Data synchronization in a data analysis system

US11704335B2 · US · B2

Patent metadata
FieldValue
Publication numberUS-11704335-B2
Application numberUS-202017097848-A
CountryUS
Kind codeB2
Filing dateNov 13, 2020
Priority dateNov 13, 2020
Publication dateJul 18, 2023
Grant dateJul 18, 2023

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.

A computer implemented method comprises receiving at least one log record. A type of operation performed in a source database system may be determined based on the log record. Based on the type of operation, an update strategy may be selected from a set of pre-defined update strategies, wherein the update strategy specifies a sequence of replication operations to be performed in order to apply changes described in the at least one log record to a target database system.

First claim

Opening claim text (preview).

The invention claimed is: 1. A computer implemented method for data synchronization in a data analysis system, the method comprising receiving at least one log record, the log record describing an operation performed in a source database system of the data analysis system; determining, based on the log record, a type of operation performed in the source database system; based on the type of operation, selecting an update strategy from a set of pre-defined update strategies, the update strategy specifying a sequence of replication operations to be performed in order to apply changes described in the at least one log record to a target database system of the data analysis system; and determining a class of a change record of the log record, wherein the class is determinable as being a regular class, a structural change class, and a utility action class; wherein the update strategy uses: a regular record add, delete, or update operation for the class determined to be a regular class; a bulk load of the target database system with data originating from the source database system for the class determined to be a structural change class; and a suspension operation for suspending modifications of a certain table of the target database system for the class determined to be a utility action class. 2. The method of claim 1 , wherein the at least one log record comprises a sequence of log records pertaining a specific table of the source database system, determining the type of operation being based on the sequence. 3. The method of claim 1 , wherein determining the type of the operation comprises comparing the number of operations indicated in the at least one log record with a pre-defined threshold and, based on the comparison result, determining the type of operation. 4. The method of claim 1 , wherein the method comprises applying the change described in the at least one log record according to the selected update strategy. 5. The method of claim 4 , wherein the method comprises: detecting that applying the change failed; in response to said detecting, selecting a secondary update strategy; and applying the change based on the secondary update strategy. 6. The method of claim 1 , wherein the type of operation includes at least one of a regular change for adding, deleting or updating records of a table, a structural change for changing the structure of the table, or a utility action performed on the source database system. 7. A computer program product comprising a computer-readable storage medium having computer-readable program code embodied therewith, the computer-readable program code configured to cause a processor to: receive at least one log record, the log record describing an operation performed in a source database system of the data analysis system; determine, based on the log record, a type of operation performed in the source database system; based on the type of operation, select an update strategy from a set of pre-defined update strategies, the update strategy specifying a sequence of replication operations to be performed in order to apply changes described in the at least one log record to a target database system of the data analysis system; and determine a class of a change record of the log record, wherein the class is determinable as being a regular class, a structural change class, and a utility action class; wherein the update strategy uses: a regular record add, delete, or update operation for the class determined to be a regular class; a bulk load of the target database system with data originating from the source database system for the class determined to be a structural change class; and a suspension operation for suspending modifications of a certain table of the target database system for the class determined to be a utility action class. 8. The computer program product of claim 7 , wherein the at least one log record comprises a sequence of log records pertaining a specific table of the source database system, determining the type of operation being based on the sequence. 9. The computer program product of claim 7 , wherein the computer-readable program code is configured to cause a processor to determine the type of the operation by comparing the number of operations indicated in the at least one log record with a pre-defined threshold and, based on the comparison result, determining the type of operation. 10. The computer program product of claim 7 , wherein the computer-readable program code is further configured to cause the processor to apply the change described in the at least one log record according to the selected update strategy. 11. The computer program product of claim 10 , wherein computer-readable program code is further configured to cause the processor to: detect that applying the change failed; in response to said detecting, select a secondary update strategy; and apply the change based on the secondary update strategy. 12. The computer program product of claim 7 , wherein the type of operation includes at least one of a regular change for adding, deleting or updating records of a table, a structural change for changing the structure of the table, or a utility action performed on the source database system. 13. A computer system comprising: a memory configured to store executable instructions; and a processor communicatively coupled to the memory and configured to execute the executable instructions to: receive at least one log record, the log record describing an operation performed in a source database system; determine based on the log record a type of operation performed in the source database system; based on the type of operation, selecting an update strategy from a set of pre-defined update strategies, the update strategy specifying a sequence of replication operations to be performed in order to apply changes described in the at least one log record to a target database system; and determine a class of a change record of the log record, wherein the class is determinable as being a regular class, a structural change class, and a utility action class; wherein the update strategy uses: a regular record add, delete, or update operation for the class determined to be a regular class; a bulk load of the target database system with data originating from the source database system for the class determined to be a structural change class; and a suspension operation for suspending modifications of a certain table of the target database system for the class determined to be a utility action class. 14. The computer system of claim 13 , wherein the at least one log record comprises a sequence of log records pertaining a specific table of the source database system, determining the type of operation being based on the sequence. 15. The computer system of claim 13 , wherein the processor is configured to determine the type of the operation by comparing the number of operations indicated in the at least one log record with a pre-defined threshold and, based on the comparison result, determining the type of operation. 16. The computer system of claim 13 , wherein the processor is configured to apply the change described in the at least one log record according to the selected update strategy. 17. The computer system of claim 16 , wherein the processor is further configured to: detect that applying the change failed; in response to said detecting, select a secondary update strategy; and apply the change based on the secondary update strategy. 18. The computer system of claim 13

Assignees

Inventors

Classifications

  • G06F16/27Primary

    Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor · CPC title

  • Bulk updating operations (data conversion details G06F16/258) · CPC title

  • Change logging, detection, and notification (replication G06F16/27) · 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 US11704335B2 cover?
A computer implemented method comprises receiving at least one log record. A type of operation performed in a source database system may be determined based on the log record. Based on the type of operation, an update strategy may be selected from a set of pre-defined update strategies, wherein the update strategy specifies a sequence of replication operations to be performed in order to apply …
Who is the assignee on this patent?
IBM
What technology area does this patent fall under?
Primary CPC classification G06F16/27. Mapped technology areas include Physics.
When was this patent published?
Publication date Tue Jul 18 2023 00:00:00 GMT+0000 (Coordinated Universal Time) (B2). Legal status and post-grant events are not shown on this page.
What related patents are in patentsdb?
We list 12 related publications on this page (citations in our corpus or others sharing the same primary CPC).