Database record bit

US12443577B2 · US · B2

Patent metadata
FieldValue
Publication numberUS-12443577-B2
Application numberUS-202217572759-A
CountryUS
Kind codeB2
Filing dateJan 11, 2022
Priority dateJan 11, 2022
Publication dateOct 14, 2025
Grant dateOct 14, 2025

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 method includes receiving, by a computing device, a first transaction from a user device for a first version of a database record; generating, by the computing device, a bit for the database record; receiving, by the computing device, a second transaction from a second user device for a second version of the database record; locking, by the computing device, the database record; determining, by the computing device, a modification between the first version of the database record and the second version of the database record; and updating, by the computing device, the bit in response to the modification.

First claim

Opening claim text (preview).

What is claimed is: 1. A method, comprising: receiving, by a computing device, a first transaction from a first user device for a first version of a database record; generating, by the computing device, a bit for the database record; receiving, by the computing device, a second transaction from a second user device for a second version of the database record; locking, at the computing device, the database record, wherein: the locking occurs upon receiving two active transactions comprising the first transaction from the first user device that modifies the first version of the database record and the second transaction from the second user device that modifies the second version of the database record, the first transaction modifies the first version of the database record, and the second transaction modifies the second version of the database record while the database record is locked, and the database record remains locked while the first transaction modifies the first version of the database record and while the second transaction modifies the second version of the database record; determining, by the computing device, a modification between the first version of the database record and the second version of the database record; and updating, by the computing device while the database record is locked, the bit based on the determined modification. 2. The method of claim 1 , wherein the first transaction comprises a first Structured Query Language (SQL) query from the first user device, and wherein the second transaction comprises a second SQL query from the second user device. 3. The method of claim 2 , further comprising displaying the first version of the database record on a data management page on the first user device. 4. The method of claim 2 , further comprising displaying the second version of the database record on a second data management page on the second user device. 5. The method of claim 1 , further comprising deleting the first version of the database record after a time period lapses. 6. The method of claim 1 , further comprising adding pointer from the bit to the second version of the database record. 7. The method of claim 1 , further comprising unlocking the database record when the first transaction stops modifying the first version of the database record or when the second transaction stops modifying the second version of the database record. 8. The method of claim 1 , wherein the modification is selected from a group consisting of insertion of syntax within the database record, deletion of syntax within the database record, and an update to the syntax within the database record. 9. The method of claim 1 , wherein the determining the modification between the first version of the database record and the second version of the database record includes comparing syntax in rows and columns of the first version of the database record to syntax in rows and columns in the second version of the database record. 10. The method of claim 1 , wherein the computing device includes software provided as a service in a cloud environment. 11. The method of claim 1 , wherein the locking the database record prevents a third user device from modifying the database record but allows the third user device to read the database record. 12. A computer program product comprising one or more computer readable storage media having program instructions collectively stored on the one or more computer readable storage media, the program instructions executable to: receive a first transaction from a user device for a first version of a database record; generate a bit for the database record; receive a second transaction from a second user device for a second version of the record; lock the database record, wherein: the lock occurs upon receiving two active transactions comprising the first transaction from the user device that modifies the first version of the database record and the second transaction from the second user device that modifies the second version of the database record, the first transaction is allowed to modify the first version of the database record and the second transaction is allowed to modify the second version of the database record while the database record is locked, and the database record remains locked while the first transaction modifies the first version of the database record and while the second transaction modifies the second version of the database record; determine a modification between the first version of the database record and the second version of the database record; update the bit based on the determined modification while the database record is locked; and delete the first version of the database record. 13. The computer program product of claim 12 , wherein the bit includes metadata which includes a transaction identification for the first transaction and a description of the transaction of the first transaction. 14. The computer program product of claim 12 , wherein the lock comprises a Readview lock. 15. The computer program product of claim 12 , wherein the determining the modification between the first version of the database record and the second version of the database record includes comparing syntax in rows and columns of the first version of the database record to syntax in rows and columns in the second version of the database record. 16. A system comprising: a processor, a computer readable memory, one or more computer readable storage media, and program instructions collectively stored on the one or more computer readable storage media, the program instructions executable to: receive a first transaction from a user device for a first version of a database record; generate a bit for the database record; receive a second transaction from a second user device for a second version of the record; lock the database record, wherein: the lock occurs upon receiving two active transactions comprising the first transaction from the user device that modifies the first version of the database record and the second transaction from the second user device that modifies the second version of the database record, the first transaction is allowed to modify the first version of the database record and the second transaction is allowed to modify the second version of the database record while the database record is locked, and the database record remains locked while the first transaction modifies the first version of the database record and while the second transaction modifies the second version of the database record; determine a modification between the first version of the database record and the second version of the record; update the bit based on the determined modification while the database record is locked; and add a pointer extending from the bit to the second version of the database record. 17. The system of claim 16 , wherein the modification comprises an update to syntax in the second version of the database record. 18. The system of claim 16 , wherein the second transaction comprises an update action which updates syntax in the second version of the database record. 19. The system of claim 16 , wherein the bit includes metadata which includes a transaction identification for the first transaction and a description of the transaction of the first transaction.

Assignees

Inventors

Classifications

  • Querying · CPC title

  • Locking methods, e.g. distributed locking or locking implementation details · CPC title

  • Change logging, detection, and notification (replication G06F16/27) · CPC title

  • Query languages · CPC title

  • G06F16/219Primary

    Managing data history or versioning (querying versioned data G06F16/2474; querying temporal data G06F16/2477) · 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 US12443577B2 cover?
A method includes receiving, by a computing device, a first transaction from a user device for a first version of a database record; generating, by the computing device, a bit for the database record; receiving, by the computing device, a second transaction from a second user device for a second version of the database record; locking, by the computing device, the database record; determining, …
Who is the assignee on this patent?
IBM
What technology area does this patent fall under?
Primary CPC classification G06F16/219. Mapped technology areas include Physics.
When was this patent published?
Publication date Tue Oct 14 2025 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 7 related publications on this page (citations in our corpus or others sharing the same primary CPC).