Relational Databases
What does it take to bring up the relational database
- Create a server
- install relational database software like mysql
- configure mysql
- create necessary users
Operational activities
- User Management
- Backups and Restorations.
- Replications
- Performance Tuning
- Patching
- operating systems
- databases
What cloud offers
- Almost everything above apart from
- Performance Tuning:
- But they provide tools to view query performances
- Performance Tuning:
- Backups: We need to just tell how many days of backup we need
- In the case of cloud we are responsible of data in database not the other infra.
- AWS Relational Database services (RDS)
- mysql/mariadb
- postgres
- microsoft sql server
- oracle
- IBM DB2
- Azure SQL
- microsoft sql server
- postgres
- mysql/mariadb
