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

asiainfo/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 84.3%
  • PLpgSQL 4.6%
  • Yacc 4.0%
  • C++ 2.9%
  • Makefile 1.1%
  • SQLPL 0.8%
  • Other 2.3%