The present invention relates to data retrieval and more particularly to snapshot querying of a database.
The need to retrieve snapshots of a table in a database is known in the art. The requested snapshot may be of a previous version of the table. Several conventional approaches exist for retrieving such a snapshot. A first conventional approach periodically backs up the entire database. The entire database is then restored to retrieve the snapshot of each table in the database. A second conventional approach periodically creates static tables. When creating a static table, all the data from a dynamic table is copied into a static table. After the copying finishes, the static table becomes a snapshot of the dynamic table. However, these approaches require burdensome overhead during the creation and deletion of snapshots and thus is not practical for mobile database applications.
A third conventional approach maintains a history table with a single version or timestamp associated with each historical value of each row in a dynamic table.
SELECT key, data FROM HT wanted WHERE isDeleted=false AND (wanted.version=2 OR wanted.version=(SELECT MAX(lessThanWanted.version) FROM HT lessThanWanted WHERE lessThanWanted.version<=2 AND lessThanWanted.key=wanted.key))
Such a query requires considerable processing resources and is thus an inefficient approach.
Accordingly, there exists a need for a method and system for efficient snapshot querying. The method and system should be able to retrieve a snapshot without requiring a query with aggregates, joins, or sub-queries. It should also significantly reduce overhead requirements. The present invention addresses such a need.
A method and system for efficient snapshot querying include: providing a first version value for each data in a history table, where the first version value indicates a beginning of a period in which the data is valid; providing at least a second version value for each data in the history table, where the second version value indicates an end of the period in which the data is valid; receiving a request for a version of a database; and retrieving the data with the first version value less than or equal to the requested version and the second version value greater than or equal to the requested version. By maintaining a history table with redundant version information, the method and system are able to provide efficient snapshot querying while also avoiding the overhead burden of conventional approaches. No aggregates, joins, or sub-queries are required to retrieve a snapshot.
The present invention provides a method and system for efficient snapshot querying. The following description is presented to enable one of ordinary skill in the art to make and use the invention and is provided in the context of a patent application and its requirements. Various modifications to the preferred embodiment will be readily apparent to those skilled in the art and the generic principles herein may be applied to other embodiments. Thus, the present invention is not intended to be limited to the embodiment shown but is to be accorded the widest scope consistent with the principles and features described herein.
To more particularly describe the features of the present invention, please refer to
Although the present invention is described in the context of the system illustrated in
Important to the calculation of the pre-image 202 is the retrieval of a snapshot of the data in the database tables.
In version 2, the data value in table T with key ‘2’ is changed from ‘20’ to ‘8’. A new row is then added to the history table for key ‘2’. The first version value, ‘from’, for this data value is set to ‘2’, via step 301, and the second version value, ‘to’, is set to infinity, via step 302. The ‘to’ value for the old data value for key ‘2’ is also changed to ‘1’. In this manner, the version values for the old data value ‘20’ indicate that the old data value is valid from version 1 to version 1, i.e., only for version 1. The version values for the new data value ‘8’ indicate that the new data value is valid from version 2 onward.
In version 3, the data value in table T with key ‘1’ is changed from ‘10’ to ‘6’. A new row is then added to the history table for key ‘1’. The ‘from’ value for this data value is set to ‘3’, via step 301, and the ‘to’ value is set to infinity, via step 302. The ‘to’ value for the old data value ‘10’ is also changed to ‘2’. In this manner, the version values for the old data value ‘10’ indicate that the old data value is valid from version 1 to version 2. The version values for the new data value ‘6’ indicate that the new data value is valid from version 3 onward.
Assume that server 201 then receives a request for version 2 of the database, via step 303. The rows {1, 10, 1, 2} and {2, 8, 2, ∞} have ‘from’ values<=2 and ‘to’ values>=2. The data values ‘10’ and ‘8’ (and their corresponding keys) are then retrieved, via step 304. The query required for retrieving this snapshot is as follows:
SELECT key, data FROM HT WHERE isDeleted=false AND from<=2 AND 2<=to
Unlike the conventional approach, no aggregates, joins, or sub-queries are required to retrieve the snapshot. Thus, by maintaining a history table with redundant version information as described above, the method and system in accordance with the present invention are able to provide efficient snapshot querying while also avoiding the overhead burden of conventional approaches.
To further improve the efficiency of the snapshot querying, index scanning can be used in the retrieval of the snapshot.
For example,
Referring to
Referring to
A method and system for efficient snapshot querying have been disclosed. By maintaining a history table with redundant version information, the method and system are able to provide efficient snapshot querying while also avoiding the overhead burden of conventional approaches. No aggregates, joins, or sub-queries are required to retrieve a snapshot.
Although the present invention has been described in accordance with the embodiments shown, one of ordinary skill in the art will readily recognize that there could be variations to the embodiments and those variations would be within the spirit and scope of the present invention. Accordingly, many modifications may be made by one of ordinary skill in the art without departing from the spirit and scope of the appended claims.
Number | Name | Date | Kind |
---|---|---|---|
5623661 | Hon | Apr 1997 | A |
5675802 | Allen et al. | Oct 1997 | A |
5870758 | Bamford et al. | Feb 1999 | A |
5870759 | Bauer et al. | Feb 1999 | A |
5950210 | Nelson | Sep 1999 | A |
5956713 | Bamford et al. | Sep 1999 | A |
5956731 | Bamford et al. | Sep 1999 | A |
5963959 | Sun et al. | Oct 1999 | A |
5999931 | Breitbart et al. | Dec 1999 | A |
6092086 | Martin et al. | Jul 2000 | A |
6289335 | Downing et al. | Sep 2001 | B1 |
6295541 | Bodner et al. | Sep 2001 | B1 |
6377960 | Qiu et al. | Apr 2002 | B1 |
6415299 | Baisley et al. | Jul 2002 | B1 |
6460052 | Thomas et al. | Oct 2002 | B1 |
6516327 | Zondervan et al. | Feb 2003 | B1 |
6631374 | Klein et al. | Oct 2003 | B1 |
6665815 | Goldstein et al. | Dec 2003 | B1 |
6799189 | Huxoll | Sep 2004 | B2 |
20020029218 | Bentley et al. | Mar 2002 | A1 |
20020174416 | Bates et al. | Nov 2002 | A1 |
20020178146 | Akella et al. | Nov 2002 | A1 |
20030131025 | Zondervan et al. | Jul 2003 | A1 |
20030149702 | Saffer et al. | Aug 2003 | A1 |
20040010487 | Prahlad et al. | Jan 2004 | A1 |
20040019614 | Wang | Jan 2004 | A1 |
20050086263 | Ngai et al. | Apr 2005 | A1 |
20050131964 | Saxena | Jun 2005 | A1 |
20050144198 | Bergstraesser et al. | Jun 2005 | A1 |
20060101092 | Ishida et al. | May 2006 | A1 |
Number | Date | Country | |
---|---|---|---|
20060161530 A1 | Jul 2006 | US |