I made some ORM framework performance tests on MSSQL (EF,NH in comparrison with pure ADO.NET approach). EF, NH and ADO.NET should use same ADO.NET provider for DB. My question is, if its possible that EF could have some advantage over NH on MSSQL.
Therefore I'm asking if it is possible that using different DB (MySql for example), could have relevant impact on ORM performance test results.
(by relevant I mean that ORM X has improved its performance by x% and ORM Y by y% where x != y :) )