fhir-server/tools/IndexRebuilder
Brendan Kowitz 1dae2e5f59
Upgrades from .NET7 to 8 (keeps 6 as current LTS) (#3617)
* Upgrades from .NET7 to 8 (keeps 6 as current LTS)
* Adds RoleClaimType mapping for .net8

+semver: major
2023-12-17 19:01:03 -08:00
..
IndexRebuilder.cs Upgrades from .NET7 to 8 (keeps 6 as current LTS) (#3617) 2023-12-17 19:01:03 -08:00
IndexRebuilder.csproj Adds .NET7 targets (#2999) 2023-01-11 13:37:11 -08:00
Program.cs rebuild index (#2759) 2022-10-21 13:38:26 +08:00
app.config rebuild index (#2759) 2022-10-21 13:38:26 +08:00
readme.md rebuild index (#2759) 2022-10-21 13:38:26 +08:00

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.