RISS 학술연구정보서비스

검색
다국어 입력

http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.

변환된 중국어를 복사하여 사용하시면 됩니다.

예시)
  • 中文 을 입력하시려면 zhongwen을 입력하시고 space를누르시면됩니다.
  • 北京 을 입력하시려면 beijing을 입력하시고 space를 누르시면 됩니다.
닫기
    인기검색어 순위 펼치기

    RISS 인기검색어

      KCI등재

      연속적인 이동 객체의 효과적인 갱신을 위한 색인 구조 = An Index Structure for Updating Continuously Moving Objects Efficiently

      한글로보기

      https://www.riss.kr/link?id=A101432585

      • 0

        상세조회
      • 0

        다운로드
      서지정보 열기
      • 내보내기
      • 내책장담기
      • 공유하기
      • 오류접수

      부가정보

      국문 초록 (Abstract)

      기존에 제안된 색인 구조는 연속적 이동 객체를 갱신하기 위해 이동 객체의 기존 위치를 삭제하고 새로운 위치를 삽입하는 과정을 반복하기 때문에 많은 갱신 비용을 소요한다. 본 논문에서는 연속적 이동 객체의 갱신 비용을 감소시키기 위한 새로운 색인 구조를 제안한다. 제안하는 색인 구조는 이동 객체의 위치를 저장한 공간 분할 방식의 색인 구조와 이동 객체의 위치를 직접 접근하기 위한 보조 색인 구조로 구성된다. 노드의 팬아웃을 증가시키기 위해 자식 노드에 대한 정보는 실제 분할 영역을 저장하는 것이 아니라 kd-tree로 저장한다. 또한, 이동 객체의 위치 갱신을 빠르게 처리하기 위해 색인 구조 전체를 순회하지 않고 단말 노드를 직접 접근하여 상향식으로 갱신을 수행한다. 제안하는 색인 구조의 우수성을 입증하기 위해 다양한 분포 특성에 따라 이동 객체를 생성하고 이동 객체에 대한 삽입, 갱신, 검색 성능을 비교 분석한다.
      번역하기

      기존에 제안된 색인 구조는 연속적 이동 객체를 갱신하기 위해 이동 객체의 기존 위치를 삭제하고 새로운 위치를 삽입하는 과정을 반복하기 때문에 많은 갱신 비용을 소요한다. 본 논문에서...

      기존에 제안된 색인 구조는 연속적 이동 객체를 갱신하기 위해 이동 객체의 기존 위치를 삭제하고 새로운 위치를 삽입하는 과정을 반복하기 때문에 많은 갱신 비용을 소요한다. 본 논문에서는 연속적 이동 객체의 갱신 비용을 감소시키기 위한 새로운 색인 구조를 제안한다. 제안하는 색인 구조는 이동 객체의 위치를 저장한 공간 분할 방식의 색인 구조와 이동 객체의 위치를 직접 접근하기 위한 보조 색인 구조로 구성된다. 노드의 팬아웃을 증가시키기 위해 자식 노드에 대한 정보는 실제 분할 영역을 저장하는 것이 아니라 kd-tree로 저장한다. 또한, 이동 객체의 위치 갱신을 빠르게 처리하기 위해 색인 구조 전체를 순회하지 않고 단말 노드를 직접 접근하여 상향식으로 갱신을 수행한다. 제안하는 색인 구조의 우수성을 입증하기 위해 다양한 분포 특성에 따라 이동 객체를 생성하고 이동 객체에 대한 삽입, 갱신, 검색 성능을 비교 분석한다.

      더보기

      다국어 초록 (Multilingual Abstract)

      Existing index structures need very much update cost because they repeat delete and insert operations in order to update continuously moving objects. In this paper, we propose a new index structure which reduces the update cost of continuously moving objects. The proposed index structure consists of a space partitioning index structure that stores the location of the moving objects and an auxiliary index structure that directly accesses to their current positions. In order to increase the fanout of the node, it stores not the real partitioning area but kd-tree as the information about the child node of the node. In addition, we don't traverse a whole index structure, but access the leaf nodes directly and accomplish a bottom-up update strategy for efficiently updating the positions of moving objects. We show through the various experiments that our index structure outperforms the existing index structures in terms of insertion, update and retrieval.
      번역하기

      Existing index structures need very much update cost because they repeat delete and insert operations in order to update continuously moving objects. In this paper, we propose a new index structure which reduces the update cost of continuously moving ...

      Existing index structures need very much update cost because they repeat delete and insert operations in order to update continuously moving objects. In this paper, we propose a new index structure which reduces the update cost of continuously moving objects. The proposed index structure consists of a space partitioning index structure that stores the location of the moving objects and an auxiliary index structure that directly accesses to their current positions. In order to increase the fanout of the node, it stores not the real partitioning area but kd-tree as the information about the child node of the node. In addition, we don't traverse a whole index structure, but access the leaf nodes directly and accomplish a bottom-up update strategy for efficiently updating the positions of moving objects. We show through the various experiments that our index structure outperforms the existing index structures in terms of insertion, update and retrieval.

      더보기

      참고문헌 (Reference)

      1 "이동체 데이터베이스를 위한 색인 기법" 18 (18): 23-35, 2002.

      2 "The TPR*-Tree : An Optimized Spatio-Temporal Access Method for Predictive Queries" 790-801, 2003.

      3 "TPKDB-Tree : An Index Structure for Efficient Retrieval of Future Positions of Moving Objects" 67-78, 2004.

      4 "Supporting Frequent Updates in R-Trees : A Bottom-Up Approach" 608-619, 2003.

      5 "Spatio- Temporal Access Methods" 26 (26): 40-49, 2003.

      6 "Spatio- Temporal Access Methods" 26 (26): 40-49, 2003.

      7 "Real-Time Traffic Updates in Moving Objects Databases" 698-704, 2002.

      8 "Query Indexing and Velocity Constrained Indexing : Scalable Techniques for Continuous Queries on Moving Objects" 51 (51): 1124-1140, 2002.

      9 "Q+Rtree:Efficient Indexing for Moving Object Database" 175-182, 2003.

      10 "On the Generation of Spatiotemporal Datasets" 147-164, 1999

      1 "이동체 데이터베이스를 위한 색인 기법" 18 (18): 23-35, 2002.

      2 "The TPR*-Tree : An Optimized Spatio-Temporal Access Method for Predictive Queries" 790-801, 2003.

      3 "TPKDB-Tree : An Index Structure for Efficient Retrieval of Future Positions of Moving Objects" 67-78, 2004.

      4 "Supporting Frequent Updates in R-Trees : A Bottom-Up Approach" 608-619, 2003.

      5 "Spatio- Temporal Access Methods" 26 (26): 40-49, 2003.

      6 "Spatio- Temporal Access Methods" 26 (26): 40-49, 2003.

      7 "Real-Time Traffic Updates in Moving Objects Databases" 698-704, 2002.

      8 "Query Indexing and Velocity Constrained Indexing : Scalable Techniques for Continuous Queries on Moving Objects" 51 (51): 1124-1140, 2002.

      9 "Q+Rtree:Efficient Indexing for Moving Object Database" 175-182, 2003.

      10 "On the Generation of Spatiotemporal Datasets" 147-164, 1999

      11 "Moving Objects Information Management : The Database Challenge" 75-89, 2002.

      12 "Indexing the Positions of Continuously Moving Objects" 331-342, 2000.

      13 "Indexing of Moving Objects for Location-Based Services" 463-472, 2002.

      14 "Frequent Update and Efficient Retrieval: an Oxymoron on Moving Object Indexes?" 3-12, 2002.

      더보기

      동일학술지(권/호) 다른 논문

      분석정보

      View

      상세정보조회

      0

      Usage

      원문다운로드

      0

      대출신청

      0

      복사신청

      0

      EDDS신청

      0

      동일 주제 내 활용도 TOP

      더보기

      주제

      연도별 연구동향

      연도별 활용동향

      연관논문

      연구자 네트워크맵

      공동연구자 (7)

      유사연구자 (20) 활용도상위20명

      인용정보 인용지수 설명보기

      학술지 이력

      학술지 이력
      연월일 이력구분 이력상세 등재구분
      2012-10-01 평가 학술지 통합(등재유지)
      2010-01-01 평가 등재학술지 유지(등재유지) KCI등재
      2008-01-01 평가 등재학술지 유지(등재유지) KCI등재
      2006-01-01 평가 등재학술지 유지(등재유지) KCI등재
      2003-01-01 평가 등재학술지 선정(등재후보2차) KCI등재
      2002-01-01 평가 등재후보 1차 PASS(등재후보1차) KCI등재후보
      2000-07-01 평가 등재후보학술지 선정(신규평가) KCI등재후보
      더보기

      이 자료와 함께 이용한 RISS 자료

      나만을 위한 추천자료

      해외이동버튼