- DATE:
- AUTHOR:
- Ory Team
Ory Network
New Feature
Consistency Controls in Identity List API
DATE:
AUTHOR:
Ory Team
This update introduces consistency controls to Ory Networks's Identity List API, optimizing query performance.
A new query parameter, consistency
, now allows you to choose between two levels: strong
and eventual
.
Strong Consistency ensures the freshest data with higher latency, ideal for scenarios requiring up-to-date information.
Eventual Consistency delivers data as fast as possible with minimized latency, ideal for situations where immediate access is crucial, tolerating potentially non-current data.
Learn how to use consistency controls in the Ory Documentation.