When an item is deleted from a store are links automatically deleted from all of the documents linking to the now missing item? Or do we have a situation that's similar to a broken link on an HTML page?
相关问题
- MongoDB: groupby subdocument and count + add total
- Does using non-SQL databases obviate the need for
- Querying with “contains” on a list of user defined
- How to create “trigger” in MongoDB
- What does “Document-oriented” vs. Key-Value mean w
相关文章
- How does Cassandra scale horizontally ?
- Modelling a Chat like Application in Firebase
- NoSQL Injection? (PHP->phpcassa->Cassandra)
- Connect Parse with external database?
- Does using NoSQL make sense for a non-distributed
- How to query nested keys in Riak?
- (Non-Relational) DBMS Design Resource
- Elasticsearch filter on aggregation
No, links are not deleted automatically.
Links are just a metadata stored with objects so to find all objects which link to a deleted object you need to traverse the whole database which is not reasonable.