作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2011, Vol. 37 ›› Issue (8): 58-60. doi: 10.3969/j.issn.1000-3428.2011.08.020

• 软件技术与数据库 • 上一篇    下一篇

基于聚类方法的空间度量物化选择算法

梁 银   

  1. (徐州师范大学计算机科学与技术学院,江苏 徐州 221116)
  • 出版日期:2011-04-20 发布日期:2012-10-31
  • 作者简介:梁 银(1970-),女,副教授、博士,主研方向:数据仓库,空间数据库
  • 基金资助:
    徐州师范大学自然科学基金资助重点项目(08XLA12)

Materialized Selection Algorithm for Spatial Measure Based on Clustering Method

LIANG Yin   

  1. (School of Computer Science and Technology, Xuzhou Normal University, Xuzhou 221116, China)
  • Online:2011-04-20 Published:2012-10-31

摘要: 在空间数据仓库中,由于物化视图中空间度量的聚集结果需要占用较大的存储空间,因此只能选择部分空间度量进行物化。而现有的物化视图选择算法大部分只是针对视图选择设计的,没有考虑视图中度量的选择。为此,针对空间度量的区域合并操作,提出基于聚类方法的空间度量物化选择算法。把可合并的空间对象组进行聚类,在每个聚类中计算合并组的收益,当选择收益最大的合并组物化后,只需重新计算该类中合并组的收益,即可较大幅度地减少收益计算的开销。通过实验验证了该算法的优越性。

关键词: 空间数据仓库, 空间度量, 物化视图, 聚类方法

Abstract: In spatial data warehouse, the aggregation results of spatial measures in materialized view require substantial storage space. Parts of spatial measures are selected to materialize. And the existing materialized view selection algorithms are mostly designed for view selection. They can not be applied for handling spatial measures. This paper proposes a spatial measures materialized selection algorithm based on cluster method for spatial region merging operation. All merged groups of spatial object are clustered. In each cluster, the algorithm calculates benefit for every merged group. After the best merged group based on the benefit calculation is selected to materialize, the algorithm only recalculates the benefits of merged groups in the cluster which includes materialized group. Overhead of benefit calculation is greatly reduced. Experimental results show the superiority of the algorithm.

Key words: spatial data warehouse, spatial measure, materialized view, clustering method

中图分类号: