fffaraz / awesome-cpp

A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
http://fffaraz.github.io/awesome-cpp/
MIT License
56.98k stars 7.7k forks source link

add oceanbase in the database section #1507

Closed hnwyllmm closed 4 months ago

hnwyllmm commented 4 months ago

Add oceanbase in the database section.

OceanBase is a distributed relational database. Based on the Paxos protocol and its distributed structure, OceanBase provides high availability and linear scalability.

Key features:

fffaraz commented 4 months ago

Is this a software written in C++ or a library that can be used in C++ projects?

hnwyllmm commented 4 months ago

oceanbase is a database system written in c++. There's more than 3 million lines and there're a few interesting features such as paxos, linear scalability, storage compression. And it had taken the first place in the tpcc test a few years ago.

sinnren commented 4 months ago

oceanbase is a database system, not libraries, resources, or shiny things.