Skip to content

Commit

Permalink
README: add PREPARE statement and CHECKSUM TABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
BohuTANG committed May 17, 2019
1 parent 334fa6d commit 138118c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,19 @@ RadonDB is a cloud-native database based on MySQL,and architected in fully dis
* **Automatic Sharding**
* **Auditing and Logging**
* **Parallel Execution**: Parallel Query, Parallel DML and Parallel DDL
* **Parallel CHECKSUM TABLE**: Gives same results as MySQL
* **Distributed Transaction**: Snapshot Isolation
* **Distributed Joins**: Sort-Merge Join, Nested-Loop Join
* **Distributed Full Text Search**
* **Multi Tenan by Database**
* **JSON Support**
* **Prepared SQL Statement**
* **JSON**

## Documentation
For guidance on installation, deployment, and administration, see our [Documentation](docs).


## Architecture
## Architecture

## Overview
RadonDB is a new generation of distributed relational database (MyNewSQL) based on MySQL. It was designed to create the open-source database our developers would want to use: one that has features such as financial high availability、
Expand Down

0 comments on commit 138118c

Please sign in to comment.