You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "liyang (JIRA)" <ji...@apache.org> on 2016/11/16 22:30:58 UTC

[jira] [Resolved] (KYLIN-2088) Support intersect count for calculation of retention or conversion rates

     [ https://issues.apache.org/jira/browse/KYLIN-2088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

liyang resolved KYLIN-2088.
---------------------------
    Resolution: Fixed

> Support intersect count for calculation of retention or conversion rates
> ------------------------------------------------------------------------
>
>                 Key: KYLIN-2088
>                 URL: https://issues.apache.org/jira/browse/KYLIN-2088
>             Project: Kylin
>          Issue Type: New Feature
>          Components: Query Engine
>            Reporter: Yerui Sun
>            Assignee: Yerui Sun
>             Fix For: v1.6.0
>
>         Attachments: KYLIN-2088.patch
>
>
> Retention or Conversion Rates is very important in data analyze. 
> It can be calculated from two dataset of two different value of one dimension. For example, we have an count distinct measure, like uv(dataset of uuid), and one dimension, like date, and the retention of uv between '20161015' and '20161016' is the intersection of two uv datasets.
> Fortunately, we have implement dataset in Kylin, as bitmap, for precisely count distinct. Only an UDAF is needed to calculate intersection of two or more bitmaps.
> I'll try on this and post patch later.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)