Certificate Authentication

PostgreSQL Bespoke 4 days Certificate for Elena Luiza Buzatu

Add to LinkedIn

Certificate ID: 
798911
Authentication Code: 
4482c
Certified Person Name: 
Elena Luiza Buzatu
Trainer Name: 
Michał Kuna
Duration Days: 
4
Duration Hours: 
28
Course Name: 
PostgreSQL Bespoke 4 days
Course Date: 
11 February 2025 10:00 to 14 February 2025 17:00
Course Outline: 

Introduction
o Architectural Overview
o Lab Machine Setup
 

 Performance Monitoring and Tuning
o Monitoring Slow Queries
o SQL Tuning
o Table Partitioning
o Operating System Best Practices
o Parameter Tuning
o Usefull Extensions
o Benchmarking
o Monitoring Best Practices 
o Demos and Labs
 Indexes & Transaction Isolation levels
o Index types – BTREE, BRIN, GIST, GIN
o Isolation levels and locks
 

 Database Backups and Restores
o Logical or SQL Dump Backups
o Restoring SQL Dumps
o Physical Backups - Offline
o Restoring Offline Backups
o Physical Backups - Online
o Write Ahead Log(WAL) Archiving

o Recovery configuration
o Point in Time Recovery using WAL Archives
 

 Replication High Availability
o Transaction Log Archiving 
o Binary / Streaming Replication
o Repliacation parameters
o Slony
o Installation
o Configuration
o Demos and Labs
o PgPool & Replication Manager
 

 Database Security
o Users and Groups
o Access Control
o Row Level Security 
o Host Based Access Control
o Data Encryption using pgcrypto
o Demos and Labs
 

 Database Upgrades
o PostgreSQL Versioning
o Plan for Upgrade
o Upgrade using pg_dump
o Upgrade using pg_upgrade
o Post Upgrade Tasks