Tag: postgresql

  • Reindexing PostgreSQL Databases with reindexdb utility

    Reindexing PostgreSQL Databases with reindexdb utility

    As a developer using a PostgreSQL RDS database instance on AWS, I needed to reindex my database on RDS to improve query performance. I logged into one of my EC2 instances and used the reindexdb utility to rebuild the indexes on my RDS database. In this post, I’ll explain how to use the key options…