issues
search
BoostryJP
/
ibet-Wallet-API
A powerful API suite for seamlessly building ibet blockchain wallet systems ðŸ›
https://ibet.jp/ibet-for-fin
Apache License 2.0
9
stars
0
forks
source link
[FEATURE] Change `Indexer_Token_Detail` batch to commit to DB once per token
#1461
Closed
purplesmoke05
closed
10 months ago
purplesmoke05
commented
10 months ago
Is your feature request related to a problem? Please describe.
Currently, the Indexer_Token_Detail batch retrieves cache information for all tokens and commits to the database only at the end.
However, this approach of committing at the end locks the data for a long duration, which is not ideal.
Describe the solution you'd like
Modifying
Indexer_Token_Detail
batch to perform database commits once per token.
This change will prevent the data from being locked for long period and improve the overall efficiency of other batch process.
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Indexer_Token_Detail
batch to perform database commits once per token.