An Entity Framework extension package / test app that caches with interceptor the select queries ran on the database and can suggest forgotten indexes in the same way that the Sql Server Tuning Advisor works for db admins.
Info
Version: | 0.3.0 |
Author(s): | Radu Simen |
Last Update: | Tuesday, September 27, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/radu103/EFIndexTuningAdvisor |
NuGet Url: | https://www.nuget.org/packages/EFIndexTuningAdvisor |
Install
Install-Package EFIndexTuningAdvisor
dotnet add package EFIndexTuningAdvisor
paket add EFIndexTuningAdvisor
EFIndexTuningAdvisor Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(>= 6.1.0)