-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Last modified timestamp for DBBlob #100
Comments
I guess there's a broader question here of how much metadata should be attached to blobs. Timestamp tracking could certainly be handled by a custom wrapper around |
We need the last modified timestamp and addresses where the blob is stored. Addresses seem to be retrievable with shards. So, the timestamp is the missing one for us. Perhaps, we can store other metadata such as mode in a blob if we need it. However, since timestamp is needed to synchronize metadata between clients and referred frequently, it'd be useful if it's stored as a part of blob metadata. |
This commit doesn't add the last modified timestamp 4ce2d49, and I'll reopen this issue. |
Since we could implement this by ourselves, I'd close this issue. |
I found |
It'd be helpful if DBBlob remembers the last modified timestamp because we need to sync new blob objects among gateways.
Relate to #67.
The text was updated successfully, but these errors were encountered: