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
Add support for MongoDb's client-side operation timeout (CSOT) which was introduced as an experimental feature in recent versions of the Sync as well as Reactive Streams Java drivers.
WHY
Operation timeouts are an essential tool to prevent long-running and/or expensive queries from impacting a cluster. Right now, it is possible to specify multiple timeout settings on a connection/client level as well as per operation (e.g., maxTimeMS). It would be beneficial to expand the control users have by allowing for overriding timeoutMS on a per-operation basis as wel..
WHAT
Add support for MongoDb's client-side operation timeout (CSOT) which was introduced as an experimental feature in recent versions of the Sync as well as Reactive Streams Java drivers.
WHY
Operation timeouts are an essential tool to prevent long-running and/or expensive queries from impacting a cluster. Right now, it is possible to specify multiple timeout settings on a connection/client level as well as per operation (e.g.,
maxTimeMS
). It would be beneficial to expand the control users have by allowing for overridingtimeoutMS
on a per-operation basis as wel..REFERENCES
The text was updated successfully, but these errors were encountered: