Logo
BASE

BASE #

Supported #

  • Support cross-database transactions after sharding.
  • Support RC isolation level.
  • Rollback transaction according to undo log.
  • Support recovery committing transaction automatically after the service is down.

Unsupported #

  • Does not support other isolation level except RC.

To Be Optimized #

  • SQL parsed twice by SphereEx-DBPlusEngine and SEATA.