From d1556c85dfffc1e0d4fbd06077cb5f9451b4d153 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tianzhou=20=28=E5=A4=A9=E8=88=9F=29?= Date: Wed, 1 Feb 2023 00:55:55 +0800 Subject: [PATCH] docs: add PostGIS and Bytebase to the postgresql-dba roadmap. (#3390) --- src/roadmaps/postgresql-dba/postgresql-dba.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/roadmaps/postgresql-dba/postgresql-dba.md b/src/roadmaps/postgresql-dba/postgresql-dba.md index a904dbee7..cf23bded7 100644 --- a/src/roadmaps/postgresql-dba/postgresql-dba.md +++ b/src/roadmaps/postgresql-dba/postgresql-dba.md @@ -134,7 +134,7 @@ Get practical skills, learn automation tools and automate existing routine tasks Learn theory and get practical skills of how applications should work with Postgres - **Migrations**: - practical patterns and antipatterns - - tools: `liquibase`, `sqitch`, language-specific tools + - tools: `liquibase`, `sqitch`, `Bytebase`, language-specific tools - Data import/export, bulk loading and processing - **Queues**: - practical patterns and anti-patterns @@ -202,7 +202,7 @@ Get understanding and practical skills of how to optimize SQL queries. ## Develop architect skills Get deeper understanding of Postgres use cases and where Postgres is suitable and where is not. -- **Postgres forks and extensions**: `Greenplum`, `Timescaledb`, `Citus`, `Postgres-XL`, etc. +- **Postgres forks and extensions**: `Greenplum`, `Timescaledb`, `Citus`, `Postgres-XL`, `PostGIS` etc. - RDBMS in general, benefits and limitations - Differences between Postgres and other RDBMS and NoSQL databases