graphql

2023-02-01T08:33:21.868389Z

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)?

2023-02-01T08:35:49.743219Z

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

2023-02-01T09:19:36.470419Z

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.