tikem
Tikem is a lightweight, open-source database server designed for high performance and scalability, primarily used as a storage engine for MySQL. It is a fork of the original MySQL Cluster, which was developed by MySQL AB (now part of Oracle Corporation). Tikem focuses on providing a distributed, shared-nothing architecture that enables horizontal scaling, making it suitable for applications requiring high availability and fault tolerance.
Developed by the MariaDB Foundation, Tikem is optimized for read-heavy workloads and supports in-memory data storage
Tikem operates using a combination of management nodes (NDB_MGMD), data nodes (NDB_DAT), and application nodes (NDB_API).
One of the key advantages of Tikem is its ability to provide automatic data replication and failover,
Tikem is compatible with standard SQL syntax and integrates seamlessly with MySQL clients and applications, making