diff --git a/src/data/roadmaps/postgresql-dba/content/107-postgresql-infrastructure-skills/106-monitoring/104-check-pgbackrest.md b/src/data/roadmaps/postgresql-dba/content/107-postgresql-infrastructure-skills/106-monitoring/104-check-pgbackrest.md index 9d5bd5bfe..5609f4851 100644 --- a/src/data/roadmaps/postgresql-dba/content/107-postgresql-infrastructure-skills/106-monitoring/104-check-pgbackrest.md +++ b/src/data/roadmaps/postgresql-dba/content/107-postgresql-infrastructure-skills/106-monitoring/104-check-pgbackrest.md @@ -2,7 +2,7 @@ ## Check pgBackRest -In this section, we'll discuss the importance of monitoring your PostgreSQL backup and recovery solution, specifically focusing on `check pgBackRest`. `pgBackRest` is a widely-used backup tool for PostgreSQL databases, providing features like full, differential, incremental and archive backups, support for multiple repostories and threaded backup/restore processes. +In this section, we'll discuss the importance of monitoring your PostgreSQL backup and recovery solution, specifically focusing on `check pgBackRest`. `pgBackRest` is a widely-used backup tool for PostgreSQL databases, providing features like full, differential, incremental and archive backups, support for multiple repositories and threaded backup/restore processes. ### Why should you monitor pgBackRest? diff --git a/src/data/roadmaps/server-side-game-developer/content/114-mutlithreading-2/104-reactive-model/101-determinism.md b/src/data/roadmaps/server-side-game-developer/content/114-mutlithreading-2/104-reactive-model/101-determinism.md index ab291bcf8..d0de0d2bc 100644 --- a/src/data/roadmaps/server-side-game-developer/content/114-mutlithreading-2/104-reactive-model/101-determinism.md +++ b/src/data/roadmaps/server-side-game-developer/content/114-mutlithreading-2/104-reactive-model/101-determinism.md @@ -1,3 +1,3 @@ # Determinism -"Determinism" in the context of server side game development is a principle that highlights predictability and consistency in the system's output given specific and consistent inputs. It implies that a system will always produce the same outcome if the initial conditions and the sequence of events leading up to the outcome are identical. Determinism is incredibly important and beneficial in multi-player gaming situations like MMORPGs where synchronized and equal gameplay across all user instances is key. This level of predictibility helps in offering a fair play environment to all players and in ease of debugging and replaying certain sequences for the developers. \ No newline at end of file +"Determinism" in the context of server side game development is a principle that highlights predictability and consistency in the system's output given specific and consistent inputs. It implies that a system will always produce the same outcome if the initial conditions and the sequence of events leading up to the outcome are identical. Determinism is incredibly important and beneficial in multi-player gaming situations like MMORPGs where synchronized and equal gameplay across all user instances is key. This level of predictability helps in offering a fair play environment to all players and in ease of debugging and replaying certain sequences for the developers. \ No newline at end of file