SQL Server 2008 R2: StreamInsight changes at RTM: Count Windows
Another interesting change in the RTM version of StreamInsight is the addition of a new window type. Count Windows aren’t time based but are based on counting a number of events. The window type provided in this release is called CountByStartTimeWindow. Based on that name, you’d have to presume we might get other types of count windows in the future.
This new window type takes two parameters. The first is the number of events. The second is an output policy, similar to the policies now required for the previous window types. The CountWindowOutputPolicy currently only offers one policy type as PointAlignToWindowEnd.
2010-05-08