#distributedSQL

2026-02-09

MySQL Ndb Cluster is a variant of MySQL and as such supports the MySQL JSON functions, the MySQL JSON type and related functionalities. These mechanisms give the database visibility into stored JSON documents, enabling more efficient storage and processing without tightly constrained schemas.

JSON columns can be stored, retrieved, and queried from MySQL Ndb Cluster in a structured way via SQL or other APIs (MySQL X API, Document store, REST server implementations etc).

JSON data can be selectively indexed using stored generated columns, allowing efficient access or the use of relational constraints.

dev.mysql.com/doc/refman/8.4/e

dev.mysql.com/doc/refman/8.4/e

#mysql #distributedsql #ndbcluster #opensource

2026-02-07

MySQL Ndb Cluster is often described as an in-memory or main memory database but this is not the whole story.

Tables in Ndb always support :
- Transactions, parallel query, indexes, FKs etc
- Sync replication between nodes in a cluster
- HA with automatic failover and recovery
- Consistent backup
- Async replication via MySQLD

By default Tables in Ndb also have automatic transactional durability via parallel checkpoints and logs, supporting full system recovery from storage. However, this can be disabled for individual tables if desired for highest performance with lowest resource usage. In the event of a full system recovery from storage, these tables will be empty.

By default, all columns of a table are kept in memory at all times, limiting system capacity to full cluster system memory size. However unindexed columns can be marked for disk storage. Values for these columns are stored in pages of a tablespace, and only cached in memory like most other RDBMS. This allows far more data to be stored while retaining predictable fast access via purely in memory indexes.

#MySQL #ndbcluster #DistributedSQL

2026-02-05

MySQL Ndb Cluster 8.4 specific security features include :
- Encrypted backups
- Encrypted storage (Checkpoints, redo logs, undo logs + tablespaces) (TDE)
- mTLS on all internal connections for authentication and encryption (Ndb TLS)

All open source, implemented using industry standard optimised and reviewed OpenSSL libraries.

These features are in addition to the standard MySQL Server Security features ([m]TLS, TDE, Binlog encryption, PAM etc)

dev.mysql.com/doc/refman/8.4/e
dev.mysql.com/doc/refman/8.4/e
dev.mysql.com/doc/refman/8.4/e
dev.mysql.com/doc/refman/8.4/e

dev.mysql.com/blog-archive/mys
blogs.oracle.com/mysql/introdu
messagepassing.blogspot.com/20

dev.mysql.com/doc/refman/8.4/e

#DistributedSQL #MySQL #NdbCluster #OpenSource

2025-12-17

Good to see that RonDB has a slot in the 2026 FOSDEM databases devroom.

They are doing interesting work extending NDB to cover new and trending use cases that you may have heard of.

fosdem.org/2026/schedule/event

#DistributedSQL #ndbcluster #fork #opensource

Christian Chevalleychristianc
2025-10-06

Friends, I'm looking for contracts in HealthCare IT (20+ yrs in this domain, 40+ yrs in IT). Done two clinical data repository. Now on federated clinical data analytics. Expert in , , -CT, PACS, MPI, , , , DB: (!), , , , APIs, , , ... Very keen on medical projects benefiting rural and/or developing communities. Also looking for tutoring, compliance, security and SOPs. TIA!

2025-06-28
First page of article describing Ndb Cluster
Mr Tech Kingmrtechking
2025-06-03

CockroachDB 25.2 tackles enterprise AI's biggest data challenges. Achieve 41% efficiency, a new distributed vector index for billions, and boosted security. Crucial for agentic AI workloads & operational big data at scale.

CockroachDB 25.2 Solves AI's Data Overload with Distributed Power.
2025-05-22

MySQL Ndb Cluster 8.4 security features include :
- Encrypted data in motion : mTLS for all distributed communication dev.mysql.com/doc/refman/8.4/e
- Encrypted data at rest :
- Transparent Data Encryption for Ndb checkpoints, Redo logs, tablespaces, Undo logs dev.mysql.com/doc/refman/8.4/e
- Encrypted Backups dev.mysql.com/doc/refman/8.4/e

Plus all the usual MySQL Server security features :
- Pluggable authentication, roles, policies
- [m]TLS
- TDE for InnoDB tablespaces, logs
- Encrypted Binlogs
- Audit plugin
...

#MySQL #NdbCluster #DistributedSQL

2025-05-06

The distributed core of MySQL [Ndb] Cluster was originally developed at Ericsson, and inherits their expertise in high performance reliable software development.

Ndb stands for 'Network DataBase', where 'network' is a telecoms core network such as 2G, 3G, 4G, 5G cores.

After the 2001 telecoms crash, Ericsson spun the project out as an independent company called Alzato.

Alzato was purchased by the startup MySQL AB, where it was integrated with MySQL Server and marketed as 'MySQL Cluster', first released in MySQL 4.1.3 in June 2004.

Since then the product has been continuously improved, scaled, optimised and extended.

Over that time the value of distributed scale-out, NoSQL + SQL, built-in HA, online upgrades, online schema changes etc has been recognised, with well marketed NoSQL + distributed SQL startups finding customers and success in this area.

June 2024 marked 20 years of MySQL [Ndb] Cluster being freely available open source, providing HA, high throughput, low latency, distributed SQL to everyone.

en.wikipedia.org/wiki/MySQL_Cl

#DistributedSQL #NdbCluster #MySQL

2025-03-28

Join Predee Kajonpai's session "Growth Across Dimensions with Distributed SQL" at #FOSSASIASummit2025 to explore how Distributed SQL enables scalability, resilience, and performance for modern applications.

🔗 Click here youtu.be/NWyPYBX5MUw?si=N39OWf to watch on the FOSSASIA YouTube channel

#DistributedSQL #Database #OpenSource #FOSSASIA

2025-03-02

Nice writeup of Raft vs Quorum consensus vs 'Reconfiguration' based systems from Alex Miller.

transactional.blog/talk/enough

This covers ground he previously discussed here :
transactional.blog/blog/2024-d

For DML and query processing, #MySQL Ndb Cluster is a 'Reconfiguration' design, with properties as described in his blogs and similar to CRAQ.

When node failures are detected Ndb uses a built-in quorum mechanism to ensure safety and consensus for Reconfiguration, rather than relying on a separate system like etcd.

#DistributedSQL #Ndb

2025-02-22

The best time to start blogging is to not stop blogging in the first place. The next best time is today.

Here's a syndication of a post from the ComplyAdvantage Technology Blog to kicks things off.

mark.allanson.org/blog/dss-202

#Yugabyte #YugabyteDB #DistributedSQL #ComplyAdvantage

2024-12-04

Even though I am not attending AWS reInvent this year, I am still following the product announcements. This one is pretty cool. I have been ramping up on my distributed SQL skills over the past year with both CockroachDB and YugabyteDB. I will need to free up some time to try this one out. #AWS #AWSreInvent #Aurora #CockroachDB #YugabyteDB #DistributedSQL #DSQL
aws.amazon.com/blogs/database/

2024-10-30

I’ll be stepping way out of my comfort zone and presenting at the #DistributedSQL Summit on November 12 on behalf of my employer - #ComplyAdvantage, organised by our key partner, #YugabyteDB.

Data is central to our solutions at ComplyAdvantage and in the session I’ll share some of the lessons we’ve learned while harnessing distributed database technology to address the critical challenges of anti-money laundering and fraud detection.

Register: events.ringcentral.com/events/

#FraudDetection #WorkPost

simplyblocksimplyblock
2024-03-11

Guest @FranckPachot from joins our very own @noctarius2k in this episode of the weekly, 20 min , talking about , , , and more. Tune in!

The 🎙️ is available on Spotify, iTunes, Pandora, Amazon Music, and more.

🎥👉 youtu.be/1EAKqwcP2SY

2023-11-21

Anyone out there have experience with both CockroachDB and YugabyteDB? I would be interested in getting your perspective of them. #distributedSQL

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst