SQLite Forum

SQLite .NET: CommandBuilder performs really bad on tables with a lot of indexes
Login
> I was curious, so I decided to run the tests. I get pretty much identical results and I am on a VERY low end Win 10 laptop.


Okay, thanks for confirming this. This leads me to believe that it has more to do with drive speed than CPU speed. In sum I think, there are to many (and perhabs unnecessary) iterations inside the DataReader.GetSchema method.