To keep up with the ever-changing and evolving tech industry, we want our databases to be easily scalable, replicable, fault tolerant, and most importantly without having any administrative hassle. One of the best options to achieve this is to opt for Amazon Relational Database Service (RDS). RDS supports a number of database engines and Amazon Aurora being one … Continue reading How to Create an Amazon RDS Aurora PostgreSQL Database Cluster?
Month: August 2020
Restoring a Sample Database into PostgreSQL
In the process of learning a new database technology, test out various features and to follow a tutorial, what you require is a sample database. Like other DBMS, there are a number of sample databases available for PostgreSQL as well. PostgreSQL has a number of sample database listed on their official site. You can go … Continue reading Restoring a Sample Database into PostgreSQL