Closed nanne007 closed 3 years ago
For short term (within this year), there is no plan for it. For now, most users dump data into TiDB via Spark JDBC connector. The performance overhead is on transaction related stuff and manually 2PC on Java side has no improvement on it. But we do have plan to allow Spark dump directly to rocksDB, but without transaction support.
Thanks for the replay. Get your points.
What's I mean is a full tikv client(without tidb stuff) with transaction support, which I think can be modeled similar to the implementation in tidb.
If there's not plan for it, I'm going to start this.
Thank you again.
There is no near plan for it and you are welcome to take it :)
@lerencao We are planning on related features. Do you have any progress on 2PC part? If so, we can cooperate on it.
Is there any plan to support 2pc for tikv-client ? It will open many opportunities for tikv in Java world, like a underlining storage for janusgraph.