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
Introduce a new transaction type for reading from secondary replicas (#110)
## What is the goal of this PR?
We've introduced a new Grakn-Cluster-specific transaction type, "read secondary". It is a read-only transaction that may read not only from primary but also from secondary replicas.
## What are the changes implemented in this PR?
- Adds a new option `allow_secondary_replica`
0 commit comments