Hi,
I have been testing the sessionize function lately
https://issues.apache.org/jira/browse/MADLIB-909
https://issues.apache.org/jira/browse/MADLIB-1001
and am wondering about this param:
"create_view (optional)
BOOLEAN default: TRUE. Determines whether to create a view or materialize a
table as output. If you only needed session info once, creating a view
could be significantly faster than materializing as a table."
Question is: should it really default TRUE (view) or is it better to
default FALSE (table)? i.e., Or does it really not matter?
Thx,
Frank
|