Does Using a Transaction for Read Queries Provide Benefits Under Read Committed Isolation Level in PostgreSQL?
I’m using Prisma with PostgreSQL. As I read about the transaction isolations in PostgreSQL, I wondered if I am using transactions without any benefits or if I understood the subject correctly.