Changes for page H2 Database, Function
Last modified by Danniar Firdausy on 2024/09/16 15:49
From version 36.8
edited by Danniar Firdausy
on 2024/09/16 15:48
on 2024/09/16 15:48
Change comment:
There is no comment for this version
To version 36.6
edited by Danniar Firdausy
on 2024/09/03 12:36
on 2024/09/03 12:36
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,7 +1,7 @@ 1 1 {{container}} 2 2 {{container layoutStyle="columns"}} 3 3 ((( 4 -When you createa newentryineMagiz,youmightnoticethattheH2 databasecomponentisautomaticallyincluded.Thiscansometimesleadtoconfusionaboutits roleand purpose.Inthismicrolearning, wewillclarify what theH2databasedoesandwhyit'sanessentialpartofeverynew entry.Wewillbreakdownitsfunctions,includinghow ittemporarilystoresdata,actsas a bridge between theentry andthequeue,andhelpsmanagedataflow.Stickwithustoget aclearunderstanding ofthiscomponentanditsimportanceinensuringsmoothandreliable messagedelivery.4 +When you utilize the messaging platform you are bound to see this component automatically appear in all your entries when you create those entries for the first time. However, we see that there is quite some confusion on what the function of this component is in the entry. In this microlearning, we will try our best to explain that function to you. In another microlearning, further down the road, we will discuss [[other applications>>doc:Main.eMagiz Academy.Microlearnings.Expert Level.Solution Architecture.expert-solution-architecture-h2-database-for-other-applications||target="blank"]] of the H2 database. 5 5 6 6 Should you have any questions, please contact [[academy@emagiz.com>>mailto:academy@emagiz.com]]. 7 7 ... ... @@ -13,18 +13,28 @@ 13 13 14 14 This microlearning centers on the function of the H2 Database. 15 15 16 - *With H2 Database we mean: A database structured that can be created and used with the help of eMagiz components.16 +With H2 Database we mean: A database structured that can be created and used with the help of eMagiz components 17 17 18 -The focal point of this microlearning will be to figure out why the H2 database is part of any auto-generated entry. The key aspects are: 19 - * H2 Database temporarily stores data. 20 - * Acts as a bridge between the entry (where data arrives or is retrieved) and the first queue (the onramp). 21 - * Holds data in case the queue (the onramp) cannot be reached. 22 - * Smoothen the amount of data that is transported from the connector to the container runtime as it periodically checks for new data. 18 +The focal point of this microlearning will be to figure out why the H2 database is part of any auto-generated entry. 23 23 20 +* The key aspects are: 21 + ** H2 Database temporarily stores data 22 + ** Acts as a bridge between the entry (where data arrives or is retrieved) and the first queue (the onramp) 23 + ** Holds data in case the queue (the onramp) cannot be reached 24 + ** Smoothen the amount of data that is transported from the connector to the container runtime as it periodically checks for new data 25 + 24 24 == 3. H2 Database, Function == 25 25 26 26 When you utilize the messaging platform you are bound to see this component automatically appear in all your entries when you create those entries for the first time. However, we see that there is quite some confusion on what the function of this component is in the entry. In this microlearning, we will try our best to explain that function to you. In another microlearning, further down the road, we will discuss [[other applications>>doc:Main.eMagiz Academy.Microlearnings.Expert Level.Solution Architecture.expert-solution-architecture-h2-database-for-other-applications||target="blank"]] of the H2 database. 27 27 30 +The focal point of this microlearning will be to figure out why the H2 database is part of any auto-generated entry. 31 + 32 +* The key aspects are: 33 + ** H2 Database temporarily stores data 34 + ** Acts as a bridge between the entry (where data arrives or is retrieved) and the first queue (the onramp) 35 + ** Holds data in case the queue (the onramp) cannot be reached 36 + ** Smoothen the amount of data that is transported from the connector to the container runtime as it periodically checks for new data 37 + 28 28 As you probably noticed by now is that every time you create a new entry in eMagiz some components are automatically generated for you. 29 29 30 30 [[image:Main.Images.Microlearning.WebHome@intermediate-solution-architecture-function-of-h2-database--auto-generation-entry.png]] ... ... @@ -47,11 +47,11 @@ 47 47 48 48 == 4. Key takeaways == 49 49 50 -* The H2 Databasetemporarily stores incoming data to ensureit is not lost if thereareissues with the connection to the queue (the onramp).51 -* TheH2 Databaseacts as an intermediary between the entrypoint where data arrivesand the firstqueue, facilitatingsmoothdatatransfer.52 -* Incasethe queue cannotbereached,theH2 Database holds the datauntil theconnectionis restored,ensuring nodataislost.53 -* By periodicallychecking for newdata,theH2 Database helpsto regulate theflow of data from the connectorto the container runtime,preventingoverload and maintainingsystemperformance.54 -* The component aids inmanagingmessagethroughputtoavoidoverwhelmingthequeue,contributingto efficientdreliablemessageprocessing.60 +* The key aspects are: 61 +** H2 Database temporarily stores data 62 +** Acts as a bridge between the entry (where data arrives or is retrieved) and the first queue (the onramp) 63 +** Holds data in case the queue (the onramp) cannot be reached 64 +** Smoothen the amount of data that is transported from the connector to the container runtime as it periodically checks for new data 55 55 56 56 == 5. Suggested Additional Readings == 57 57