Hacker News new | ask | show | jobs
by kazagistar 3337 days ago
> a request typically has a single transaction going out to the database

Its typical because people are still in a "single thread single transaction ORM crud" model of thinking. "Its linear because thats how it is"?

1 comments

if you're using an ACID kind of database then yes, that's how it is :)