diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-20 18:34:44 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-20 18:34:44 -0700 |
commit | b9fb1c01e17133d7a8934dea542c3885204e6a0f (patch) | |
tree | 516b715d7333280e1ed6b41e4af9675f958b34e8 /guide/src/cookbook.md | |
parent | b53180fa0d283feca9e14a69437e7eaf1c0d96a4 (diff) | |
download | fatcat-b9fb1c01e17133d7a8934dea542c3885204e6a0f.tar.gz fatcat-b9fb1c01e17133d7a8934dea542c3885204e6a0f.zip |
tweak cookbook batch description
Diffstat (limited to 'guide/src/cookbook.md')
-rw-r--r-- | guide/src/cookbook.md | 8 |
1 files changed, 4 insertions, 4 deletions
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. + |