yugabyte安装部署
AI摘要
GPT
yugabyte
有两组服务:Master
和 TServer
,都通过 raft
提供高可用性支撑;
Master
负责存储元数据信息,以及提供数据库的创建、删除等功能;同时负责数据
负载均衡控制、TServer
故障处理等;TServer
负责用户数据的存储和访问.
yugabyte编译
AI摘要
GPT
尝试下载源码在Centos
下进行编译。
yugabyte
主要采用linuxbrew
编译工具链来进行编译,同时还依赖于第三方库。
代码地址分别为:
- yugabyte-db:https://github.com/yugabyte/yugabyte-db
- linuxbrew:https://github.com/yugabyte/brew-build
thirdparty:https://github.com/yugabyte/yugabyte-db-thirdparty