上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 22 下一页
摘要: 开发 要构建 Relay,我们需要最新的稳定版 Rust。crate 被拆分为具有多个功能的工作区,因此在运行构建或运行测试时,请始终确保传递 --all 和 --all-features 标志。processing 功能还需要 C 编译器和 CMake。 要安装开发环境,必须安装 librdkaf 阅读全文
posted @ 2022-03-14 11:19 为少 阅读(516) 评论(0) 推荐(0)
摘要: 原文:Scaling Our Analytical Processing Service: Sharding a PostgreSQL Database with Citus 在线广告商正在根据绩效数据做出越来越多的决策。 无论是选择要投资的受众或创意,还是启用广告活动预算的算法优化,决策越来越依赖 阅读全文
posted @ 2022-03-09 14:13 为少 阅读(611) 评论(0) 推荐(1)
摘要: 节点 Citus 是一种 PostgreSQL 扩展,它允许数据库服务器(称为节点)在“无共享(shared nothing)”架构中相互协调。这些节点形成一个集群,允许 PostgreSQL 保存比单台计算机上更多的数据和使用更多的 CPU 内核。 这种架构还允许通过简单地向集群添加更多节点来扩展 阅读全文
posted @ 2022-03-06 22:27 为少 阅读(1911) 评论(0) 推荐(1)
摘要: 介绍如何在 Kubernetes 上运行 Pgpool-II 实现 PostgreSQL 读查询负载均衡和连接池。 介绍 因为 PostgreSQL 是一个有状态的应用程序,并且管理 PostgreSQL 有非常具体的要求(例如备份、恢复、自动故障转移等),Kubernetes 的内置功能无法处理这 阅读全文
posted @ 2022-02-28 18:30 为少 阅读(1221) 评论(0) 推荐(0)
摘要: 入门 作为安装的一部分,请确保您已完成以下操作: 分叉 Postgres Operator 示例存储库并将其克隆到您的主机。 https://github.com/CrunchyData/postgres-operator-examples/fork 将 PGO 安装到 postgres-opera 阅读全文
posted @ 2022-02-25 10:54 为少 阅读(670) 评论(0) 推荐(0)
摘要: 前提条件 请确保您的主机上安装了以下实用程序: kubectl git 安装 第 1 步:下载示例 首先,转到 GitHub 并 fork Postgres Operator 示例存储库: https://github.com/CrunchyData/postgres-operator-exampl 阅读全文
posted @ 2022-02-24 14:14 为少 阅读(1299) 评论(1) 推荐(3)
摘要: 使用 PGO 在 Kubernetes 上运行 Cloud Native PostgreSQL:来自 Crunchy Data 的 Postgres Operator! Cloud Native PostgreSQL https://www.crunchydata.com/products/crun 阅读全文
posted @ 2022-02-23 12:23 为少 阅读(778) 评论(0) 推荐(0)
摘要: 查看 Pod 日志 kubectl describe po clickhouse-0 -n clickhouse ...... #Events: # Type Reason Age From Message # # ... # kubelet MountVolume.SetUp failed for 阅读全文
posted @ 2022-01-25 10:35 为少 阅读(566) 评论(0) 推荐(0)
摘要: Redis Cluster 部署 使用 Bitnami helm chart 在 K8S redis 命名空间中一键部署 Redis cluster 。 helm repo add bitnami https://charts.bitnami.com/bitnami helm install -n 阅读全文
posted @ 2022-01-24 14:47 为少 阅读(2307) 评论(0) 推荐(0)
摘要: 当一个事件被捕获并发送到 Sentry 时,SDK 会将该事件数据与来自当前 scope 的额外信息合并。SDK 通常会在框架集成中为您自动管理 scope,您无需考虑它们。但是,您应该知道 scope 是什么以及如何利用它来获取优势。 什么是 Scope, 什么是 Hub? 您可以将 hub 视为 阅读全文
posted @ 2022-01-21 10:30 为少 阅读(1073) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 22 下一页