Replies: 1 comment 3 replies
-
That's rather lacking in information. Can you demonstrate what your code looks like, and exactly which parts of the code are slowest? You say that most time is spent in parsing/compiling of SQL, which has nothing to do with aiohttp... |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there! I use Hasura as graphql server as docker container. Also I use aiohttp to request hasura from another docker container and get a very slow RPS and actually hasura query execution time is big also. I discovered that the most of time takes parsing and compiling (not query execution) of SQL. In the same time I tested Hasura using for requests Locust which makes requests via greenlets and it provides much more higher RPS (about 2x).
Could you please help me to understand why Hasura is so slow with aiohttp?
Beta Was this translation helpful? Give feedback.
All reactions