Endeca Records,Dimensions and Properties

我理解的Endeca 很大部分就是一个数据仓库,对于数据仓库,我们往往会联想到维表和事实表(可以参考文章数据仓库几个基本概念)。

简单的 打个比方,对于我们的销售业绩分析报表,我们可以通过时间的维度看业绩,也可以通过地区的维度看业绩,而这个时间就可以看作是一个维表,维表一般是有层次结构的,例如年、季、月、天,这样用户分析销售业绩就可以按年、按月、按天的时间粒度来查看销售效果。而事实表我们可以说就是用户关心的数据,例如销售额,利润等等。通过维表和事实表的JOIN,用户可以得到某年的销售额;如果再加一个地区维,用户就可以得到某时间段某地区的销售额,是不是方便了领导查看业绩报表?

言归正传,我们继续讲讲Endeca里面的Dimensions和Properties到底是什么吧,看看下面的图:

发表评论

电子邮件地址不会被公开。 必填项已用*标注

To create code blocks or other preformatted text, indent by four spaces:

    This will be displayed in a monospaced font. The first four 
    spaces will be stripped off, but all other whitespace
    will be preserved.
    
    Markdown is turned off in code blocks:
     [This is not a link](http://example.com)

To create not a block, but an inline code span, use backticks:

Here is some inline `code`.

For more help see http://daringfireball.net/projects/markdown/syntax

您可以使用这些HTML标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>