PostgreSQL-List
PostgreSQL List
-
Scaling the GitLab database: In this article we’ll take a look at what we did to help solve these problems for both GitLab.com and self-hosted GitLab instances.
Overview
Resource
Book
- 2016-《PostgreSQL 技术内幕——原理探索》📚: PostgreSQL 是一个开源的关系型数据库,在世界各地被广泛用于各种目的。它是一个由多个子系统集成而来的巨大系统,每个子系统都包含着特殊的复杂功能,并与其它子系统相互协调工作。理解其内部原理对于管理和集成 PostgreSQL 而言至关重要,但其巨大性与复杂性让这一点变得相当困难。本书的主要目的是解释这些子系统是如何工作的,并提供一副关于 PostgreSQL 的全景图像。
Tutorial
Tuning
- The Unexpected Find That Freed 20GB of Unused Index Space : How to free space without dropping indexes or deleting data