Welcome to Sign in | Help
in Search

olap

Last post 11-13-2009, 11:25 AM by allan.parker. 2 replies.
Sort Posts: Previous Next
  •  11-11-2009, 1:43 PM 7815

    olap

    hi,

    what are fact tables and candidate check??
    Filed under:
  •  11-12-2009, 5:45 PM 7816 in reply to 7815

    Re: olap

    Hi,
    I am not sure what you mean by "Candidate Check".

    You can get a description of a fact table using the following links:
    http://en.wikipedia.org/wiki/Fact_table
    http://en.wikipedia.org/wiki/Online_analytical_processing

    If you need additional explanation feel free to ask.

    Cristian Andrei Lefter, SQL Server MVP
    MCT, MCSA, MCDBA, MCAD, MCSD .NET,
    MCTS, MCITP - Database Administrator SQL Server 2005
    http://sqlserver.ro
  •  11-13-2009, 11:25 AM 7817 in reply to 7815

    Re: olap

    Hi Joe, Smile

    Fact Tables
    : Data in a warehouse comes from the transactions. Fact table in a data warehouse consists of facts and/or measures. The nature of data in a fact table is usually numerical. e.g. If I want to know the number of resources used for a task, my fact table will store the actual measure (of resources) while my Dimension table will store the task and resource details.

    Candidate check : Binning process when creates the binned indexes, answers only some queries. The base data is not checked. The process of checking the base data is called as a candidate check. Candidate check at times may consume more time that binning process. This depends on the user query and how well it matches with the bin.

    You can learn more on these topics through an E BOOK " THE MULTIDIMENSIONAL DATA MODELING TOOLKIT " available at ORACLE OLAP
View as RSS news feed in XML
Powered by Community Server (Commercial Edition), by Telligent Systems