Publications
Search

Publications :: Search

A Novel Approach for Efficient Supergraph Query Processing on Graph Databases

Show publication

On this page you see the details of the selected publication.

    Publication properties
    Title: A Novel Approach for Efficient Supergraph Query Processing on Graph Databases
    Rating: (not rated yet)
    Discussion: 0 comments
    Date: 2009
    Publication type: Conference paper
    Authors:
    No. First name Last name Show
    1. Shuo Zhang
    2. Jianzhong Li Li
    3. Hong Gao
    4. Zhaonian Zou
    Download (by DOI): 10.1145/1516360.1516385
    BibTeX: conf/edbt/ZhangLGZ09
    DBLP: db/conf/edbt/edbt2009.html#ZhangLGZ09
    Bookmark:

    The following keywords have been assigned to this publication so far. If you have logged in, you can tag this publication with additional keywords.

    Keywords
    No keywords have been assigned to this publication yet.

    If you log in you can tag this publication with additional keywords

    A publication can refer to another publication (outgoing references) or it can be referred to by other publications (incoming references).

    Incoming References
    No incoming references have been assigned to this publication yet.
    Outgoing References
    No outgoing references have been assigned to this publication yet.

    If you log in you can add references to other publications

    A publication can be assigned to a conference, a journal or a school.

    Conference Track
    Conference Name: EDBT 2009, 12th International Conference on Extending Database Technology, Saint Petersburg, Russia, March 24-26, 2009 2009
    Track Name: Research
    URL: http://www.edbt.org/Proceedings/2009-StPetersburg/edbt/sessions/research.html

    Abstract
           In recent years, large amount of data modeled by graphs, namely
           graph data, have been collected in various domains. Efficiently
           processing queries on graph databases has attracted a lot of
           research attentions. Supergraph query is a kind of new and
           important queries in practice. A supergraph query, q, on a graph
           database D is to retrieve all graphs in D such that q is a
           supergraph of them. Because the number of graphs in databases is
           large and subgraph isomorphism testing is NP-complete,
           efficiently processing such queries is a big challenge. This
           paper first proposes an optimal compact method for organizing
           graph databases. Common subgraphs of the graphs in a database
           are stored only once in the compact organization of the
           database, in order to reduce the overall cost of subgraph
           isomorphism testings from stored graphs to queries during query
           processing. Then, an exact algorithm and an approximate
           algorithm for generating significant feature set with optimal
           order are proposed to construct indices on graph databases. The
           optimal order on the feature set is to reduce the number of
           subgraph isomorphism testings during query processing. Based on
           the compact organization of graph databases, a novel algorithm
           of testing subgraph isomorphisms from multiple graphs to one
           graph is presented. Finally, based on all these techniques, a
           query processing method is proposed. Analytical and experimental
           results show that the proposed algorithms outperform the
           existing similar algorithms by one to two orders of
           magnitude.