kanidm/designs/operation_batching.rst
2019-01-20 13:45:49 +13:00

8 lines
385 B
ReStructuredText

* create, delete, modify all take multiple objects to work on so that changes can be consistent.
* in theory, there should be one interface, "modify" that specifies create, delete, modify, so that all changes are possible in a single operation
* This however presents some schema verification changes, but they are not insurmountable and it would make the main server core simpler