I was looking at Tech Empower’s web frameworks benchmarks..
I noticed that the highest performing versions of the frameworks used raw sql and the setups of the same frameworks that used an ORM or Query builder were significantly less performant (up to 5 times!).
Look at actix-web, axum for example. So i’d like to know in a real, large big tech, production environment is raw SQL used and never ORMs or Query builders?
New contributor
Awm is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.