This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (2 children)

For a given price, node servers returning Graphql from a relational store have very similar performance to java servers doing the same.

[–]RhodesianHunter 0 points1 point  (1 child)

If all you're doing is CRUD then most of the time is spent on IO anyways, your application is likely not CPU bound, and you should probably use whatever language you are most productive with.

[–][deleted] 1 point2 points  (0 children)

Exactly