Ticket #83 (enhancement)
Opened 5 years ago
Support distributed transactions
Status: assigned
| Reported by: | fumanchu | Assigned to: | fumanchu (accepted) |
|---|---|---|---|
| Priority: | major | Milestone: | 2.0 |
| Component: | Misc | Keywords: | |
| Cc: | Estimate (total hours): | 8 | |
Probably with two-phase commit. The sandbox transaction methods would prepare all stores, then commit all stores. Not sure if using a store that doesn't support PREPARE should raise a warning or error.
