Auto-Sharding
MySQL Cluster is implemented as a distributed, multi-master database with no single point of failure. Tables are automatically sharded across a pool of low cost commodity nodes, enabling the database to scale horizontally to serve read and write-intensive workloads, accessed both from SQL and directly via NoSQL APIs (memcached, REST/HTTP, C++, Java, JPA and LDAP). Up to 255 nodes are supported, of which 48 are data nodes. You can read more about the different types of nodes here.
Auto-Sharding MySQL 集群是一种分布式多主数据库解决方案,支持水平扩展,能够处理读写密集型工作负载。该集群通过自动将表分散到低成本节点池中来实现无单点故障的设计。它同时支持 SQL 和 NoSQL API 访问,并且最多可以支持 255 个节点,其中包括 48 个数据节点。
9116

被折叠的 条评论
为什么被折叠?



