osuAkatsuki / bancho.py

An osu! server for the generic public, optimized for maintainability in modern python
https://akatsuki.gg
MIT License
213 stars 127 forks source link

Basic indices for SQL #625

Closed cmyui closed 7 months ago

cmyui commented 7 months ago

Describe your changes

This PR is a first-sweep at improving some database performance of bancho.py.

This PR adds 27 new basic indices -- nothing fancy, e.g. no composite indices yet -- just a first sweep.

Related Issues / Projects

Checklist