计算机科学与探索 ›› 2010, Vol. 4 ›› Issue (11): 1005-1009.DOI: 10.3778/j.issn.1673-9418.2010.11.005

• 学术研究 • 上一篇    下一篇

一种处理图数据库中超图集合的查询方法*

李兴东+; 姜守旭; 张 硕

  

  1. 哈尔滨工业大学 计算机学院, 哈尔滨 150001
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2010-11-01 发布日期:2010-11-01
  • 通讯作者: 李兴东

An Approach for Processing Supergraph Set Query in Graph Database*

LI Xingdong+;JIANG Shouxu;ZHANG Shuo

  

  1. Computer School, Harbin Institute of Technology, Harbin 150001, China
  • Received:1900-01-01 Revised:1900-01-01 Online:2010-11-01 Published:2010-11-01
  • Contact: LI Xingdong

摘要: 针对图数据库中超图集合查询问题给出有效解决方案, 算法采用过滤验证框架机制, 过滤器是基于特征的索引树。给出从数据库中快速提取特征的算法以及索引建立方法。将特征组织在一棵树中, 使得过滤阶段两个特征的公共诱导子图只与查询图做一次子图同构测试。在验证阶段, 将Ullman算法与极大团查找算法相结合进行子图同构检测。

关键词: 超图集合查询, 特征, 索引

Abstract: This paper proposes an approach for processing supergraph set query in graph database, filtering- verification schema is selected in the algorithm, the filter is an index tree based on features mined from databsae. Fast algorithm for extracting features from databases is provided, it also gives method for constructing index. Organizing features in a tree make that the common induced subgraph of two or more features can be isomorphicly mapped into query only once. In verification phase, Ullman algorithm together with finding maximum cliuqe algorithm processes subgraph isomorphism test.

Key words: supergraph set query, feature, index

中图分类号: