# AntDB **Repository Path**: mirrors/AntDB ## Basic Information - **Project Name**: AntDB - **Description**: AntDB 是一款源自于 PG 内核的通用分布式事务型关系数据库,是一款面向金融、电信、政务、安全、能源等行业的国产、自主、安全可靠、高性能的企业级分布式事务型关系数据库产品 - **Primary Language**: C/C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/antdb - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 11 - **Created**: 2017-10-25 - **Last Updated**: 2025-06-25 ## Categories & Tags **Categories**: database-service **Tags**: None ## README ## 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 [快速安装](https://github.com/ADBSQL/docs/blob/master/AntDB/how-to-install-AntDB.md). ## Documentation [简体中文](https://github.com/ADBSQL/docs/blob/master/AntDB/how-to-use-AntDB-manger.md).