欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

TiDB介绍

程序员文章站 2022-07-13 10:02:15
...

什么是Tidb

TiDB (“ Ti”代表Titanium)是一个开源的NewSQL数据库,它是一款支持混合事务处理和分析处理( HTAP: Hybrid Transactional/Analytical Processing)的融合型数据库产品,实现了一键水平伸缩,强一致性的多副本数据安全,分布式事务,实时 OLAP 等重要特性。同时兼容 MySQL 协议和生态,迁移便捷,运维成本极低。

特点

	Horizontal scalability
    
    MySQL compatible syntax
    
    Replicate from and to MySQL
    
    Distributed transactions with strong consistency
    
    Cloud native architecture
    
    Minimize ETL with HTAP
    
    Fault tolerance & recovery with Raft
    
    Automatic rebalancing
    
    Deployment and orchestration with Ansible, Kubernetes, Docker
    
    JSON support
    
    Spark integration
    
    Read historical data without restoring from backup
    
    Fast import and restore of data
    
    Hybrid of column and row storage
    
    SQL plan management
    
    Open source
    
    Online schema changes

下载地址

https://github.com/pingcap/tidb/tree/master
https://pingcap.com/download-cn/

参数资料

http://www.easemob.com/news/4079
https://pingcap.com/docs/v3.1/roadmap/

相关标签: 分布式数据库

上一篇: tiDB小结

下一篇: TIDB介绍