Antar1011 / Onix

The Pokemon Data-Mining Package
http://onix.readthedocs.io/en/latest/
GNU General Public License v3.0
7 stars 0 forks source link

SQL backend: add indexes #97

Closed Antar1011 closed 7 years ago

Antar1011 commented 7 years ago

Considering common use-cases, think about which columns in each table should be indexed.

Keep in mind: we're optimizing for query performance, not write performance.

As an example, in battle_infos, format should definitely be indexed.