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
KeySpace is fundamental for transaction safety and multi-tenant features for TiKV. This is the tracking issue for the feature in client-go. For tracking issues of other components, check:
Only default keyspace could be written. We should provide some API to write specified keyspace with their name or ID. @AmoebaProtozoa
If TiDB need writes different keyspaces, the coprocessor request should be encoded on the client side. Meanwhile, the TiKV coprocessor should decode the key before doing calculations. @iosmanthus
There are some bugs with the KeySpace feature in client-go, we track them here:
Please also request downstream tools (such as TiKV-BR & TiKV-CDC) to support KeySpace. Otherwise they will be abnormal on processing data with non-default KeySpace.
KeySpace is fundamental for transaction safety and multi-tenant features for TiKV. This is the tracking issue for the feature in client-go. For tracking issues of other components, check:
Currently, we only implemented the feature that writes data to the default keyspace in
raw.Client
leading to three major issues:txn.Client
is still in API V1. The transaction requests are not encoded: [WIP] Introduce Codec #557. @AmoebaProtozoaThere are some bugs with the KeySpace feature in client-go, we track them here:
The text was updated successfully, but these errors were encountered: