frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Stop Cramming Everything into Postgres

3•saisrirampur•10mo ago
Loved the discussion on this hn post few months ago on Postgres for everything. https://news.ycombinator.com/item?id=42347606 I thought I'd share my thoughts over a separate post. I see a bunch of comments: just don’t do it! I’m glad this is becoming mainstream, and people are realizing that Postgres for everything doesn’t work. Don’t get me wrong—I’m a huge Postgres proponent and have spent 10 years helping customers implement it. However, I’m a strong believer in using Postgres for what it’s designed for in first-place. Postgres was designed as a row-based OLTP database, with over 30 years of effort dedicated to making it robust for that use case.

I know there are many extensions attempting to make Postgres support other use cases, such as analytics, queues, and more. Keep in mind that these extensions are relatively recent and aim to retrofit new capabilities onto a database primarily designed for transactional workloads. It’s like adding an F1 car engine to a Toyota Camry — will that work?

Extensions also have many issues—they are not fully Postgres-compatible. In Citus, for example, we added support for the COPY command 4 years into the company, and chasing SQL coverage was a daily challenge for 10 years. Unable to use the full capabilities of Postgres and having to work around numerous unsupported features defeats the purpose of being a Postgres extension. This was a common feedback across Citus customers - when you say Postgres extension, customers are looking for something that supports all Postgres features! Side note for the Postgres extension companies: Chasing Postgres compatibility and world class performance are ginormous problems and are hard to achieve without laser focus on each of them.

On the other hand, you have purpose-built alternatives like ClickHouse, Snowflake for analytics, Redis for caching, and Kafka for queues. These technologies have benefited from decades of development, laser-focused on supporting specific use cases. As a result, they are highly efficient for their intended purposes.

I often hear that these Postgres extensions are expanding the boundaries of what Postgres can do. While I partly agree, I question the extent to which these boundaries are truly being expanded. In this era of AI, where data is growing exponentially, handling scale is critical for any technology. These boundaries will likely be broken very quickly - A data point here is that in my day-to-day now, I'm seeing AI companies use purpose-built technologies like ClickHouse way sooner. A few years ago, it was a Series A or Series B company that would consider a purpose-built database, now it is Seed stage companies. This is because the amount of data / users to be handled has grown tremendously from the get go and companies are preferring solutions that scale with their workload.

Also I keep hearing these Postgres extension companies say Zero ETL in their positioning, which I don't agree. Let’s take a search or an analytics extension where you want to run analytics on your transactional data. You either need to manage a cron to continuously offload the transactional data to the storage format of the extension or if the extension supports logical replication (not all do), you need to have logical replication setup. And logical replication is ETL! It is painful to manage logical replication - fun fact, at PeerDB, Postgres was the second largest target connector as logical replication was painful to manage, at scale. And yes, you could have capabilities which does the conversion in the background, but that is again a ginormous problem, I think only a few fully fledged databases like Vertica have this feature.

TL;DR: Please think carefully before choosing the right technology as you scale. Cramming everything into Postgres might not be the best approach for scaling your business.

Comments

gjvc•10mo ago
you do not need to use anything/everything you find in there, or anywhere for that matter.
XCSme•10mo ago
Most use-cases and people/companies don't have the traffic amount where scaling matters that much, so performance gains will be negligible (or even worse) when using a more complex "specialized" stack.

Yes, if you have a large team, building for scale in a VC-funded company, go for dedicated stacks, but if you are just building a start-up where moving fast is important and architecture quickly changes, any DB will do and will not be the bottleneck.

I use Postgres to cache some responses from APIs (max 100 different documents per month) where latency doesn't matter, so using Redis instead would provide no benefit (will actually make it worse, due to its "worse" persistency and third-party integrations capabilities)

Streamfold Is Joining Cursor

https://rotel.dev/blog/streamfold-joining-cursor/
1•bryanmikaelian•2m ago•0 comments

Performance Implications of AArch64 Atomics

https://www.researchgate.net/publication/370682772_A_Study_on_the_Performance_Implications_of_AAr...
1•fanf2•2m ago•0 comments

ASIC Chip Routing GIF

https://old.reddit.com/r/chipdesign/comments/1s21n30/global_routing_in_action/
1•random__duck•2m ago•0 comments

InterviewSim: A Scalable Framework for Interview-Grounded Personality Simulation

https://arxiv.org/abs/2602.20294
1•PaulHoule•3m ago•0 comments

Python CFD simulator matching atomic resting radii vs. CODATA

https://github.com/agus79amm-dotcom/scalar-cartographer-cfd
1•Nitsuga0•3m ago•0 comments

RIP Orelhao

https://www.designative.info/2026/01/12/r-i-p-orelhao/
1•pearlsontheroad•3m ago•1 comments

Issue Tracking Is Dead

https://linear.app/next
1•cristinacordova•3m ago•0 comments

Show HN: I built a party game that makes fun of corporate culture

https://cubiclegame.com/
1•pianobrothers•5m ago•0 comments

Bermuda Triangle Search Led Divers to Challenger Wreckage

https://modernengineeringmarvels.com/2026/03/23/bermuda-triangle-search-led-divers-to-challenger-...
1•Brajeshwar•6m ago•0 comments

Atomic Display Switching: Solving

https://github.com/piot5/displayflow_cli
2•pyotq•7m ago•0 comments

Fixed Python Autocomplete

https://matan-h.com/better-python-autocomplete
1•karakoram•8m ago•0 comments

What I mean when I say that I hate GenAI

https://michal.sapka.pl/weblog/2026/what-i-mean-when-i-say-that-i-hate-genai/
4•speckx•9m ago•0 comments

Em-dash – open-source HIPAA compliance that runs locally

https://github.com/aanishs/em-dash
1•aanishs•9m ago•0 comments

Wine 11 rewrites how Linux runs Windows games at kernel with massive speed gains

https://www.xda-developers.com/wine-11-rewrites-linux-runs-windows-games-speed-gains/
5•felineflock•9m ago•0 comments

Show HN: Cranki – Crosswords meet Anki flashcards

https://cranki.app
1•petargyurov•11m ago•0 comments

Should religious AI chatbots be treated differently from all others?

https://mfioretti.substack.com/p/should-religious-ai-chatbots-be-treated
2•oopsiremembered•11m ago•1 comments

Cognitive OS – Prediction-error learning layer for AI agents

https://github.com/eugenexonr/cognitive-os
1•dovmant•12m ago•1 comments

The Danger Behind Meta Killing End-to-End Encryption for Instagram DMs

https://www.wired.com/story/the-danger-behind-metas-decision-to-kill-end-to-end-encrypted-instagr...
4•pulisse•15m ago•0 comments

US Gov Investigators Found No EU Internet Censorship, and Ignored the Findings

https://www.techdirt.com/2026/03/24/the-trump-admins-own-investigators-found-no-eu-internet-censo...
3•hn_acker•17m ago•2 comments

Anduril Industries – Senior Software Engineer – JavaScript, React, AWS

1•Floss•18m ago•0 comments

Delta suspends special congressional services amid shutdown

https://thehill.com/policy/transportation/5797907-delta-suspends-special-congressional-desk-service/
4•JumpCrisscross•21m ago•0 comments

New cars allegedly include "eye of sauron" to monitor drivers

https://twitter.com/VladTheInflator/status/2036174124180185260
3•bilsbie•21m ago•0 comments

Show HN: Skub – a sliding puzzle browser game

https://skub.app
2•kasperstorgaard•22m ago•5 comments

Airstrikes may have destroyed Iran's last F-14s

https://www.npr.org/2026/03/24/nx-s1-5752380/f14-tomcats-iran-us-israel-airstrikes-top-gun
2•divbzero•23m ago•0 comments

97M downloads, $0 real auditing: LiteLLM's SOC 2 was one of 533 fake reports

https://trustcompliance.xyz/blog/supply-chain-trust
2•fadijob•24m ago•2 comments

LLMs don't think outside the box

https://zeyrie.blog/posts/technology/llms-dont-think-outside-the-box/
3•speckx•24m ago•0 comments

Victorian service stations run out of fuel as Middle East war spikes demand

https://www.abc.net.au/news/2026-03-24/victorian-petrol-stations-run-out-diesel-fuel-iran-conflic...
4•geox•25m ago•1 comments

Yes, AI is intelligent. Prove me wrong

https://bertrandmeyer.com/2026/02/26/yes-ai-is-intelligent-prove-me-wrong/
3•reillyse•26m ago•3 comments

Gmail AI Productivity Hacks

https://consul.so/blog/gmail-productivity-tips-ai-2026
1•goldkey•26m ago•0 comments

Hark – The most advanced personal intelligence [video]

https://www.youtube.com/watch?v=0H1LSLipOVI
1•dangtony98•26m ago•0 comments