bulk insert very slow on mariadb version≥10.6.0
znyet opened this issue · 2 comments
znyet commented
dear!
class People
{
public long Id { get; set; }
public string Name { get; set; }
public string Address { get; set; }
}
when i use MySqlConnector, mariadb version≥10.6.0 bulk insert 1 million record is very slow.
but in mariadb version 10.4 is very fast.
why?
JonathanMagnan commented
Hello @znyet ,
Could you let us know what kind of performance difference you had? How long does it take in both versions?
Are you using the same exact project and only changing the connection string?
Best Regards,
Jon
znyet commented
Sorry!I am use HDD,so very slow~!