create-text-index-2.md
You create a text index on a source table only once. In the future, you do not have to re-create the text index each time the source table is updated or changed.
Your text index stays synchronized to the contents of the source table through any operation that is run on the source table. These operations include, but are not limited to:
-
COPY
-
INSERT
-
UPDATE
-
DELETE
-
DROP PARTITION
-
MOVE_PARTITIONS_TO_TABLE
When you move or swap partitions in a source table that is indexed, verify that the destination table already exists and is indexed in the same way.