You can potentially increase indexing performance by removing
index partitions.
Index partitions tend to decrease indexing performance because
more full-text indexes exist as the result of the partitioning, which
has the following consequences:
- More index batches that are smaller in size
- More index batches that are processed concurrently
The result is more frequent disk activity to commit the index
data.