1dae2e5f59
* Upgrades from .NET7 to 8 (keeps 6 as current LTS) * Adds RoleClaimType mapping for .net8 +semver: major |
||
---|---|---|
.. | ||
IndexRebuilder.cs | ||
IndexRebuilder.csproj | ||
Program.cs | ||
app.config | ||
readme.md |
readme.md
IndexRebuilder
The IndexRebuilder is a .net console application that verify indexes rebuild. It improves the data import speed significantly through disable indexes before import.
The tool is very easy to use. Firstly download the code, update appconfig, compile and run R4 with SqlServer. Then use it to disable indexes and rebuild them.
Note that the IndexRebuilder works for service APIs with SQL database backend only.