You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now account transactions API sometimes take a long time to return result for account with huge transaction records.
The long term solution is to support cursor pagination #628 .
In a short term, there are already some Postgre index introduced but we can analyze common SQL (where and order clause) and see if more index can be introduced to improve the performance.
The text was updated successfully, but these errors were encountered:
Right now account transactions API sometimes take a long time to return result for account with huge transaction records.
The long term solution is to support cursor pagination #628 .
In a short term, there are already some Postgre index introduced but we can analyze common SQL (where and order clause) and see if more index can be introduced to improve the performance.
The text was updated successfully, but these errors were encountered: