当前位置:网站首页>GP 6总体架构学习笔记
GP 6总体架构学习笔记
2022-07-31 16:14:00 【weixin_40455124】
- Master、Secondary 、Segment、Mirror都是pg实例
- 注意gp使用的pg有一定定制化的
- 实例间数据复制通过WAL日志模式实现
- 同一份数据的Mirror和Segment应该错开部署,避免在同一物理机器上
- 大规模数据导入、导出建议都通过外部表,而非copy模式 (Greenplum管理员指南6.2.1.pdf)提到copy都会通过master
- Secondary默认应该单独部署并且无其它任何任务以保障master出现问题后的快速切换

边栏推荐
- 全新宝马3系上市,安全、舒适一个不落
- Kubernetes principle analysis and practical application manual, too complete
- Why is the field of hacking almost filled with boys?
- Oracle dynamically registers non-1521 ports
- Delete the disk in good condition (recovery partition)
- Browser's built-in color picker
- Applicable Scenarios of Multi-Master Replication (1) - Multi-IDC
- org.apache.jasperException(could not initialize class org)
- Replication Latency Case (3) - Monotonic Read
- Applicable scenario of multi-master replication (2) - client and collaborative editing that require offline operation
猜你喜欢

Why is the field of hacking almost filled with boys?

Qt实战案例(54)——利用QPixmap设计图片透明度

js的toString方法

SringMVC中个常见的几个问题

深度学习机器学习理论及应用实战-必备知识点整理分享

Tencent Cloud Deployment----DevOps

Premiere Pro 2022 for (pr 2022)v22.5.0
How Redis handles concurrent access

C程序是如何跑起来的01 —— 普通可执行文件的构成

Implementing distributed locks based on Redis (SETNX), case: Solving oversold orders under high concurrency
随机推荐
Handling write conflicts under multi-master replication (4) - multi-master replication topology
Replication Latency Case (3) - Monotonic Read
删除表格数据或清空表格
The use of button controls
EF Core 2.2中将ORM框架生成的SQL语句输出到控制台
Foreign media right, apple on May be true in inventory
.NET 20th Anniversary Interview - Zhang Shanyou: How .NET technology empowers and changes the world
.NET 20周年专访 - 张善友:.NET 技术是如何赋能并改变世界的
Graham's Scan method for solving convex hull problems
多主复制下处理写冲突(4)-多主复制拓扑
对话庄表伟:开源第一课
动态规划之线性dp(上)
js的toString方法
2020微信小程序反编译教程(小程序反编译源码能用吗)
【7.29】代码源 - 【排列】【石子游戏 II】【Cow and Snacks】【最小生成数】【数列】
Emmet syntax
Browser's built-in color picker
6. 使用 Postman 工具高效管理和测试 SAP ABAP OData 服务
更新数据表update
多主复制的适用场景(2)-需离线操作的客户端和协作编辑