Efficient concurrency control method for high dimensional...

Data processing: database and file management or data structures – Database design – Data structure types

Reexamination Certificate

Rate now

  [ 0.00 ] – not rated yet Voters 0   Comments 0

Details

C707S793000

Reexamination Certificate

active

06480849

ABSTRACT:

FIELD OF THE INVENTION
The present invention relates to an efficient concurrency control method for a high dimensional index structure that employs a time stamp sequence method during insertion, deletion, and searching objects to avoid possible conflicts caused by lock-coupling and to provide efficient ways to search objects being reinserted by introducing a reinsertion table.
BACKGROUND OF THE INVENTION
Most index structures are formed in a tree shape, which is why the index structure is called the index tree. Each element of an index tree is called a node. The nodes constitute an index tree that is constructed by performing insertion and deletion operations. An entry object is inserted into the node of the tree in accordance with predetermined rules.
For each node of the index tree, a finite number of objects can be inserted. If the number of objects exceeds this predetermined number, this condition is called an overflow. When an overflow occurs, some entries in the node where overflow occurred are selected and then the selected entries are reinserted into the index tree one by one for performance improvement.
Previous studies of currency control methods for convenient index structures are mainly focused on a B-tree structure in which only one-dimensional data is used. Recently, concurrency control methods for an R-tree structure has been started. In an R-tree structure, an index tree for managing a multi-dimensional data is used. In these studies, the concurrency control method with the link technique shows better performance when compared with the concurrency control method with the lock-coupling technique.
However, it is difficult to directly apply a conventional link technique to a high dimensional index structure because of the structural difference and the difference in an insertion and division method.
The background knowledge that is helpful to understand the present invention is explained as follows.
First, a B
LINK
-tree is an index structure that achieves the serializability by adding a concurrency control technique to the conventional B-tree scheme. One of the conventional concurrency control techniques is the lock-coupling technique, in which a lock on the parent node is to be maintained until a lock on a child node is obtained for consistency of a tree structure.
In other words, this technique employs a top-down lock-coupling scheme. In the top-down lock-coupling scheme, a lock on the parent node can only be released after a lock on a child node is granted. The main drawback of this method is that locks are to be held during I/O operations, deletion operations, and splitting operations.
In order to avoid conflicts possibly caused by the locking-coupling technique, the conventional B-tree structure is slightly modified: a ‘rightlink’ is added. Except for the rightmost node, the rightlink is a pointer going from every node to its right sibling on the same level of the tree. When a node is split in an index tree, a new right sibling is created. At this moment the rightlink of the old node is copied to the newly created node and then the rightlink of the old node is changed to point the new right sibling node. This means that all nodes at the same level are chained together through rightlinks.
Like the conventional B-tree, the B
LINK
-tree is sorted by a key value, that is, a maximum key value. A maximum key value is located in the rightmost position of each level of the index tree. In addition, it is possible to move to the rightward direction through the rightlink pointer. It is possible to freely search the index tree without using the lock-coupling technique in the B
LINK
-tree.
Let's suppose that one search process checks the parent node. If a node-splitting operation performed on a child node before this search process reaches child node, the split operation is not yet known to the parent node. To avoid this error, the search process compares the key value of its own with maximum key value of child node.
If the key value of the search process is bigger than a maximum key value of the child node, the search process assumes that node splitting has occurred in the child node and moves to the next rightward node and compares the key value of the search process with the maximum key value of the node. Until the key value of the search process is smaller than or equal to the maximum key value of the node, this operation is performed repeatedly. If a node that has a desired key value is searched, then the search process continues searching to its child node.
The Insertion process can also use the same operation to locate a terminal node in order to add new records.
Since this operation doesn't use lock-coupling technique for the insertion process and search process, lock conflicts can be efficiently avoided. In addition, the deadlock is not to be allowed.
The R
LINK
-tree is an index tree structure that is capable of providing an effective concurrency control like the B
LINK
-tree. By introducing the concurrency control technique of the B
LINK
-tree to the conventional R-tree, the R
LINK
-tree scheme was developed.
Unlike the B-tree, nodes of the R-tree are not sorted by the key value. It is problematic to apply the technique of the B
LINK
-tree directly to R-tree. In the B
LINK
-tree, key values are simply compared, and therefore it is possible to determine whether the lower level nodes have been split and when the rightlink search is to be finished. However, In R-tree, this operation is not feasible.
In order to apply the link technique used for the B
LINK
-tree, a LSN (Logical Sequence Number) is introduced. By manipulating LSN, it is possible to determine whether lower level nodes have been split and when the rightlink search is to be finished.
The LSN is a value that increases as time passes.
The structure of the conventional R-tree, the structure of the node, and objects in the node have been modified by the introduction of LSN. The search and insertion algorithms have been modified as well.
In the structure of the R
LINK
-tree in which LSN is employed, all nodes of the same level form a chain structure connected through rightlinks. The LSN that is the only value in the index structure is added to each node. An object of each node includes MBR (Minimum Bounding Region) of the node, a pointer pointing child node, and an expected LSN that the child node might have. In a high dimensional index structure, each object included in a node is represented as an N dimensional space vector, and the minimum region that is able to hold all objects of the node is called the MBR (Minimum Bounding Region). In addition, a pointer pointing to its rightward sibling node is added to the node. In the present invention, it is assumed that nodes in the CIR-tree node have all the elements described above.
When a node is split, the LSN of the split node is allocated to the newly generated node and a new LSN is allocated to the split node. When an index tree is being searched by a search process, it is possible to determine whether the child node has been split using LSN. That is, it is possible to determine whether the node is split by comparing the LSN of the child node with the expected LSN of the object of the upper node.
If the LSN of the child node is bigger than the expected LSN of the object of the upper node, the node has been split. Then the search is performed in the rightward direction through the rightlink until finding a node whose LSN is the same as the expected LSN of the object of the upper node.
Like this, the high concurrency control method of the B
LINK
-tree may be applied to the R-tree structure.
However, it is very difficult to avoid the lock-coupling in the R
LINK
-tree. When an operation that changes the structure of the tree is performed, the lock-coupling should be performed to maintain consistency of the tree due to the structural characteristic of the R-tree group.
SUMMARY OF THE INVENTION
The present invention provides an efficient concurrency control method for a high dimensional index structure that overcomes the problems encountered in convent

LandOfFree

Say what you really think

Search LandOfFree.com for the USA inventors and patents. Rate them and share your experience with other people.

Rating

Efficient concurrency control method for high dimensional... does not yet have a rating. At this time, there are no reviews or comments for this patent.

If you have personal experience with Efficient concurrency control method for high dimensional..., we encourage you to share that experience with our LandOfFree.com community. Your opinion is very important and Efficient concurrency control method for high dimensional... will most certainly appreciate the feedback.

Rate now

     

Profile ID: LFUS-PAI-O-2969921

  Search
All data on this website is collected from public sources. Our data reflects the most accurate information available at the time of publication.