TaurusDB is an enterprise-class, distributed database system fully compatible with MySQL. It features high scalability, massive storage capacity (up to 128 TB per instance), and utilizes a decoupled compute/storage architecture to deliver strong performance and high availability. TaurusDB supports a cluster architecture with one primary write node and up to 15 read replicas, ensuring both horizontal scalability and data redundancy.
Key advantages include:
- Seamless MySQL compatibility with no application migration required
- Elastic scalability (scale resources and replicas as needed)
- Strong-consistency transactional support and high concurrency
- Multi-AZ deployment for disaster recovery, and cross-region capabilities
- Robust backup, restore, and automated failover features
In this release, TaurusDB introduce following new feature:
- TaurusDB’s binlogs record all DDL and DML statements (except data query statements). You can download binlogs to a local PC for further analysis.
Further information can be found in the TaurusDB area of the Help Centers.