Skip to content
/ AntDB Public
forked from ChengXiaoZ/AntDB

AntDB is a distributed database to provide both write-scalability and massively parallel processing. The mirror git repository is at https://gitee.com/adbsql/antdb.

License

Notifications You must be signed in to change notification settings

zwunix/AntDB

 
 

Repository files navigation

What is AntDB?

AntDB is a distributed database with share nothing architecture. The goal of AntDB is to provide both write-scalability and massively parallel processing. AntDB is released under the Apache 2.0 license and we greatly welcome all new contributions.

AntDB provides the following features:

  • Highly compatible with the Oracle database(support about 80% oracle grammars and oci7)

  • Distributed transaction(2PC) and global MVCC

  • Massively parallel query processing(including rebalance data accross internal data node in complicated sql query)

  • Dynamic expanding database cluster capacity

  • Highly automated operation and maintenance

Quick start

快速安装.

Documentation

简体中文.

Follow us

QQ Group: 496464280

About

AntDB is a distributed database to provide both write-scalability and massively parallel processing. The mirror git repository is at https://gitee.com/adbsql/antdb.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 83.2%
  • PLpgSQL 5.6%
  • Yacc 3.6%
  • C++ 3.0%
  • Perl 1.3%
  • Makefile 1.0%
  • Other 2.3%