휴대저장장치에서 고정그리드파일의 구현

The Implementation of a Fixed Grid File on the Hand-held Storage

  • 김동현 (동서대학교 컴퓨터정보공학부) ;
  • 반재훈 (고신대학교 인터넷비즈니스학과)
  • Kim, Dong Hyun (Dongseo University, Division of Computer Information&Engineering) ;
  • Ban, Chae Hoon (Kosin University, Dept. of Internet Business)
  • 발행 : 2013.10.25

초록

스마트폰과 같은 휴대용기기에서 연산에 필요한 데이터를 저장하기 위하여 플래쉬메모리를 이용한 저장장치를 사용한다. 플래쉬메모리는 비휘발성 저장장치로 대용량의 데이터를 저장할 수 있기 때문에 질의 연산 처리를 위하여 색인 구조를 사용해야 한다. 그러나 플래쉬메모리는 덮어쓰기 연산을 지원하지 않기 때문에 동일 위치에 쓰기 연산을 수행하면 수행 속도가 매우 저하되는 단점이 있다. 이 논문에서는 플래쉬메모리에서 다차원 공간 색인인 고정그리드파일을 구현하고 다양한 조건에서 연산의 수행 속도를 측정한다.

Hand-held devices such as smart phones exploit flash memory based storages to store data for processing jobs. Since the flash memory, non-volatile memory, is able to store mass data, it is required to use the index for processing queries. However, the flash memory has the shortcomings that it does not support the overwrite operation and its write operation is very slow. In this paper, we build the fixed grid file, one of the multi-dimensional spatial index, on a flash memory and evaluate the performance test.

키워드