PinkDoc / oceanbase

OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards.

Home Page:https://open.oceanbase.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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
    • 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
  • 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
    • Database consolidation: multi-tenant and flexible scaling can achieve resource pooling and improve utilization
    • Improve management efficiency and reduce costs without compromising performance and availability

Quick start

See Quick start to try out OceanBase Database.

System architecture

image.png

Roadmap

image.png

Link: 4.0.0 function list

Case study

For our success stories, see Success stories.

Contributing

Your contributions to our code will be highly appreciated. For details about how to contribute to OceanBase, see Contribute to OceanBase.

Licensing

OceanBase Database is under MulanPubL - 2.0 license. You can freely copy and use the source code. When you modify or distribute the source code, please follow the MulanPubL - 2.0 license.

Community

About

OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards.

https://open.oceanbase.com

License:Other


Languages

Language:C++ 96.3%Language:Python 2.3%Language:Yacc 0.5%Language:C 0.4%Language:CMake 0.2%Language:Go 0.1%Language:Shell 0.1%Language:Lex 0.1%Language:PLSQL 0.0%Language:Perl 0.0%Language:Lua 0.0%Language:Makefile 0.0%Language:NASL 0.0%Language:PHP 0.0%Language:Dockerfile 0.0%Language:Smarty 0.0%Language:HTML 0.0%