Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Complete list created by Ian Walls- Widget Connectorurlhttps://docs.google.com/document/d/1OB165Vf4rFb9kQv_txgwnFD5aTb8wgX6AEOi1gOMFtI/edit

Instance

Expected data magnitude:  10^8

CREATE

READ

UPDATE (upsert)

DELETE (w/params)

/instance-storage/batch/synchronous

/inventory/instances

/instance-storage/batch/synchronous?upsert=true

NO


GET is not streamed; large data sizes may perform poorly

...

Expected data magnitude:  10^8

CREATE

READ

UPDATE (upsert)

DELETE (w/params)

/holdings-storage/batch/synchronous

NO

/holdings-storage/batch/synchronous?upsert=true

NO



POST will fail for the entire batch if any single record within it fails.  Upsert feature enabled on POST with upsert=true param (v 19.2+)

...

Expected data magnitude:  10^8

CREATE

READ

UPDATE (upsert)

DELETE (w/params)

/item-storage/batch/synchronous

/inventory/items

/item-storage/batch/synchronous?upsert=true

NO


GET is not streamed; large data sizes may perform poorly

...