0
votes

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?

1
No, it just means what when an individual user executes a SQL query they cannot fetch the results with a multi threaded process. Multiple users can still run queries concurrently. Snowflake would be pretty useless if multiple users couldn't use it at the same time!!Simon D
Thanks Simon for reply, please suggest any snowflake link to verify the same ,that will help me to support this point from snowflake reference documentation .Thanks. – Neerajneeraj
The docs you linked to say it...Simon D

1 Answers

1
votes

It means the process itself cannot be multi-threaded. There is no limit, apart from performance limitations, on the number of concurrent calls