Drop @Index declarations duplicated by a unique key

Chorekamo-shared-library
Shipped
September 16, 2026 at 8:51 PM UTC
Author
Kamo
Commit
c16d54f

Each of these indexes covered exactly the same columns as a unique constraint, a unique column or the primary key on the same table, so it added a tablet and write cost for no lookup the unique index could not serve. They were dropped from production on 2026-09-16; removing the declarations stops KamoInitializer's ddl-auto from recreating them.

All changes

Like what you see shipping?

All of it arrives in your workspace on its own. Start on the free plan and read this page again in a month.

Start Free ForeverView Pricing