Will aggIds always be in order relative to the timestamp?
n.aggId < (n+1).aggId
and
n.timestamp <= (n+1).timestamp
for all cases?
Will aggIds always be in order relative to the timestamp?
n.aggId < (n+1).aggId
and
n.timestamp <= (n+1).timestamp
for all cases?