You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@kylin.apache.org by Sonny Heer <so...@gmail.com> on 2018/03/28 03:57:34 UTC

fast cubing 1.6?

Any reason why fast cubing was removed in 1.6?  I see the following

    public enum AlgorithmEnum {

        LAYER, INMEM

    }

Re: fast cubing 1.6?

Posted by Dong Li <li...@apache.org>.
Hi Sonny,

 

The "INMEM" is for fast cubing.

BTW, the latest version of Kylin is 2.3.1, and I recommend you use the latest one.

 

Thanks,

Dong Li

 

From: Sonny Heer <so...@gmail.com>
Reply-To: <us...@kylin.apache.org>
Date: Wednesday, 28 March 2018 at 11:57
To: <us...@kylin.apache.org>
Subject: fast cubing 1.6?

 

Any reason why fast cubing was removed in 1.6?  I see the following

 

    public enum AlgorithmEnum {

        LAYER, INMEM

    }