Pigsty Blog Articles

Posts in 2021
  • Pigsty v0.9: CLI + Logs

    May 31, 2021 in Pigsty

    Pigsty v0.9: CLI + Logs

    One-click installs, a beta CLI, and Loki-based logging make Pigsty easier to land.

    One-click installs, a beta CLI, and Loki-based logging make Pigsty easier to land.

  • Ready-to-Use PostgreSQL Distribution: Pigsty

    May 24, 2021 in PostgreSQL

    Ready-to-Use PostgreSQL Distribution: Pigsty

    Yesterday I gave a live presentation in the PostgreSQL Chinese community, introducing the open-source PostgreSQL full-stack solution: Pigsty.

    Yesterday I gave a live presentation in the PostgreSQL Chinese community, introducing the open-source PostgreSQL full-stack solution: Pigsty.

  • Pigsty v0.8: Service Provisioning

    May 14, 2021 in Pigsty

    Pigsty v0.8: Service Provisioning

    Services are now first-class objects, so you can define any routing policy—built-in HAProxy, L4 VIPs, or your own balancer.

    Services are now first-class objects, so you can define any routing policy—built-in HAProxy, L4 VIPs, or your own balancer.

  • Why Does PostgreSQL Have a Bright Future?

    May 08, 2021 in PostgreSQL

    Why Does PostgreSQL Have a Bright Future?

    Databases are the core component of information systems, relational databases are the absolute backbone of databases, and PostgreSQL is the world's most advanced open source relational database. With such favorable timing and positioning, how can it not achieve great success?

    Databases are the core component of information systems, relational databases are the absolute backbone of databases, and PostgreSQL is the world's most advanced open source relational database. With such favorable timing and positioning, how can it not achieve great success?

  • Pigsty v0.7: Monitor-Only Deployments

    April 26, 2021 in Pigsty

    Pigsty v0.7: Monitor-Only Deployments

    Monitor-only deployments unlock hybrid fleets, while DB/user provisioning APIs get a serious cleanup.

    Monitor-only deployments unlock hybrid fleets, while DB/user provisioning APIs get a serious cleanup.

  • Pigsty v0.6: Provisioning Upgrades

    April 19, 2021 in Pigsty

    Pigsty v0.6: Provisioning Upgrades

    v0.6 reworks the provisioning flow, adds exporter toggles, and makes the monitoring stack portable across environments.

    v0.6 reworks the provisioning flow, adds exporter toggles, and makes the monitoring stack portable across environments.

  • Pigsty v0.5: Declarative DB Templates

    March 28, 2021 in Pigsty

    Pigsty v0.5: Declarative DB Templates

    Pigsty v0.5 introduces declarative database templates so roles, schemas, extensions, and ACLs can be described entirely in YAML.

    Pigsty v0.5 introduces declarative database templates so roles, schemas, extensions, and ACLs can be described entirely in YAML.

  • Localization and Collation Rules in PostgreSQL

    March 05, 2021 in PostgreSQL

    Localization and Collation Rules in PostgreSQL

    What? Don't know what COLLATION is? Remember one thing: using C COLLATE is always the right choice!

    What? Don't know what COLLATION is? Remember one thing: using C COLLATE is always the right choice!

  • Implementing Advanced Fuzzy Search

    March 05, 2021 in PostgreSQL

    Implementing Advanced Fuzzy Search

    How to implement relatively complex fuzzy search logic in PostgreSQL?

    How to implement relatively complex fuzzy search logic in PostgreSQL?

  • PostgreSQL Logical Replication Deep Dive

    March 03, 2021 in PostgreSQL

    PostgreSQL Logical Replication Deep Dive

    This article introduces the principles and best practices of logical replication in PostgreSQL 13.

    This article introduces the principles and best practices of logical replication in PostgreSQL 13.