pingcap / tidb

TiDB is an open-source, cloud-native, distributed, MySQL-Compatible database for elastic scale and real-time analytics. Try AI-powered Chat2Query free at : https://www.pingcap.com/tidb-serverless/
https://pingcap.com
Apache License 2.0
37.03k stars 5.82k forks source link

Compared with mysql cluster #2151

Closed ch-lgs closed 7 years ago

ch-lgs commented 7 years ago

Compared with MySQL Cluster,what's the advantage of TiDB?

shenli commented 7 years ago

@ch-lgs Compare with proxy, TiDB has horizontal scalability, online schema changes, consistent distributed transactions.

ch-lgs commented 7 years ago

What I mean is not the mysql cluster with proxy,but mysql cluster that MySQL official provides.

shenli commented 7 years ago

@ch-lgs I think TiDB has the following advantages against MySQL cluster:

ch-lgs commented 7 years ago

Thank you for your answer.And i want to know when TiDB can release stable version.

shenli commented 7 years ago

@ch-lgs We are going to release RC1 in the next week. GA will be released early in the next year (may be around Chinese New Year).

morgo commented 5 years ago

A few more points to add:

So maybe to also summarize, MySQL cluster is designed for in-memory OLTP with very low latency and high transaction rates. TiDB is more generic in what workloads (OLTP, OLAP) and schemas it can support. It is also a lot easier to use :-)

manualsh commented 1 year ago

MySql Cluster has increased number of Nodes to 255. Can above answer be updated to latest in 2023.