# Incremental **Repository Path**: xiaoEight/Incremental ## Basic Information - **Project Name**: Incremental - **Description**: 增量CQRS原型 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-08-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #Incremental | Event-Sourcing CQRS ###参考 * http://reveno.org/ * https://github.com/dmart28/reveno-article-demo ### Performance Test * 性能测试60W条create记录(带event handler查询与输出情况下) a.开启snapshotting 15:42:36 15:45:53 结果:197s 0.32ms/条 3045条/s 重新启动时间: Start Time:Thu Aug 11 15:49:29 CST 2016 Cost:5 End Time:Thu Aug 11 15:49:34 CST 2016 b.未开启snapshotting 15:56:56 16:01:00 结果:184s 0.31ms/条 3260条/s 重新启动时间 Start Time:Thu Aug 11 16:03:57 CST 2016 Cost:9 End Time:Thu Aug 11 16:04:06 CST 2016