Yes, "Fast cubing" = "In-Mem cubing", they are the same thing.
To enable it, you can set "kylin.cube.algorithm=inmem" in Cube's property overwrite step, then trigger a build. But from our experience, the "layer" cubing is a more stable algorithm for various data set and model. If your data is small and the model is relatively simple, "inmem" will be a good option, otherwise, "layer" is recommended. 2017-05-23 16:46 GMT+08:00 Bart <[email protected]>: > Hi, people! > I've read about a Layer algorithm from here: > http://kylin.apache.org/blog/2015/08/15/fast-cubing/ > Is this algorithm named "Fast Algorithm" a "In-Mem" algorithm?? > > Best Regards, > Bartt > > -- > View this message in context: http://apache-kylin.74782.x6. > nabble.com/IN-MEM-Algorithm-how-it-works-tp8069.html > Sent from the Apache Kylin mailing list archive at Nabble.com. > -- Best regards, Shaofeng Shi 史少锋
