How to pool database connections? #2151
Unanswered
markandpathak
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Talking particularly for Go environment, Does fission support global variables in which connection established with database/redis can be stored and can be reused between function invocations? As opening a database connection is time consuming for each invocation. This query also leads to another question: How variables defined outside handler functions are handled? Do they persist between function calls?
Beta Was this translation helpful? Give feedback.
All reactions