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
There are two steps for "load data" statement, we can use two goroutine to speed up the process, one goroutine for preparing data, and another goroutine for committing.
The text was updated successfully, but these errors were encountered:
According to
tidb/server/conn.go
Line 1057 in 77b6858
There are two steps for "load data" statement, we can use two goroutine to speed up the process, one goroutine for preparing data, and another goroutine for committing.
The text was updated successfully, but these errors were encountered: