Postgres Digital Training Series Program
presented by Hans-Jürgen Schönig
Kubernetes is a great place to run many services that requires automatisation and scale. By running Postgresql database on Kubernetes one can create uniformly managed, claud-native deployments with the flexibility to deploy postgresql as a service. Operator allows you to provide additional cotext to manage stateful application. An Operator also helps us with actions including provisioning...
morepresented by Muhammad Usama
Pgpool II performance and best practises Online training Middleware can have a significant impact on the operation and performance of the database system. Pgpool-II is the middleware product that sits between the PostgreSQL server and database clients and is developed and maintained by a committed open source Postgres community that includes HighGo employees. The most widely used features i...
morepresented by Asif Rehman
Replication is a critical part of any database system that aims to provide high availability (HA) and effective disaster recovery (DR) strategy. In a nutshell, the database replication describes the process of coping data from the database instance to one or more database instances. Again, these instances can be in the same location or perhaps connected over a wide network.
The term Repli...
more