crypto-com / crypto-com/chain-indexing
Problem: Account transactions API may not be optimized
Open
- Dominant language
- Go
- Stars
- 34
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.