When TiKV is selected as the metastore, why do single KV writes and deletions in the code require transaction commits? #42564
Unanswered
scuzyj
asked this question in
Q&A and General discussion
Replies: 2 comments 4 replies
-
right now we don't support TiKV as the meta store. |
Beta Was this translation helpful? Give feedback.
1 reply
-
We did some test over tikv long time ago. But it never put into production yet. ETCD should be good enough for most of the case unless you are running with huge amount of data. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When TiKV is selected as the metastore, why do single KV writes and deletions in the code require transaction commits?
Beta Was this translation helpful? Give feedback.
All reactions