
OpenTenBaseAn Open and Neutral Open-Source Database
Key Features
Commercial Database Compatibility
MySQL and PostgreSQL Compatibility
Complete Distributed Transaction Support
Dual-Kernel Architecture
High Performance
Data + AI
Install, Use, Contribute — Get Started with OpenTenBase
What is OpenTenBase
OpenTenBase is an open-source distributed database designed to efficiently handle large-scale data storage, analytics, and queries.
Quick Start
Learn about the OpenTenBase architecture, source code compilation and installation, cluster status, startup and shutdown, and more.
Basic Usage
Create shard tables, hot/cold partitioned tables, and replication tables, and perform basic DML operations.
Contribute
If you have suggestions or improvements, feel free to open an Issue or Pull Request and contribute to the OpenTenBase community.
Community Voices
Community News

Technical Blog
Basic Usage
In < Quick Start > article, we introduced opentenbase architecture, source code compilation and installation, cluster running status, startup and stop, etc. This article will introduce the creation of shard table, hot and cold partition table, replication table and basic DML operation in opentenbase.
Quick Start
What’s OpenTenBase OpenTenBase is a relational database cluster platform that provides write reliability and multi node data synchronization. You can configure OpenTenBase on one or more hosts and store OpenTenBase data on multiple physical hosts. There are two ways to store data tables: distributed or replicated.

