You can temporarily disable an index by making it INVISIBLE
- ·
- Telegram
- ·
- Newsletter
⚡️ Database Tip
Deleting an unused index is still a risky operation: If you are wrong (and it is still needed) the database will become slow. Before deleting it, you can make the index invisible first and make it visible again instantly if you still need it.