Assigned
Status Update
Comments
bl...@google.com <bl...@google.com> #2
Automated by Blunderbuss job workspace-devrel-public-issue-tracker-blunderbuss-autoassigner for component 191640.
ch...@pcg.io <ch...@pcg.io> #3
+1
ig...@codingwithkids.com <ig...@codingwithkids.com> #4
+1
ju...@gmail.com <ju...@gmail.com> #5
+1
ch...@dev.pwc.com <ch...@dev.pwc.com> #6
Hi I am also experiencing this problem, could you please fix this as it is affecting the performance of an application that we are currently developing.
am...@var.fr <am...@var.fr> #7
We need to know if a fix will be out soon, or we need to use another tech other than Gscript to build our apps ?
sy...@galenvs.com <sy...@galenvs.com> #8
+1
ri...@motorolasolutions.com <ri...@motorolasolutions.com> #9
+1
ke...@magentahealth.ca <ke...@magentahealth.ca> #10
++++++1
an...@gmail.com <an...@gmail.com> #11
+1
jp...@google.com <jp...@google.com> #12
I just locked this issue, please use the +1 button instead. The comment count is less important than the number of clicks to the "+1" button.
Description
The following was shared in https://issuetracker.google.com/236832481 .
Below is an example function that takes nearly 30 seconds to execute on the new runtime but takes less than one second on the old deprecated runtime. The connection is being made to the Cloud SQL instance in google cloud using the SSL authentication. There are 1500 entries in the result set and as someone pointed out earlier, the issue seems to be with the results.next() taking a long time in the below code.