Skip to content

Conversation

@NikolayS
Copy link

@NikolayS NikolayS commented Nov 6, 2025

Addresses Postgres.AI issue H002: Unused Indexes consuming 11% of database size. All identified indexes have zero scans recorded over a 31-day observation period.

Changes:

  • Removed 4 unused indexes from Product table (2.26 GiB)
  • Removed 1 unused index from Customer table (206 MiB)
  • Removed 3 unused indexes from Order table (397 MiB)
  • Removed 1 unused index from OrderItem table (132 MiB)

Migration uses DROP INDEX CONCURRENTLY to avoid production impact.

Issue: https://console.postgres.ai/goodvibes-ai/issues/019a5a58-582f-7819-9377-b40d207aa220

Addresses Postgres.AI issue H002: Unused Indexes consuming 11% of database size.
All identified indexes have zero scans recorded over a 31-day observation period.

Changes:
- Removed 4 unused indexes from Product table (2.26 GiB)
- Removed 1 unused index from Customer table (206 MiB)
- Removed 3 unused indexes from Order table (397 MiB)
- Removed 1 unused index from OrderItem table (132 MiB)

Migration uses DROP INDEX CONCURRENTLY to avoid production impact.

Issue: https://console.postgres.ai/goodvibes-ai/issues/019a5a58-582f-7819-9377-b40d207aa220
@NikolayS NikolayS requested a review from Sarumyan November 6, 2025 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants