You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hollin Wilkins edited this page Dec 25, 2016
·
1 revision
Overview
A lot of time is spent during transformation by just transforming the LeapFrame schema over and over again as requests come in. Use the RowTransformBuilder object to get rid of this overhead by precomputing the input and output schemas, and only transforming the MLeap row objects. This can result in a large speed increase when optimizing for one-off queries.