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
Currently we optionally leverage multi-datastore for four different subsystems:
Peerstore (in-memory by default)
Keystore (in-memory by default)
Reference counter store
DHT + Provider/Reprovider queue + main storage
To fully realize multi-datastore we need to place DHT + Provider queue in separate datastores, however there are certain situations in which we leverage multiple queues (provider+reprovider, queue based reference counter), and it might be worth considering an umbrella "queue" datastore.
The text was updated successfully, but these errors were encountered:
Currently we optionally leverage multi-datastore for four different subsystems:
To fully realize multi-datastore we need to place DHT + Provider queue in separate datastores, however there are certain situations in which we leverage multiple queues (provider+reprovider, queue based reference counter), and it might be worth considering an umbrella "queue" datastore.
The text was updated successfully, but these errors were encountered: