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
{{ message }}
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.
We have around 10 storage items that return Vec of ids, like replyIdsByPostIds. These vecs are not used in runtime logic and mostly consumed by the clients (for example Subsocial's UI).
By moving them to offchain we will speedup a read-time from DB and save the blockchain storage space.
By offchain DB, I mean the high performance key-value DB that is available to Substrate's offchain worker.
The text was updated successfully, but these errors were encountered:
subsocialdev
changed the title
Move most of storage items that return Vec-s to offchain DB
Move most of storage items that return Vec-s to offchain worker DB
May 15, 2020
We have around 10 storage items that return
Vec
of ids, likereplyIdsByPostIds
. These vecs are not used in runtime logic and mostly consumed by the clients (for example Subsocial's UI).By moving them to offchain we will speedup a read-time from DB and save the blockchain storage space.
By offchain DB, I mean the high performance key-value DB that is available to Substrate's offchain worker.
The text was updated successfully, but these errors were encountered: