Thursday, September 06, 2018

Basics of MySQL Cluster

Basics of MySQL Cluster

This PDF introduces the basic architecture of MySQL Cluster and how to
access it with various APIs.

1 comment:

Unknown said...

Can you please tell me how do I map JSON field in the table to a Object in ClusterJ?

Create table table_name (
-----
-----
json JSON,
-----)ENGINE=NDBCLUSTER;


how do I map json field to a java object?