Allow updating multiple documents through a query
Many other databases have support for update queries, such as:
- Apply "x" update data to all docs matching "y" query
- Delete all docs matching "x" query
Maybe these queries would only count as 1 write per doc, as opposed to 1 read + 1 write. At the very least they would have better performance.
15
votes
Arrowhead Apps
shared this idea
-
Dennis Kugelmann commented
Or delete documents matching a certain query compared to reading them first and the deleting the documents.