未验证 提交 e073e1d3 编写于 作者: W wugongbo 提交者: GitHub

Update README.md (#1057)

* Update README.md

* Update README.md
上级 f3c8315b
# What is OceanBase Database
OceanBase Database is a native distributed relational database. It is developed entirely by Ant Group. OceanBase Database is built on a common server cluster. Based on the Paxos protocol and its distributed structure, OceanBase Database provides high availability and linear scalability. OceanBase Database is not dependent on specific hardware architectures.
OceanBase is a distributed relational SQL database built from scratch by Ant Group. It is highly scalable, resilient and can take on both transactional and analytical workloads, and it is highly compatible with MySQL syntax and features. OceanBase can be deployed on virtual machines in any cloud or physical hosts on-premise. Meanwhile, since it is a multi-tenant cluster, users can achieve database resource pooling and improve their efficiency.
## Core features
- Scalable OLTP
- Linear scalability by adding nodes to the cluster
- Partition-level leader distribution and transparent data shuffling
- Optimized performance for distributed transaction through "table group" technology
- High concurrency updates on hot row through early lock release (ELR)
- 80000+ connections per node and unlimited connections in one instance through multi threads and coroutines
- Continuous availability with Paxos-based regional disaster tolerance
- Partition-level leader distribution and transparent data shuffling
- Convert distributed transactions across multi-node into local transactions via "table group" technology
- Highly concurrent updates on hot row through early lock release (ELR)
- Nearly unlimited connections in one instance on scalable nodes through decoupled session & thread
- Prevent silent data corruption (SDC) through multidimensional data consistency checksum
- No.1 in TPC-C benchmark with 707 million tpmC
- Operational OLAP
- Process analytical tasks in one engine, no need to migrate data to OLAP engine
- Analyze large amounts of data on multiple nodes in one OceanBase cluster with MPP architecture
- Advanced SQL engine with CBO optimizer, distributed execution scheduler and global index
- Fast data loading through parallel DML, and with only 50% storage cost under compression
- Broke world record with 15.26 million QphH in TPC-H 30TB benchmark in 2021
- Fast data loading through parallel DML, and with 50% storage cost under compression in most cases
- No.2 in TPC-H 30,000 GB benchmark with 15.26 million QphH
- Multi-tenant
- Create multiple tenants (instances) in one OceanBase cluster with isolated resource and access
- Multidimensional and transparently scale up/out for each tenant, and scaling up takes effect immediately
......@@ -24,7 +25,7 @@ OceanBase Database is a native distributed relational database. It is developed
- Improve management efficiency and reduce costs without compromising performance and availability
## Quick start
See [Quick start](https://open.oceanbase.com/quickStart) to try out OceanBase Database.
See [Quick start](https://www.oceanbase.com/en/docs/community/observer-en/V3.1.4/10000000000601796) to try out OceanBase Database.
## System architecture
......@@ -50,4 +51,4 @@ OceanBase Database is under [MulanPubL - 2.0](http://license.coscl.org.cn/MulanP
- [oceanbase.slack](https://oceanbase.slack.com/)
- [Forum (Simplified Chinese)](https://ask.oceanbase.com/)
- [DingTalk 33254054 (Simplified Chinese)](https://h5.dingtalk.com/circle/healthCheckin.html?corpId=ding12cfbe0afb058f3cde5ce625ff4abdf6&53108=bb418&cbdbhh=qwertyuiop&origin=1)
- [WeChat (Simplified Chinese)](https://gw.alipayobjects.com/zos/oceanbase/0a69627f-8005-4c46-be1f-aac7a2b85c13/image/2022-03-01/85d42796-4e22-463a-9658-57402d7b9bc3.png)
\ No newline at end of file
- [WeChat (Simplified Chinese)](https://gw.alipayobjects.com/zos/oceanbase/0a69627f-8005-4c46-be1f-aac7a2b85c13/image/2022-03-01/85d42796-4e22-463a-9658-57402d7b9bc3.png)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册