단일방송채널환경에서 k-최근접질의 처리를 위한 힐버트 곡선과 최소영역 사각형 기반의 분산 공간 인덱싱 기법

A Distributed Spatial Indexing Technique based on Hilbert Curve and MBR for k-NN Query Processing in a Single Broadcast Channel Environment

  • 이정형 (서강대학교 컴퓨터공학과) ;
  • 정성원 (서강대학교 컴퓨터공학과)
  • 투고 : 2010.02.03
  • 심사 : 2010.07.16
  • 발행 : 2010.08.15

초록

본 논문은 단일무선방송채널환경에서 힐버트곡선과 최소영역사각형을 이용하여 공간데이터를 방송하고 이를 가지고 k-최근접질의 처리를 효과적으로 처리하는 기법에 관한 논문이다. 기존 방식은 k-최근접질의 처리시 백트랙킹문제가 발생하여 질의처리에 오랜 시간이 걸리거나 검색범위를 빠르게 줄이지 못하여 많은 정보를 수신해야 하는 단점이 존재하였다. 제안하는 방법은 공간데이터를 힐버트 곡선 순서대로 방송하되 방송중인 공간데이터를 제외한 나머지 공간데이터를 최소영역사각형으로 그룹화하고 이를 인덱스 테이블로 구성하는 방법이다. 그리고 이를 이용하여 클라이언트가 알려지지 않은 데이터의 위치를 예측하여 빠르게 검색범위를 줄여나가 불필요한 정보를 제거하여 적은 튜닝시간과 접근지연시간을 갖도록 하는 것이다.

This paper deals with an efficient index scheduling technique based on Hilbert curve and MBR for k-NN query in a single wireless broadcast channel environment. Previous works have two major problems. One is that they need a long time to process queries due to the back-tracking problem. The other is that they have to download too many spatial data since they can not reduce search space rapidly. Our proposed method broadcasts spatial data based on Hilbert curve order where a distributed index table is also broadcast with each spatial data. Each entry of index table represents the MBR which groups spatial data. By predicting the unknown location of spatial data, our proposed index scheme allows mobile clients to remove unnecessary data and to reduce search space rapidly. As a result, our method gives the decreased tuning time and access latency.

키워드

참고문헌

  1. Jun Zhang, Manli Zhu, Dimitris Papadias, "Location- based Spatial Queries," Proceedings of the ACM SIGMOD international conference on Management of Data (SIGMOD''03), pp.443-454, June 2003.
  2. B. Zheng, W.C. Lee, and D.L. Lee, "Spatial Queries in Wireless Broadcast Systems," Wireless Network, 10(6), pp.723-736, December, 2004.
  3. W.C. Lee, B. Zheng, "DSI: A Fully Distributed Spatial Index for Location-based Wireless Broadcast Services," Proceedings of the 21st International Conference on Data Engineering, pp.349- 358, 2005.
  4. Chuan-Ming Liu, Shu-Yu Fu, "Effective Protocols for kNN Search on Broadcast Multi-Dimensional Index Trees," Information Systems, 33, pp.18-35, 2008. https://doi.org/10.1016/j.is.2007.04.002
  5. Spatial Datasets in 2D Space, http://www.rtreeportal.org/datasets/spatial/ greece/cities_loc.zip, 2006.