apache / apache/incubator-seata
SEATA支持建表语句的全局事务
Open
type: feature
- Dominant language
- Java
- Stars
- 26k
- Forks
- 8.8k
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 4
Description
目前SEATA在Mysql只支持INSERT,UPDATE,DELETE,SELECT_FOR_UPDATE这四种语句的全局事务
分库分表业务需要动态创建数据库表,希望下个版本能支持建表语句的全局事务
Contributor guide
Research direction
The issue requests MySQL CREATE TABLE support in global transactions for sharding workloads. Start by tracing how Seata handles INSERT, UPDATE, DELETE, and SELECT_FOR_UPDATE, then locate the related transaction and regression-test entry points. Done means CREATE TABLE is covered by equivalent global-transaction behavior with tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, mysql
- Domain
- databases, distributed-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100