We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Make sure we don't have cross-contamination of State between different concurrent transactions.
We also should make sure we create a single instance bean of the other state related components - NetworkInfo, ServiceMigrator, ServicesRegistry.
Make sure the new database accessors have cache on the repository layer and the settings defined work correctly.
Validate the mentioned ideas for improvement.
If possible, opt to delete the ContractCallContext and make sure each transaction has its own set of components for proper execution.
No response
The text was updated successfully, but these errors were encountered:
AliasesReadableKVState
#9527 (comment) - the comment here suggest some additional optimizations related to the way accounts are being searched by
Sorry, something went wrong.
Another optimization suggestion: #9502 (comment)
A suggestion about the schemas - #9793 (comment)
MirrorNodeState
Caching optimization - #9799 (comment)
No branches or pull requests
Problem
Make sure we don't have cross-contamination of State between different concurrent transactions.
We also should make sure we create a single instance bean of the other state related components - NetworkInfo, ServiceMigrator, ServicesRegistry.
Make sure the new database accessors have cache on the repository layer and the settings defined work correctly.
Solution
Validate the mentioned ideas for improvement.
If possible, opt to delete the ContractCallContext and make sure each transaction has its own set of components for proper execution.
Alternatives
No response
The text was updated successfully, but these errors were encountered: