KR20040066942A - Extract operation technique for the indices based on the R-tree - Google Patents

Extract operation technique for the indices based on the R-tree Download PDF

Info

Publication number
KR20040066942A
KR20040066942A KR1020030003855A KR20030003855A KR20040066942A KR 20040066942 A KR20040066942 A KR 20040066942A KR 1020030003855 A KR1020030003855 A KR 1020030003855A KR 20030003855 A KR20030003855 A KR 20030003855A KR 20040066942 A KR20040066942 A KR 20040066942A
Authority
KR
South Korea
Prior art keywords
projection
axis
information
tree
query
Prior art date
Application number
KR1020030003855A
Other languages
Korean (ko)
Inventor
정영진
Original Assignee
정영진
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 정영진 filed Critical 정영진
Priority to KR1020030003855A priority Critical patent/KR20040066942A/en
Publication of KR20040066942A publication Critical patent/KR20040066942A/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2228Indexing structures
    • G06F16/2246Trees, e.g. B+trees
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/29Geographical information databases

Abstract

PURPOSE: A method for operating the extraction of an R-tree based index is provided to use the arranged information, when a query is entered, by making all nodes arranged along an axis in order as rearranging the node information to the highest priority axis. CONSTITUTION: From the highest priority axis in the node overlapped with a query window, a projection of the axis is overlapped with the query window. The lower nodes included in the overlapped projection are searched. In case that a leaf node and the query window are overlapped, it is checked that the line segment of a leaf node entry is overlapped with a range of the query window by using a linear interpolation method for an 'xt' and a 'yt' plane, and a result is returned. Until the query is completely processed, the previously steps are repeated.

Description

R-트리 기반 색인을 위한 추출 연산 기법{Extract operation technique for the indices based on the R-tree}Extract operation technique for the indices based on the R-tree}

본 발명은 R-트리에 기반한 대부분의 색인에서 검색 효율을 높이고, 저장 공간을 줄이기 위한 것이다. 공간 색인으로 널리 알려진 R-트리는 k 차원의 공간 객체를 자르거나 변환하지 않고 겹치는 k 차원의 사각형 영역안에 객체가 완전히 포함되도록 하는 높이 균형 트리(height balanced tree) 이다. 동적인 구조의 장점때문에 공간 데이터베이스 뿐만 아니라 시간 , 시공간 데이터베이스 등 그밖에 많은 응용 분야에서 R-트리에서 확장된 색인들이 많이 쓰이고 있다. 그러나, R-트리를 확장한 대부분의 색인들은 불필요한 검색을 하게 만드는 데드 스페이스와 노드의 겹칩으로 인해 효과적인 검색을 방해하는 오버랩과 같은 R-트리의 문제점을 그대로 가지고 있으며 응용에 따라 이러한 문제점이 더 커지기도 한다. 이와 같은 문제점을 해결하기 위해 본 발명에서는 R-트리에 추출연산을 추가시키는 색인 기법을 제시하고 있다. 도 4에서 제시된 바와 같이 추출연산은 각 노드의 하위 노드들을 각 축에 대해 순서대로 정렬하고, 이 정보를 각 축에 대한 Projeciton에 저장하는 연산이다. 따라서, 각 Projection은 포함된 하위노드들의 정렬된 포인터를 가지고 있으며, 이 정보는 도 2에서 보여주는 바와 같이 정보를 검색할 때, 오버랩 및 데드 스페이스에 의한 불필요한 노드 검색 수를 줄여서 검색 성능의 향상을 기대할 수 있으며, 정렬된 노드 정보를 갖고 있기 때문에, 분할할 때 이를 활용하면 분할 비용 및 저장공간도 적게 차지하는 효과를 기대 할 수 있다.The present invention is to improve the search efficiency and to reduce the storage space in most indexes based on the R-tree. R-trees, popularly known as spatial indices, are height balanced trees that allow objects to be completely contained within overlapping k-dimensional rectangular regions without cutting or transforming k-dimensional spatial objects. Because of its dynamic structure, extended indexes in R-trees are used not only in spatial databases but also in many other applications such as time and space-time databases. However, most indexes that extend R-trees have problems with R-trees, such as overlap that prevents effective searches due to overlapping dead spaces and nodes that make unnecessary searches, and these problems become larger depending on the application. Also In order to solve this problem, the present invention proposes an indexing technique for adding an extraction operation to an R-tree. As shown in FIG. 4, the extraction operation is an operation of arranging subnodes of each node in order with respect to each axis, and storing this information in Projeciton for each axis. Therefore, each projection has the sorted pointers of the subnodes included, and this information is expected to improve the search performance by reducing the number of unnecessary node searches due to overlap and dead space when searching for information as shown in FIG. Since it has sorted node information, it can be expected to utilize partitioning cost and take up less storage space.

본 발명은 상기와 같은 문제점을 해결하기 위해, 먼저 각 축들을 응용에 따라 우선 순위를 두고, R-트리의 넌-리프 노드마다 하위 노드들의 정렬된 정보를 얻는 추출 연산을 수행한 후, 우선 순위가 가장 높은 축을 중심으로 노드 정보를 재 배치하여 특정 축에 따라 모든 노드가 순서대로 정렬됨으로써 질의가 들어왔을 때, 이 정렬된 정보를 사용할 수 있도록 하는 것을 기술적 과제로 한다.In order to solve the above problems, the present invention first prioritizes each axis according to an application, performs an extraction operation of obtaining aligned information of lower nodes for each non-leaf node of an R-tree, and then priorities. The technical task is to rearrange the node information around the highest axis so that all nodes are ordered according to a specific axis so that the sorted information can be used when a query comes in.

도1은 본 발명에 적용되는 하드웨어 구성도1 is a hardware configuration diagram applied to the present invention

도2는 R-트리와 추출연산을 활용한 R-트리의 노드 검색 수 비교2 is a comparison of the number of node searches of an R-tree using an R-tree and an extraction operation

도3은 추출 연산을 활용한 R-트리 기반 이동 점 객체 색인의 구조3 is a structure of an R-tree-based moving point object index using an extraction operation

도4는 각 축에 대한 Projection을 생성하는 추출 연산 및 질의 예4 is an example of an extraction operation and a query to generate a projection for each axis

* 도면의 주요 부분에 대한 부호의 설명* Explanation of symbols for the main parts of the drawings

1. 중앙처리장치 2. 주기억장치1. Central Processing Unit 2. Main Memory

3. 입출력제어기 4. 보조기억장치3. I / O controller 4. Auxiliary memory device

5. 입출력장치 6. T Projection5. I / O Device 6. T Projection

7. X Projection7. X Projection

8. Y Projection8.Y Projection

9. 추출 연산을 통해 얻은 노드의 각 축에 대한 Projection9. Projection for each axis of the node obtained through the extraction operation

10. 넌 리프 노드10. You leaf node

11. 리프 노드11. Leaf Node

12. 추출 연산에 쓰이는 상위 노드와 하위 노드들의 경계12. Boundary of upper node and lower node used in extraction operation

13. 각 축에 대한 Projection에 저장되는 하위 노드들의 정보13. Information of child nodes stored in the projection for each axis

14. 특정 시점 질의14. Point-in-Time Queries

상기 목적을 달성하기 위하여 본 발명은 컴퓨터 하드웨어 환경 하의 R-트리 기반 색인에서 정보를 색인화하여 저장 및 검색하는데 있어 추출연산을 활용하여 효율적인 검색을 하기 위한 것으로써 R-트리의 넌 리프 노드마다 x축, y축, t축에 대하여 추출연산을 수행함으로써 각 축마다 하위 노드의 정보를 저장하는Projection을 갖는 메카니즘을 제시한다. 이를 위하여 우선 각 축에 대해 추출연산을 수행하여 Projection을 구성하는 단계, 그리고 Projection을 활용한 분할 및 검색단계로 구성한다.In order to achieve the above object, the present invention is to perform efficient retrieval using the extraction operation in indexing, storing and retrieving information in an R-tree-based index under a computer hardware environment. We present a mechanism that has a projection that stores the information of the lower nodes for each axis by performing the extraction operation on the y, t, and t axes. To this end, first, the extraction operation is performed on each axis to construct a projection, and the division and retrieval steps using the projection.

이하 첨부된 도면을 참조하여 본 발명의 실시예를 설명한다.Hereinafter, embodiments of the present invention will be described with reference to the accompanying drawings.

도 1은 본 발명이 적용되는 컴퓨터의 하드웨어 구성도로써 컴퓨터의 전체 동작을 제어하고 관리하는 중앙처리장치(1), 중앙처리장치(1)에서 수행할 프로그램을 저장하고 작업 수행중 이용되는 각종 데이터를 저장하는 주기억장치(2)와, 내부 연결 버스에 접속되고 보조기억장치(4)와 입출력장치(5)에 대한 입,출력을 제어하는 입출력 제어기(3)로 구성된다. 상기 보조기억장치(4)는 대량의 데이터를 저장하는 역할을 하며, 입출력장치(5)는 일반적인 키보드, 디스플레이 장치, 프린터 등을 포함한다.1 is a hardware configuration diagram of a computer to which the present invention is applied. Various data are used to store and execute a program to be executed in a central processing unit 1 and a central processing unit 1 for controlling and managing the overall operation of the computer. And an input / output controller (3) connected to an internal connection bus and controlling inputs and outputs to the auxiliary storage device (4) and the input / output device (5). The auxiliary memory device 4 serves to store a large amount of data, and the input / output device 5 includes a general keyboard, a display device, a printer, and the like.

상기와 같이 구성된 컴퓨터에서 주기억장치(2)에는 본 발명이 적용되는 추출연산을 활용하여 효율적인 검색을 하기 위한 이동 점 객체 색인 프로그램이 저장되어 있으며, 중앙처리장치(1)의 제어에 따라 수행된다.In the computer configured as described above, the main memory device 2 stores a moving point object indexing program for efficient searching using the extraction operation to which the present invention is applied, and is performed under the control of the central processing unit 1.

도 2는 R-트리와 본 발명에서 제시하는 추출 연산을 활용한 R-트리와의 노드 검색 예를 든 것으로써 같은 질의라도 R-트리가 더 많은 노드를 검색하는 것을 알 수 있다. 추출 연산을 활용한 R-트리는 그 효율성을 알기 위해 자동차, 사람 등과같이 시간에 따라 움직이는 객체를 다루는 이동 점 객체 색인에 적용하여 실험하였으므로 Moving Point R-트리(MPR-트리)라고 이름지었다. 먼저 노드를 검색할 경우 기존의 R-트리는 검색하려는 범위와 겹치는 노드들을 검색하고 검색이 완료될 때까지 검색 범위와 겹치는 모든 하위 노드를 검색한다. 이 때 질의에서 만족하는 노드가 없더라도 검색 범위와 겹치는 노드가 존재한다면 이에 해당되는 모든 노드를 검색한 후에 질의 처리를 마치게 되어 불 필요한 검색을 수행할 수도 있다. 반면 추출 연산을 활용한 R-트리는 각 노드마다 하위 노드에 대한 정보를 순서대로 저장한 Projection(9)을 갖고 있기 때문에 검색시에 질의 범위와 겹치는 각 축의 Projection을 찾아 해당하는 Projection에 속하는 노드만을 검색하기 때문에 모든 노드를 검색하는 것보다 효과적으로 검색 비용을 줄일 수 있다. 도 2에서는 단지 하나의 Projection(t축에 대한)만을 다루어 설명하였으며, 하위 노드의 갯수가 많을수록, 트리의 깊이(level)이 깊을 수록 검색 효율이 높아질 가능성이 커진다.Fig. 2 shows an example of node search between an R-tree and an R-tree utilizing an extraction operation proposed in the present invention, and it can be seen that an R-tree searches more nodes even with the same query. The R-tree using the extraction operation was named Moving Point R-tree (MPR-tree) because it was applied to moving point object indexes that deal with moving objects such as cars and people to understand its efficiency. If you search for a node first, the existing R-tree searches for nodes that overlap with the range you want to search, and then searches for all child nodes that overlap with the search range until the search is completed. At this time, even if there is no node that satisfies the query, if there is a node overlapping with the search range, all nodes corresponding to the search range are searched and the query processing is completed, so that unnecessary search may be performed. On the other hand, the R-tree using the extraction operation has a Projection (9) that stores the information about the subnodes in order in each node. Therefore, only the nodes belonging to the corresponding Projection are searched by finding the Projection of each axis that overlaps the query range. This reduces the cost of searching more effectively than searching all nodes. In FIG. 2, only one projection (with respect to the t-axis) has been described and described. As the number of lower nodes increases, the deeper the level of the tree, the higher the search efficiency becomes.

도 3은 추출 연산을 수행하여 얻은 Projection을 활용한 R-트리 기반의 색인 구조를 제시한다. 실험을 위해 시간에 따라 위치가 변화하는 이동 점 객체 정보 처리에 사용한 색인의 구조로서 넌 리프 노드(non leaf node)와 리프 노드(leaf node)를 도시하였다. 먼저 이들의 구조를 보면 넌 리프 노드는 추출연산을 통해 얻은 각 축의 Projection을 갖고 있으며, 각 축에 대한 Projection은 도 4에서와 같이 정렬된 하위 노드들에 대한 정보를 갖고 있다. 리프 노드는 이동 점 객체의 이동을 라인 세그먼트(line segment)로 나타낸다. 이동 점 객체 정보를 입력 및 검색할 때 이들이 어떻게 활용되는 지를 설명하면 다음과 같다.3 illustrates an R-tree-based index structure using a projection obtained by performing an extraction operation. For the experiment, non-leaf nodes and leaf nodes are shown as the structure of the index used to process the moving point object information whose position changes over time. First of all, in the structure of these, the non-leaf node has the projection of each axis obtained through the extraction operation, and the projection for each axis has the information about the aligned lower nodes as shown in FIG. Leaf nodes represent the movement of a move point object as a line segment. The following describes how they are used when entering and retrieving moving point object information.

* 정보 입력* Enter your information

I_1) 입력하려는 객체 정보의 범위와 겹치는 넌 리프 노드를 찾는다.I_1) Find a non-leaf node that overlaps the range of object information you want to enter.

I_2) 검색된 넌 리프 노드의 Projeciton들과 입력하려는 객체 정보의 경계가 겹치는지 체크한다.I_2) It checks whether the borders of the retrieved non-leaf nodes' projecitons and the object information to be input overlap.

I_3) 위의 과정을 반복하며 리프 노드 레벨에 이르면, 객체 정보를 리프 노드에 저장하고, 해당 Projection에서 이를 가르키게 한다.I_3) If you reach the leaf node level by repeating the above process, the object information is stored in the leaf node and pointed to the corresponding projection.

I_4) 경계가 겹치지 않으면 새로운 Projection을 만들어 기존의 Projection에 연결한다.I_4) If the boundaries do not overlap, create a new Projection and connect it to the existing Projection.

I_5) 모든 정보를 다 넣을 때까지 위의 과정을 반복한다.I_5) The above process is repeated until all the information is entered.

* 노드 분할Node split

이미 트리의 모든 노드들이 정렬되어 있기 때문에, 분할 비용이 많은 R-트리와는 달리 분할 비용이 거의 없다.Since all nodes of the tree are already sorted, there is little splitting cost, unlike an R-tree with a large splitting cost.

SL_1) 해당 노드의 우선 순위가 가장 높은 축의 Projection에서 정렬된 하위 노드 정보를 기반으로 되도록 겹치지 않도록 분할한다.SL_1) Partitions the nodes so that they do not overlap so that the priority of the corresponding node is based on the information of the aligned lower nodes in the projection of the axis with the highest priority.

SL_2) 우선 순위가 가장 높은 축의 Projection의 하위 노드들이 모두 동일한 범위를 갖고 있다면, 그 다음 우선 순위를 가진 축의 Projection 정보를 활용하여 되도록 겹치지 않도록 분할한다.SL_2) If the lower nodes of the projection of the axis with the highest priority all have the same range, then the projection information of the axis with the highest priority is partitioned so that it does not overlap as much as possible.

SL_3) 분할하는 기준이 되는 Projection의 하위 노드들이 모두 동일한 범위를 갖는다면, 계속해서 다음 우선 순위를 가진 축의 Projection으로 넘어가서 분할을 계속한다.SL_3) If all of the subordinate nodes of the projection to be divided have the same range, the process proceeds to the projection of the axis with the next priority and continues the division.

SL_4) SL_3의 과정을 분할이 끝날때까지 반복한다.SL_4) Repeat the process of SL_3 until the division is completed.

* 정보 검색* Information search

S_1) 질의 창과 겹치는 노드안에서 우선 순위가 가장 높은 축의 Projection 부터 질의 창과 겹치는지를 체크한다. 이때 Projection도 순서대로 정렬되어 있기 때문에 질의 창과 겹치는 범위를 벗어나면 더 이상 체크할 필요가 없다.S_1) Check whether the overlapping query window starts from the projection of the highest priority axis in the node that overlaps the query window. Projections are also sorted in order, so you don't need to check any more if they fall outside the overlapping range of the query window.

S_2) 겹치는 Projection에 속하는 하위 노드를 검색한다.S_2) Search for child nodes belonging to overlapping projections.

S_3) 리프 노드와 질의 창이 겹칠 경우, xt면과 yt면에 대한 선형 보간법을 사용하여 질의 창의 범위와 리프 노드 엔트리의 라인 세그먼트 정보가 겹치는지 확인하고 결과를 반환한다.S_3) When the leaf node and the query window overlap, the linear interpolation method for the xt plane and the yt plane is used to check whether the range of the query window and the line segment information of the leaf node entry overlap and return the result.

S_4) 질의 처리가 완료될 때까지 위의 과정을 되풀이한다.S_4) The above process is repeated until the query processing is completed.

이상과 같은 처리 과정을 거쳐 이동 점 객체 정보 입력, 분할 및 검색이 수행된다. 이동 점 객체 정보를 검색할 때 추출연산을 통해 얻은 Projection을 활용하면 한 노드 안의 모든 하위 노드를 검색할 필요 없이 질의 범위와 겹치는 Projection의 하위 노드만을 검색하므로 불필요한 노드 검색과 분할 비용을 줄일 수 있다. 그리고, 이미 정렬된 정보를 가지고 분할하기 때문에 분할이 용이하며,넌 리프 노드 수를 줄인다. 따라서, 한 축에 대한 Projection만을 사용할 경우 응용에 따라 R-트리보다 적은 저장 공간을 갖으며, 저장 공간 및 효율 면에서 가장 좋은 형태로 보인다.Through the processing described above, moving point object information input, division, and retrieval are performed. When retrieving moving point object information, by using the projection obtained through the extraction operation, it is possible to reduce unnecessary node search and splitting costs by searching only the sub-nodes of the projection that overlap with the query scope without having to search all the sub-nodes within one node. In addition, since partitioning is performed using the already sorted information, partitioning is easy and you reduce the number of leaf nodes. Therefore, if only one projection is used for one axis, it has less storage space than R-tree depending on the application, and seems to be the best form in terms of storage space and efficiency.

도4는 이동 점 객체 색인에서 R-트리의 단점인 데드 스페이스 및 오버랩을 줄이기 위해 사용된 추출 연산을 제시한다. 추출 연산은 한 노드의 하위 노드들을 각 축에 대해 순서대로 정렬하여 각 축에 대한 Projection에 저장하는 작업이다. (b)와 같이 노드 경계의 정보가 있을 경우, 특정 범위에 해당하는 하위 노드들을 (a)와 같은 추출 연산을 통해 저장한다. 각 축에 대한 Projection에 저장된 하위 노드들의 정보는 (c)와 같다. 이 Projection을 활용하여 이동 점 객체 정보를 검색할 경우 먼저 질의 창과 겹치는 Projection을 검색하고 그에 해당하는 하위 노드들을 검색하기 때문에 모든 노드들을 검색하는 일반적인 R-트리의 접근보다 좀 더 효과적인 검색을 할 수 있다. 특정 시점 질의(14)를 처리할 때 t축을 가장 중요하다고 가정하고 t축에 대한 Projection을 살펴본다. 질의 1의 경우, 2001/09/09/13/20~2001/09/09/13/35의 범위를 갖는 Projection과 질의한 시점이 교차하므로 이 Projection에 속하는 하위 노드 C, B가 x축과 y축에 대한 질의 범위를 만족하는 지를 검색한다. 그리고 2001/09/09/13/44~2001/09/09/13/50의 범위를 갖는 다음 projection과 질의한 시점이 교차하는 지를 검색한다. 교차하지 않으므로 질의를 마친다. 질의 2의 경우, 먼저 t축에 대한 projection을 살펴본다. 질의한 시점이 2001/09/09/13/20~2001/09/09/13/35의 범위를 갖는 Projection과 교차하지않고 2001/09/09/13/44~2001/09/09/13/50의 범위를 갖는 다음 Projection과도 교차하지 않으므로 질의를 마친다. 민약 일반적인 3차원 R-트리로 검색한다면 모든 노드를 검색한 후에야 질의에 만족하는 노드가 없음을 알 수 있다. 이와 같이 추출 연산을 활용한 Projection을 활용하면 불필요한 노드 검색을 줄여 효과적인 검색을 할 수 있다.4 shows an extraction operation used to reduce dead space and overlap, which is a disadvantage of an R-tree in moving point object indexes. The extraction operation is to sort the subnodes of a node in order for each axis and store them in the projection for each axis. If there is node boundary information as shown in (b), lower nodes corresponding to a specific range are stored through an extraction operation as shown in (a). The information of subordinate nodes stored in the projection for each axis is as shown in (c). When searching for moving point object information by using this projection, it searches the projection overlapping with the query window first and searches the corresponding subnodes, so it is more effective than the general R-tree approach that searches all nodes. . When processing the point-in-time query 14, it is assumed that the t axis is the most important and the projection on the t axis is examined. In the case of Query 1, since the query point intersects with the Projection with the range of 2001/09/09/13/20 ~ 2001/09/09/13/35, the sub-nodes C and B belonging to this Projection have the x-axis and y Find out whether the query range for the axis is satisfied. The next projection with the range 2001/09/09/13/44 ~ 2001/09/09/13/50 is searched for intersecting the query point. The query is finished because it does not intersect. For query 2, we first look at the projection on the t-axis. Inquired point does not intersect with Projection which ranges from 2001/09/09/13/20 ~ 2001/09/09/13/35, 2001/09/09/13/44 ~ 2001/09/09/13 / It also does not intersect with the next Projection with a range of 50, thus completing the query. If we search with a generic 3D R-tree, we can find that no nodes satisfy the query after all nodes have been searched. In this way, Projection using the extraction operation can be used to reduce unnecessary node searches for efficient searches.

이상에서 상세히 설명한바와 같이 본 발명은 R-트리에 기반한 대부분의 색인에서 검색 및 저장 공간의 효율을 향상시키기 위한 것으로서, 특히 특정 축에 많은 정보가 있어 다른 축보다 길이가 길을 경우, 추출 연산을 통한 성능 향상을 더욱 기대 할 수 있다. 기존의 R-트리에 기반한 대부분의 색인들은 검색 할때, 질의 창과 교차되는 노드들의 모든 하위 노드까지 검색했지만, 이렇게 할 경우 데드 스페이스 및 오버랩에 의한 불 필요한 검색까지 수행하는 문제점이 있었다. 그러나 본 발명에서 제시한 추출 연산을 R-트리에 활용할 경우 불 필요한 검색을 줄일 뿐만 아니라 정렬된 노드 정보를 활용하여 분할 비용 및 저장 공간도 절약할 수 있다.As described in detail above, the present invention is to improve the efficiency of search and storage space in most indexes based on R-trees. In particular, when there is a lot of information on a specific axis and the length is longer than other axes, the extraction operation is performed. You can expect better performance. Most of the indexes based on the existing R-trees searched all subnodes of nodes intersected with the query window when searching, but there was a problem of performing unnecessary searches due to dead space and overlap. However, when the extraction operation proposed in the present invention is used for the R-tree, not only unnecessary search is required but also the partitioning cost and storage space can be saved by using the sorted node information.

Claims (2)

본 발명은 컴퓨터 하드웨어 환경 하에서 정보를 검색할 때 응용에 따라 각 축의 우선 순위를 정하고 그 순서에 맞게 정보를 입력, 분할 검색하며, 성능 향상을 위해 추출 연산을 통해 얻은 각 축의 Proejction을 활용하여 효과적인 검색을 수행하는 R-트리 기반 색인을 제시하는 것으로서, 추출 연산을 통하여 얻은 정렬된 하위 노드들에 대한 정보를 각 축의 Projection에 순서대로 저장하고, 이 Projection을 이용하여 효과적인 검색을 처리하고 분할 비용과 저장공간을 줄이는 메커니즘The present invention prioritizes each axis according to the application when the information is retrieved under the computer hardware environment, inputs and retrieves the information according to the order, and uses the proejction of each axis obtained through the extraction operation to improve the performance. It presents an R-tree-based index that performs the search, and stores the information about the sorted subnodes obtained through the extraction operation in order in the projection of each axis, and uses this projection to process the effective retrieval. Mechanism to reduce space 추출 연산의 효율을 실험해보기 위해 제시한, 시간에 따라 위치가 변화하는 이동 객체 정보를 다루는 이동 점 객체 색인인 Moving Point R-트리 모델Moving Point R-tree model, a moving point object index that handles moving object information whose position changes over time, presented to experiment with the efficiency of the extraction operation.
KR1020030003855A 2003-01-21 2003-01-21 Extract operation technique for the indices based on the R-tree KR20040066942A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020030003855A KR20040066942A (en) 2003-01-21 2003-01-21 Extract operation technique for the indices based on the R-tree

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020030003855A KR20040066942A (en) 2003-01-21 2003-01-21 Extract operation technique for the indices based on the R-tree

Publications (1)

Publication Number Publication Date
KR20040066942A true KR20040066942A (en) 2004-07-30

Family

ID=37356544

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020030003855A KR20040066942A (en) 2003-01-21 2003-01-21 Extract operation technique for the indices based on the R-tree

Country Status (1)

Country Link
KR (1) KR20040066942A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100620125B1 (en) * 2005-07-18 2006-09-06 인하대학교 산학협력단 System and method for a index reorganization using a part index transfer in spatial data warehouse
KR100757058B1 (en) * 2006-07-31 2007-09-14 (주)닷넷소프트 Bit data type database management system
KR100800461B1 (en) * 2006-07-19 2008-02-04 제주대학교 산학협력단 Method for constructing the future-position search index
US7379936B2 (en) * 2001-06-22 2008-05-27 Oracle International Corporation Pruning of spatial queries on geodetic data when query window has holes
KR100891039B1 (en) * 2007-04-25 2009-03-31 제주대학교 산학협력단 Structure and method of indexing for processing of moving object queries in road network databases
KR100963352B1 (en) * 2008-04-14 2010-06-14 제주대학교 산학협력단 Indexing method of trajectory data and apparatus using the method
KR101393864B1 (en) * 2012-10-17 2014-05-12 인하대학교 산학협력단 Method for accelerating range query processing on r-tree variants indexing structures using contain link
CN107133700A (en) * 2017-05-12 2017-09-05 西南交通大学 Mobile phone signaling data road network method based on R* tree indexes

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7379936B2 (en) * 2001-06-22 2008-05-27 Oracle International Corporation Pruning of spatial queries on geodetic data when query window has holes
KR100620125B1 (en) * 2005-07-18 2006-09-06 인하대학교 산학협력단 System and method for a index reorganization using a part index transfer in spatial data warehouse
KR100800461B1 (en) * 2006-07-19 2008-02-04 제주대학교 산학협력단 Method for constructing the future-position search index
KR100757058B1 (en) * 2006-07-31 2007-09-14 (주)닷넷소프트 Bit data type database management system
KR100891039B1 (en) * 2007-04-25 2009-03-31 제주대학교 산학협력단 Structure and method of indexing for processing of moving object queries in road network databases
KR100963352B1 (en) * 2008-04-14 2010-06-14 제주대학교 산학협력단 Indexing method of trajectory data and apparatus using the method
KR101393864B1 (en) * 2012-10-17 2014-05-12 인하대학교 산학협력단 Method for accelerating range query processing on r-tree variants indexing structures using contain link
CN107133700A (en) * 2017-05-12 2017-09-05 西南交通大学 Mobile phone signaling data road network method based on R* tree indexes

Similar Documents

Publication Publication Date Title
Theodoridis et al. Spatio-temporal indexing for large multimedia applications
Manolopoulos et al. R-Trees: Theory and Applications: Theory and Applications
Papadias et al. The retrieval of direction relations using R-trees
EP2035973A2 (en) Adaptive index with variable compression
CN109947904A (en) A kind of preference space S kyline inquiry processing method based on Spark environment
CN107436911A (en) Fuzzy query method, device and inquiry system
KR20040066942A (en) Extract operation technique for the indices based on the R-tree
CN103092992A (en) Vector data preorder quadtree coding and indexing method based on Key / Value type NoSQL (Not only SQL)
Álvarez-García et al. Compact and efficient representation of general graph databases
Naps et al. Pantheon: Exascale file system search for scientific computing
KR100472949B1 (en) A method for searching an index for subsequence matching in time-series databases
Kwon et al. G-Index Model: A generic model of index schemes for top-k spatial-keyword queries
Brabec et al. The VASCO R-tree JAVAtm applet
KR20060087947A (en) A index system and method for xml documents using node-range of integration path
Berchtold et al. Implementation of multidimensional index structures for knowledge discovery in relational databases
Tang et al. Efficient and Compact Spreadsheet Formula Graphs
Wu et al. A new spatial index structure for GIS data
Durneková et al. Optimization of the SELECT statement containing window functions
Dai Efficient concurrent operations in spatial databases
KR100333682B1 (en) A Query Processing Method For Grouping And Aggregation Operations In Object-Relational Database Systems Using Reverse Pointers
Zhu et al. The collective index: A technique for efficient processing of progressive queries
Papadopoulos et al. Access Methods.
Ibrahim et al. Efficient processing of spatial selection and join operations using SB/sup+/-tree
Wei et al. A new parallel spatial query algorithm for distributed spatial databases
Weissman Database Indexing: Time Series Simulation Comparing R-tree and Inverted Index

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E601 Decision to refuse application