yeah - largely a reason why people went to nosql. due to the performance hit you get with ORMs. in ruby-verse you can see this active-record vs sequel(a better orm) the performance gap.
now there's better tools like sqlc etc that have orm ergonomics without the performance hit.
Comments
yeah - largely a reason why people went to nosql. due to the performance hit you get with ORMs. in ruby-verse you can see this active-record vs sequel(a better orm) the performance gap.
now there's better tools like sqlc etc that have orm ergonomics without the performance hit.
at times just use nosql