Hello,
We simplified our production queries, so our queries are in the following format: "select {} from {} where {}".
Despite that, for a query that running over small table (processing 100MB), we can see that the calculation time is only 2sec, but fetching time takes very long time- around 35sec (just to get results to the console/NodeJS code).
Any advice how to optimize this? thanks.