Rahul Ranjan
Rahul Ranjan
> @KanishManuja-MS > It seems that in same cases the performance of the $skip and $top is very poor especially where we have a lot of records in the data...
@KanishManuja-MS I was going through the blog that you have wrote regarding implementation of [$skipToken using oDataController](https://devblogs.microsoft.com/odata/using-skiptoken-for-paging-in-asp-net-odata-and-asp-net-core-odata/) but there you have not explained the usage with aspnet core endpoint routing,...
> @ambitiousrahul > > First you need to enable the SkipToken because it's not the default one. > > For example: > > `config.Count().Expand().SkipToken();` > > Then in you should...
> Using the custom `EnableQueryAttribute` in the original comment by @mabouwhui fixes the problem in our application in that it redirects the ODataException to our own error handling logic, but...