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
etcd raft has already supported two readonly options: ReadOnlySafe and ReadOnlyLeaseBased, and the default value is ReadOnlySafe. They can be configured in raft.Config. As we know, ReadOnlyLeaseBased is better for performance. So, etcd may be better to support this config in embed.NewConfig.
Why is this needed?
For performance considerations.
The text was updated successfully, but these errors were encountered:
What would you like to be added?
etcd raft has already supported two readonly options: ReadOnlySafe and ReadOnlyLeaseBased, and the default value is ReadOnlySafe. They can be configured in raft.Config. As we know, ReadOnlyLeaseBased is better for performance. So, etcd may be better to support this config in embed.NewConfig.
Why is this needed?
For performance considerations.
The text was updated successfully, but these errors were encountered: