You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder if there is any performance influence when I use node-postgres on Cloudflare worker?
How does the worker handle the TCP long connection?
The text was updated successfully, but these errors were encountered:
shiyuhang0
changed the title
[Question] Does the performance will be influenced when ues in Cloudflare Workers env
[Question] Does the performance will be influenced when use in Cloudflare Workers env
May 29, 2023
I'm not really sure how performance is inside cloudflare...but as far as the code in node-postgres itself it should be just as performant as in any other environment as its doing the same parsing/serializing code which is where 99% of the time in the library is taken up during normal execution. @petebacondarwin might know more specifics about CF in general. I'm gonna close this but feel free to continue the discussion after the fact. 😄
#2971 has supported the Cloudflare Workers.
I wonder if there is any performance influence when I use node-postgres on Cloudflare worker?
How does the worker handle the TCP long connection?
The text was updated successfully, but these errors were encountered: