You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overview
This release add two new flags: `noreturn` to ignore return values
excessive transfer and encoding/decoding for insert/replace/etc
(performance improvement up to 10% for batch requests) and
`fetch_latest_metadata` to force fetching latest space format metadata
right after a live migration (performance overhead may be up to 15%).
New features
* Add `noreturn` option for operations:
`insert`, `insert_object`, `insert_many`, `insert_object_many`,
`replace`, `replace_object`, `replace_many`, `insert_object_many`,
`upsert`, `upsert_object`, `upsert_many`, `upsert_object_many`,
`update`, `delete` (#267).
Bugfixes
* Crud DML operations returning stale schema for metadata generation.
Now you may use `fetch_latest_metadata` flag to work with latest
schema (#236).
0 commit comments