Fork me on GitHub
#graphql
<
2023-02-01
>
tlonist08:02:21

I have a question for those using lacinia + superlifter stack for service in production. It will be a great help if you could spare time to answer the below. • What type of server are you using? (Ring, http-kit, aleph, pedestal .. etc) • What is the TPS of your server (and how many vCPUs and memory)?

tlonist08:02:49

I'm aware that the transaction part varies greatly per apis. Here I'm assuming no critical delay exists from the db layer.

tlonist09:02:36

I'm experiencing an exceptionally low TPS with Ring(jetty) + lacinia + superlifter stack; and trying to figure out whether this limit is due to hardware spec or other adjustable parameters in the middle.