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
By design, all storage layers will eventually converge on being full copies. This is not particularly scalable with large amounts of data.
A caching layer with bounded storage would be useful for speeding up app nodes. This can be done by subclassing or extending Shrouded::Layer without changing the architecture.
The text was updated successfully, but these errors were encountered:
By design, all storage layers will eventually converge on being full copies. This is not particularly scalable with large amounts of data.
A caching layer with bounded storage would be useful for speeding up app nodes. This can be done by subclassing or extending
Shrouded::Layer
without changing the architecture.The text was updated successfully, but these errors were encountered: