S
Sven Cuypers
Guest
Currently "RowNumber" is used for Take() and Skip() with the DB2 Entity Framework Provider. This results in bad performance results. Running the query with "fetch first 100 rows only" instead of using RowNumber in the where clause, results in much better performance.
Continue reading...
Continue reading...