Author_Institution :
Dept. of Inf. Manage., Chinese Culture Univ., Taipei, Taiwan
Abstract :
Efficiency is an important subject in moving object databases research area in recent decade. Particularly for fixed network, where many index structures have been proposed, such as the ones containing 2 D R-tree and 1D R-tree. For range query, these index structures are shown to be relatively efficient than that of 3D R-tree. But for the problem of searching the trajectory of individual moving object, it is not. In this paper, a simple but efficient index structure composed of 2D R-tree and lists of pointers is proposed, with set operations, intersection and union, on these pointers. This index structure is slightly less efficient for range query, but is significantly efficient for querying the trajectory of individual moving object. Besides, the insertion cost is kept in a small fixed range and is scalable with tree height. The problem of information overload caused by long time data accumulation can also be easily alleviated with this structure. As the empirical data shows, this scheme is one order of magnitude better than FNR-tree for trajectory query, but its insertion of each data is restricted to only 5 to 8 disk accesses.
Keywords :
database indexing; query processing; tree data structures; visual databases; 1D R-tree; 2D R-tree; 3D R-tree; FNR-tree; data accumulation; disk accesses; fixed networks; index method; information overload; insertion cost; moving objects databases; objects databases; pointers; trajectory querying; tree height; Computer networks; Costs; Geometry; Indexes; Information management; Information systems; Information technology; Spatial databases; Spatiotemporal phenomena; Transaction databases; R-tree; fixed network; index structure; moving objetcs database; query;