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
Following #2666, the ReadViewProvider is not optimized to retrieve the view stored in the graphql request data.
We should optimize the code to retrieve the least amount of views from the DB.
(Below is a list of proposed optimizations, it will be updated in the future)
Proposed optimizations:
The first time we check a height in the RequiredFuelBlockHeight extension, we could retrieve it from the RequiredBlockHeightSubscriptionHandle, which will need to be adapted to keep track of the latest seen BlockHeight. This way, there is no need to fetch the database view in async_graphql extensions.
The text was updated successfully, but these errors were encountered:
Following #2666, the ReadViewProvider is not optimized to retrieve the view stored in the graphql request data.
We should optimize the code to retrieve the least amount of views from the DB.
(Below is a list of proposed optimizations, it will be updated in the future)
Proposed optimizations:
RequiredFuelBlockHeight
extension, we could retrieve it from theRequiredBlockHeightSubscriptionHandle
, which will need to be adapted to keep track of the latest seenBlockHeight
. This way, there is no need to fetch the database view inasync_graphql
extensions.The text was updated successfully, but these errors were encountered: