'Simultaneous connections to snowflake
I'm new to snowflake and I am curious to know How many simultaneous connections can be open to snowflake through JDBC with same credentials? If there is limit to the connections with different credentials?
Solution 1:[1]
There is no such limit on how many connections you can start from JDBC. However is there any specific use case, that you need to start multiple connections? A single connection can be used to query the DB and you can use multiple statements in the same query. https://docs.snowflake.com/en/user-guide/jdbc-using.html#sending-multiple-statements-handling-results
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Anshul Thakur |
