Implement efficient bulk (asynchronous) modification of document properties.
This is critical to be able to operate on large batches of documents and at least change a simple metadata or lifecycle state.
The code would be similar in spirit to what has been done for NXP-23788, in particular:
- DBS only for now
- used through a new specific API
- synchronous for a small number of documents, asynchronous otherwise
- don't trash caches
- is related to
-
NXP-23788 Optimize Read ACL update on big volume
- Resolved