'Rebuilding Indexes in Postgresql running on AWS Aurora Serverless
I am using PostgreSQL on AWS Aurora Serverless and have created few indexes on the table. So do we need to rebuild those indexes or run any stats after each data load to keep them updated for its done automatically in AWS Aurora Serverless. Thanks
Solution 1:[1]
The indexes will update automatically after any new data is loaded or updated.
indexes in PostgreSQL do not need maintenance or tuning
Here is the documentation regarding analyzing indexes.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | enharmonic |
