SQL Server 2008 R2: What is StreamInsight used for
Since I posted some StreamInsight info the other day, I’ve had a bunch of people asking me what StreamInsight is used for.
StreamInsight is Microsoft’s implementation of Complex Event Processing. This is not a new market but it is new territory for Microsoft.
Complex Event Processing (CEP) is all about querying data while it’s still in flight. Traditionally, we obtain data from a source, put it into a database and then query the database. When using CEP, we query the data *before* it hits a database and derive information that helps us make rapid business decisions, potentially also including automated business decisions.
2010-01-11