SearchProductsAsync loading all data then applying pagging

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
1 ano atrás
So, if any category has the 5k product with attributes it will load the all 5k data in memory and then do the paging!!!!!!! and it is ok, right?
1 ano atrás
"SearchProductsAsync" method does not load all records in memory. It generates one single SQL command (including paging) that is executed only once.

You can check it with SQL Server profiler
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.