When Postgres blocks: tips for dealing with locks

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • strong_migrations

    Catch unsafe migrations in development

  • Half of the problems in this article are migration related.

    I am extremely grateful that some people have created awesome libraries like strong migrations https://github.com/ankane/strong_migrations. Even if you are not using rails, bookmark its readme, it is an awesome cheat-sheet when writing a migration.

  • reshape

    An easy-to-use, zero-downtime schema migration tool for Postgres

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • atlas

    Manage your database schema as code (by ariga)

  • In terms of automating migrations in postgres, I really want declarative migrations and only the safe subset too. The overhead of having a schema defined over a bunch of migrations seems non ideal.

    The closest tool I've found here is: https://atlasgo.io/

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Why I Enjoy PostgreSQL – Infrastructure Engineer's Perspective

    3 projects | news.ycombinator.com | 17 Jan 2022
  • Show HN: PostgreSQL Index Advisor

    6 projects | news.ycombinator.com | 13 Apr 2024
  • Greenmask: PostgreSQL Dump and Obfuscation Tool

    5 projects | news.ycombinator.com | 17 Feb 2024
  • Pgroll: zero-downtime, undoable, schema migrations for Postgres

    15 projects | news.ycombinator.com | 3 Oct 2023
  • Migration Magic ✨, Handling Not-Null Constraints in Production with Ruby on Rails

    1 project | /r/rails | 5 Apr 2023