kanidm/designs/operation_batching.rst

8 lines
385 B
ReStructuredText
Raw Normal View History

2018-12-30 03:17:09 +01:00
* 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