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
I would like to cache the collection list into the KV, so app does not need to make that any reads.
SubSquid is able to handle the file writes and reads,
the only problem is how to handle restarts :)
Expected outcome
I expect to have faster indexing processor as it would cachce the data on KV instead of DB
Describe the feature
I would like to cache the collection list into the KV, so app does not need to make that any reads.
SubSquid is able to handle the file writes and reads,
the only problem is how to handle restarts :)
Expected outcome
I expect to have faster indexing processor as it would cachce the data on KV instead of DB
Additional context
The text was updated successfully, but these errors were encountered: