Publications
Search

Publications :: Search

Exploiting Similarity-aware Grouping in Decision Support Systems

Show publication

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

    Publication properties
    Title: Exploiting Similarity-aware Grouping in Decision Support Systems
    Rating: (not rated yet)
    Discussion: 0 comments
    Date: 2009
    Publication type: Conference paper
    Authors:
    No. First name Last name Show
    1. Yasin Silva
    2. Muhammad Arshad
    3. Walid G. Aref
    Download (by DOI): 10.1145/1516360.1516499
    BibTeX: conf/edbt/SilvaAA09
    DBLP: db/conf/edbt/edbt2009.html#SilvaAA09
    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: Demo
    URL: http://www.edbt.org/Proceedings/2009-StPetersburg/edbt/sessions/demo.html

    Abstract
           Decision Support Systems (DSS) are information systems that
           support decision making processes. In many scenarios these
           systems are built on top of data managed by DBMSs and make
           extensive use of its underlying grouping and aggregation
           capabilities, i.e., Group-by operation. Unfortunately, the
           standard grouping operator has the inherent limitation of being
           based only on equality, i.e., all the tuples in a group share
           the same values of the grouping attributes. Similarity-based
           Group-by (SGB) has been recently proposed as an extension aimed
           to overcome this limitation. SGB allows fast formation of groups
           with similar objects under different grouping strategies and the
           pipelining of results for further processing. This demonstration
           presents how SGB can be effectively used to build useful DSSs.
           The presented DSS has been built around the data model and
           queries of the TPC-H benchmark intending to be representative of
           complex business analysis applications. The system provides
           intuitive dashboards that exploit similarity aggregation queries
           to analyze: (1) customer clustering, (2) profit and revenue, (3)
           marketing campaigns, and (4) discounts. The presented DSS runs
           on top of PostgreSQL whose query engine is extended with
           similarity grouping operators.