thenewboston-blockchain / Bank

Bank for thenewboston digital currency.
https://thenewboston.com
MIT License
87 stars 42 forks source link

Fix DB indexes, add missing indexes #70

Open vosi opened 4 years ago

vosi commented 4 years ago

There are models with columns that are used for queries and are not indexed

There are wrong index types for long varchar columns (hashindex should be used)

There are long varchar columns with unique constraint and btree index, should be hashindex