regen-network / indexer

:rocket: Blockchain indexer and database
Other
2 stars 0 forks source link

feat: add index to msg_event_attr.type #13

Closed wgwz closed 1 year ago

wgwz commented 1 year ago

i wanted to handle this separately from https://github.com/regen-network/indexer/pull/12 so that we can better evaluate the performance of certain SQL queries there. this just adds an index on type for the msg_event_attr table (good to have regardless of the approach we go for in #12)

wgwz commented 1 year ago

TODO: add index on block_height as well