Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem: Account transactions API may not be optimized #660

Open
calvinaco opened this issue Jan 9, 2022 · 0 comments
Open

Problem: Account transactions API may not be optimized #660

calvinaco opened this issue Jan 9, 2022 · 0 comments

Comments

@calvinaco
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant