docs: add PostGIS and Bytebase to the postgresql-dba roadmap. (#3390)

pull/3398/head
Tianzhou (天舟) 2 years ago committed by GitHub
parent 1885d6d304
commit d1556c85df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      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

Loading…
Cancel
Save