摘要
在空间数据库中点、线段和区域是构成向量对象的三种基本实体。现有的索引结构能够将点或区域对象有效地组织成散列或分层目录,并且提供精确的检索方法。然而,这些索引结构索引线段时会出现以下问题。索引结构不能准确地表示线段的空间信息,这将阻碍对线段空间数据的高质量存储。位于层次目录中节点之间将产生大量死空间和重叠区域,随着时间的推移这将降低系统性能。提出一种采用数据压缩的索引结构CB树。与R树索引结构相比,CB树具有较优查询效率,占用较少存储空间。
Point, line and region are three basic entities which constitute vector-based objects in spatial databases. Existing index structures can effectively organize the objects such as points, regions into hash or hierarchical directory, and provide accurate retrieval methods. However the following questions arise when such methods are applied to line segments.Spatial information of line segments may not be precisely expressed which impedes high-quality conservation of line segments. In the hierarchical directory, a lot of dead space and overlapping regions will be generated between nodes, which degrade the performance over time. The paper presents the index structure CB-tree based on data compression. Compared with R-tree, CB-tree has optimum query efficiency, takes up less storage space.
出处
《计算机工程与应用》
CSCD
北大核心
2015年第11期114-118,123,共6页
Computer Engineering and Applications
基金
国家自然科学基金(No.61073047)
关键词
空间数据库
线段
索引结构
CB树
spatial database
line segment
index structure
CB-tree