Don’t hold it like that. It’s not a replacement for a disk. A simple fix is to ensure a single writer per object, e.g keyed by a unique node id. You can then merge objects on the backend using some aggregation process (if that is even necessary for your use case).
Comments
Don’t hold it like that. It’s not a replacement for a disk. A simple fix is to ensure a single writer per object, e.g keyed by a unique node id. You can then merge objects on the backend using some aggregation process (if that is even necessary for your use case).