microsoft / Trill

Trill is a single-node query processor for temporal or streaming data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can i ingress data already partitioned?

nsulikowski opened this issue · comments

my input data is already partitioned by a key and it would be an overhead to ingress it all merged only to repartition it later with groupjoin
thanks

Yes, Trill fully supports this. Simply use PartitionedStreamEvent instead of StreamEvent.