Is there a index that helps performance for LASTWI...
# general
j
Is there a index that helps performance for LASTWITHTIME() ?
k
startree index could be a potential solution
you can also use upsert
j
I was hoping to avoid upsert because of the other constraints if possible. Thanks 🙂
k
yeah, startree index should work.. do we have the ability to support any UDF in startree index @Jackie?
j
LAST_WITH_TIME is actually an aggregation instead of regular UDF (transform).
I think it can work with star-tree, but we need to solve the challenge of accessing multiple columns for the star-tree
ValueAggregator