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
Currently, GetSchema opens a goroutine for each table/view in the user's schema. The concurrency is unbounded. In the scope of multiple thousands tables, combined with high latency connections, this can lead to resource exhaustion, and in particular to MySQL connection exhaustion.
There should be a reasonable concurrency limit in GetSchema.
The text was updated successfully, but these errors were encountered:
Currently,
GetSchema
opens a goroutine for each table/view in the user's schema. The concurrency is unbounded. In the scope of multiple thousands tables, combined with high latency connections, this can lead to resource exhaustion, and in particular to MySQL connection exhaustion.There should be a reasonable concurrency limit in GetSchema.
The text was updated successfully, but these errors were encountered: