# BaikalDB **Repository Path**: mirrors/BaikalDB ## Basic Information - **Project Name**: BaikalDB - **Description**: BaikalDB是一个分布式可扩展的存储系统,支持PB级结构化数据的随机实时读写 - **Primary Language**: C/C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/BaikalDB - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 2 - **Created**: 2020-10-29 - **Last Updated**: 2025-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## BaikalDB:A Distributed HTAP Database [![GitHub license](https://img.shields.io/github/license/baidu/BaikalDB?style=social)](https://github.com/baidu/BaikalDB/blob/master/LICENSE) [![GitHub stars](https://img.shields.io/github/stars/baidu/BaikalDB?style=social)](https://github.com/baidu/BaikalDB/stargazers) [![GitHub issues](https://img.shields.io/github/issues/baidu/BaikalDB?style=social)](https://github.com/baidu/BaikalDB/issues) BaikalDB supports sequential and randomised realtime read/write of structural data in petabytes-scale. BaikalDB is compatible with MySQL protocol and it supports MySQL style SQL dialect, by which users can migrate their data storage from MySQL to BaikalDB seamlessly. BaikalDB internally provides projections, filter operators (corresponding with SQL WHERE or HAVING clause), aggregation operators (corresponding with GROPY BY clause) and sort operators (corresponding with SQL ORDER BY), with which users can fulfill their complex and time-critical analytical and transactional requirement by writing SQL statements. In a typical scenario, hundreds of millions of rows can be scanned and aggregated in few seconds. BaikalDB also supports full-text search by building inverted indices after words segmentation. Users can harness fuzzy search feature simply by adding a `FULLTEXT KEY` type index when creating tables and then use LIKE clause in their queries. See the github [wiki](https://github.com/baidu/BaikalDB/wiki) for more explanation. ## License baidu/BaikalDB is licensed under the Apache License 2.0 ## Acknowledgements * We are especially grateful to the teams of RocksDB, brpc and braft, who built powerful and stable libraries to support important features of BaikalDB. * We give special thanks to TiDB team and Impala team. We referred their design schemes when designing and developing BaikalDB. * Thanks our friend team -- The Baidu TafDB team, who provide the space efficient snapshot scheme based on braft. * Last but not least, we give special thanks to the authors of all libraries that BaikalDB depends on, without whom BaikalDB could not have been developed and built so easily. ![Comate PowerSource Initiative Logo](https://comate.baidu.com/images/powersource/powersource-dark-en-5.png) ## WeiXin Group 添加管理员olivaw2077帮忙加群,备注baikaldb