Back to Flyway

SQL Server Add No Population To Fulltext Indexes Setting

documentation/Reference/Configuration/Redgate Compare Namespace/Redgate Compare SQL Server Namespace/SQL Server Behavior Options Namespace/SQL Server Add No Population To Fulltext Indexes Setting.md

latest751 B
Original Source

Description

Adds the NO POPULATION clause to all new fulltext indexes, so that you can control when the first population occurs, rather than letting them populate at deployment time.

Note that this will automatically turn change tracking off for those fulltext indexes, as NO POPULATION is incompatible with other change tracking values.

Type

Boolean

Default

false

Usage

Flyway Desktop

This can be set from the comparison options settings in SQL Server projects.

Command-line

powershell
./flyway diff -redgateCompare.sqlserver.options.behavior.addNoPopulationToFulltextIndexes=true

TOML Configuration File

toml
[redgateCompare.sqlserver.options.behavior]
addNoPopulationToFulltextIndexes = true