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
To reduce the frequency of writing data into DB when many transaction come in, try to add 100% mempool cache (Unsave Mempool). This mempool will contain a list of transactions that not yet saved into the DB mempool. The Unsave Mempool cache also needs to follow the spendable balance of the account to avoid Double spending.
Breakdown
Add Storage for Unsave Mempool
Cache spendable balance of Unsave Mempool transaction
Add Scheduler to Insert Unsaved Mempool
Add checker whether a new incoming transaction can go into Unsave Mempool or can directly go into normal Mempool Cache.
Additional Diagram / File
Put additional diagram or file
The text was updated successfully, but these errors were encountered:
Description
To reduce the frequency of writing data into DB when many transaction come in, try to add 100% mempool cache (Unsave Mempool). This mempool will contain a list of transactions that not yet saved into the DB mempool. The Unsave Mempool cache also needs to follow the spendable balance of the account to avoid Double spending.
Breakdown
Additional Diagram / File
Put additional diagram or file
The text was updated successfully, but these errors were encountered: