Definitely. Here's how MageAnts enhances your database and indexing:
For MySQL/database optimization, we:
- Remove outdated logs and abandoned quote data.
- Repair and optimize tables for performance and disk space recovery.
- Add missing indexes to accelerate search and filter performance.
- Enable MySQL query caching where applicable to handle frequent queries faster.
For Magento reindexing, we:
- Reindex from the command line for greater control and speed.
- Set indexers to manual mode to prevent unnecessary automatic reindexing.
- Schedule reindexing during low traffic hours to avoid slowdowns.
- Fix stuck or broken indexers using CLI tools.
- Use third-party indexer modules for large catalogs, if necessary.
For in depth steps, see: How to Reindex in Magento 2 from Command Line and Backend