From b9fb1c01e17133d7a8934dea542c3885204e6a0f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 May 2019 18:34:44 -0700 Subject: tweak cookbook batch description --- guide/src/cookbook.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'guide/src') diff --git a/guide/src/cookbook.md b/guide/src/cookbook.md index 01e35704..7e9ca0e7 100644 --- a/guide/src/cookbook.md +++ b/guide/src/cookbook.md @@ -37,7 +37,7 @@ When bootstrapping a blank catalog, we need to insert 10s or 100s of millions of entities as fast as possible. -1. Batch create (POST) a set of entities, with editgroup metadata included as - query parameters -2. If not an adminstrator, or the `autoaccept` flag was not set, the editgroup - will need to be submitted and accepted as usual +1. Batch create (POST) a set of entities, with editgroup metadata included + along with list of entities (all of a single type). Entire batch is inserted + and the editgroup accepted (requiring admin bits) in a single transaction. + -- cgit v1.2.3