iotex-analytics
iotex-analytics copied to clipboard
Move pagination from GraphQL to MySQL
Currently we do pagination on API level after obtaining all the results from database. To be more efficient, we should integrate pagination as well as sorting into MySQL queries.
#136