Release Notes: Correlation Queries ( alert..when..) have been re-architected to perform better. "case..when.., first, distict, limit" clauses, "group by", and other Group functions are temporarily not working. OutputSession's return value is now List<Object[]> instead of Object[][]. A new CorrelationPerfTest test class performs a load test where four Event Streams are monitored by three different Correlation Queries.


Release Notes: StreamCruncher is now an open source project, licensed under the LGPL.


Release Notes: Correlation Queries (alert..when..) and Queries with just one Stream have been re-architected to perform better and do not use the Database. The RowSpec class has changed and the API accepts Java Data types instead of Database specific types. Correlation Queries can process 168,000 Events per second on a 1.8 GHz Centrino.


Release Notes: Correlation Queries ( alert..when..) have been re-architected to perform better. "case..when.., first, distict, limit" clauses, "group by", and other Group functions are temporarily not working. OutputSession's return value is now List<Object[]> instead of Object[][]. A new CorrelationPerfTest test class performs a load test where four Event Streams are monitored by three different Correlation Queries.


Release Notes: The pre-filter for input event streams now supports <, >, !=, =, *, /, +, -, "in (..)", "not in (..)", "and", and "or". The "in" clause can refer to an SQL sub-query. Such sub-queries are cached by the kernel to improve performance. An additional property, cacherefresh.threads.num, can be configured to specify the number of sub-query cache processing threads to use. Two new test cases have been added to test the new features: H2StartupShutdown3Test and ThreeEventOrderTest.


Release Notes: This version is the result of a major refactoring job. The API has been greatly simplified. The internal architecture has changed considerably, resulting in a vast improvement in performance. The TimeWindowFPerfTest (single Query on a Stream) can do 25,500 events per second on a 1.6 GHz Centrino.