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
Is your feature request related to a problem? Please describe:
TiDB has ready support essential r/w operation in keyspace, including backup/restore data in the keyspace cluster. However, it still has not supported creating keyspace TiFlash replicas yet.
Describe the feature you'd like:
Introduce a new config for TiFlash call: api-version, whose default value is 1, meaning that the TiFlash will work on the legacy mode that supports only API V1's data. If the api-version is 2, then the TiFlash could store multiple keyspace data.
Feature Request
Is your feature request related to a problem? Please describe:
TiDB has ready support essential r/w operation in keyspace, including backup/restore data in the keyspace cluster. However, it still has not supported creating keyspace TiFlash replicas yet.
Describe the feature you'd like:
Introduce a new config for TiFlash call:
api-version
, whose default value is 1, meaning that the TiFlash will work on the legacy mode that supports only API V1's data. If theapi-version
is 2, then the TiFlash could store multiple keyspace data.Describe alternatives you've considered:
None
Teachability, Documentation, Adoption, Migration Strategy:
API V2: https://github.com/tikv/rfcs/blob/master/text/0069-api-v2.md
Related issue: pingcap/tidb#41414
The text was updated successfully, but these errors were encountered: