Last modified by Erik Bakker on 2024/09/03 08:22

From version 9.1
edited by Erik Bakker
on 2022/10/03 13:11
Change comment: There is no comment for this version
To version 10.1
edited by Erik Bakker
on 2022/10/03 13:15
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -39,9 +39,9 @@
39 39  
40 40  === 3.5 Duplication of data ===
41 41  
42 -* At this moment the standard setting for the number of partitions is 1. In case you change this value to 10, then you will have a reserved data storage of 10 times the retention bytes. The grand effect might be that the when adding all topics together including the segment size could increase the total size substantially.
42 +* At this moment the standard setting for the number of partitions is 1. In case you change this value to 10 and keep your retention bytes at the same level, you will have a reserved data storage that is 10 times larger as before. As a consequence you might run out of allotted size to fast for your own comfort.
43 43  
44 -* When design solutions in eMagiz using Event Streaming, then make sure to make the right decision on the storage of intermediate results. You could store a intermediate result of a process step in a next topic that then in turn takes the next step in the business process. In this case, it might be that the use of too many topics for the same business process causes an exponential increase of data storage. Try to make a sound decision in this by combining steps or alternative.
44 +* When designing solutions in eMagiz using Event Streaming, make sure to make the right decision on the storage of intermediate results. You could store an intermediate result of a process step in a next topic that then in turn feeds the next step in the business process. In this case, it might be that the use of too many topics for the same business process causes an exponential increase of data storage. Try to make a sound decision in this by combining steps or by looking at alternatives.
45 45  
46 46  == 4. Assignment ==
47 47