Y
Hacker News
new
|
ask
|
show
|
jobs
by
ben509
1976 days ago
What's the story for deletion? Is that done through something like merge(record, delete_token) -> delete_token?
1 comments
Malexik
1976 days ago
Basically you have a document with all the references to objects, and if you remove the reference the object will be deleted after a certain timeout (you can set it for your specific case).
link