Skip to content

Commit 8eb97fa

Browse files
committed
Adjusted wording in coursebooking.rst.
1 parent 2e6bf12 commit 8eb97fa

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

docs/topics/examples/coursebooking.rst

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -192,15 +192,18 @@ pattern.
192192
Speedrun
193193
--------
194194

195-
To assess the comparative performance of the support for event-sourced aggregates provided by this library
196-
and the support for dynamic consistency boundaries that we will develop in the next examples, a "speedrun"
197-
script has been written. It iterates over a sequence of operations, first registering a number of students
198-
and a number of courses, and then subscribing all the students on all the courses. It was configured to register
199-
10 students and 10 courses, and therefore to make 100 subscriptions in each iteration.
195+
A "speedrun" script has been written, to help compare the support for dynamic consistency boundaries that we will
196+
develop in the next examples with the performance of the support for event-sourced aggregates provided by this
197+
library.
198+
199+
It iterates over a sequence of operations, first registering a number of students and a number of courses, and
200+
then subscribing all the students on all the courses.
201+
202+
It was configured to register 10 students and 10 courses, and therefore to make 100 subscriptions in each iteration.
200203

201204
The performance report for the event-sourced aggregates solution is included below. Using PostgreSQL
202-
as an event store, we can see that with event-sourced we accomplished 93,720 operations in 30s. That
203-
gives us an average of 0.320 milliseconds per operation, which will be our target for implementing DCB.
205+
as an event store, event-sourced aggregates accomplished 93,720 operations in 30s. That gives an
206+
average of 0.320 milliseconds per operation, and a target for implementing DCB.
204207

205208
.. code-block::
206209

0 commit comments

Comments
 (0)