apache / incubator-seata

:fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution.
https://seata.apache.org/
Apache License 2.0
25.21k stars 8.76k forks source link

How to support multi db types in seata-server side while using the StoreMode of 'db' #3598

Open booogu opened 3 years ago

booogu commented 3 years ago

Why you need it?

Is your feature request related to a problem? Please describe in details Now Seata only support three db types in server side while using db store mode , while if the environment can not provide the required type of db, the server will not work normally.

I want to use a scalable and low modification cost way to solve this problem, in which the developer will not need to provide new SQL log for the specific DB.

Moreover, the solution should not reduce the performence of the Seata-Server and should not increase the learn cost for the user.

booogu commented 3 years ago

pls assign to me @booogu