Reputation: 1
Please suggest on below
As per this link
The service does not currently support fetching results concurrently (i.e. in parallel with multiple threads). Requests are supported only from a single thread
Does it mean only one user can call an API at a time? Please suggest if we can use those APIs for concurrent users?
If not then what is the future plan to get the concurrent users support from Snowflake side?
Upvotes: 0
Views: 387
Reputation: 9778
It means the process itself cannot be multi-threaded. There is no limit, apart from performance limitations, on the number of concurrent calls
Upvotes: 1