Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

20k+ ACID transactions/SEC on a single laptop: consistency vs. speed myth

The article debunks the myth that high-speed web applications must sacrifice ACID transactional consistency, demonstrating that PostgreSQL's strictest serializable isolation level can process over 20,000 ACID transactions per second on a single laptop. Benchmarks show that with careful design, PostgreSQL rivals NoSQL databases in throughput while retaining full consistency guarantees.