You Can Make Postgres Scale

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

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. pg_query.rs

    Parse, deparse and normalize SQL queries using the Postgres source code

    We use the Postgres parser directly, thanks to the great work of pg_query [1].

    [1] https://github.com/pganalyze/pg_query.rs

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. Shrine

    File Attachment toolkit for Ruby applications

    https://github.com/shrinerb/shrine/discussions/665

    I've never personally encountered this, but I've seen other HN contributors mention it.

    From what I can tell, unlike mongo, some postgres queries will try to update the entire JSONB data object vs a single field. This can lead to race conditions.

  4. vitess

    Vitess is a database clustering system for horizontal scaling of MySQL.

    Apart from being backed by Postgres instead of MySQL, is this different from Vitess (and its commercial vendor PlanetScale)?

    https://vitess.io/

  5. FerretDB

    A truly Open Source MongoDB alternative

  6. pgdog

    Horizontal scaling for PostgreSQL with automatic sharding.

    I ended up adding support for GROUP BY: https://github.com/pgdogdev/pgdog/pull/43

    I had it in the back of my mind for a while, nice to have it in code. Works pretty well, as long as columns in GROUP BY are present in the result set. Otherwise, we would need to rewrite the query to include them, and remove them once we're done.

  7. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
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

  • How to Sync Users Logged in by Google and GitHub to Your Database With Neon Auth for Free

    2 projects | dev.to | 23 Apr 2025
  • This Is Why You Should Use Cloudflare Workers

    3 projects | dev.to | 15 Mar 2025
  • Goravel: A Go framework inspired by Laravel

    9 projects | news.ycombinator.com | 9 Mar 2025
  • How to build a secure project management platform with Next.js, Clerk, and Neon

    2 projects | dev.to | 28 Feb 2025
  • Some Go web dev notes

    16 projects | news.ycombinator.com | 29 Sep 2024

Did you know that Go is
the 4th most popular programming language
based on number of references?