Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When querying with no parameters, the default is to query `transfer_events`. However since the `ORDER BY` clause specify the `block_number` it will slow down the query significantly. Changing the default to always use the `transfers_block_num` MV table helps solve the issue.
- Loading branch information