kyle1373 / Archiverse

The biggest Miiverse archive on the internet
https://www.archiverse.app
MIT License
14 stars 0 forks source link

Remove unused indexes from the database #28

Closed kyle1373 closed 3 months ago

kyle1373 commented 3 months ago

There are a TON of indexes currently on the database that don't need to be on there. This saves space. Write out all of the indexes that are being used and what they cover, then remove any standalone indexes which are covered by a composite index.

kyle1373 commented 3 months ago

Removed unused indexes complete. 20GB has been successfully cleaned