On page 77 of the Aster Analtyics users guide: http://www.info.teradata.com/eDownload.cfm?itemid=122580002
it says: “Note that the predicates for different symbols may overlap, and therefore multiple symbols may match the same row.”
Does anyone have any experience with practical use cases where you actually need multiple symbols per row?
Concern is this could explode pretty quickly: for n symbols per row and m rows in a partition, number of symbol combinations per partition is n^m. e.g., for n=2 and m=50 this results in ~1e15 symbol combinations which we certainly don't want to traverse.
Thx, Francis