If your table is prone to frequent updates or insertions, then we recommend
periodicallyreindexing the existing ScaNN indexin order to improve the recall accuracy for your index. You can monitor
index metrics to view changes in vector distributions or vector mutations since
the index was built, and then reindex accordingly.
You can manually rebuild your index if you want to
rebuild it with the configurations you specified when it was created.
To manually rebuild your index, run the following command:
REINDEXINDEXCONCURRENTLYINDEX_NAME;
ReplaceINDEX_NAMEwith the name of the index you want to
rebuild—for example,my-scann-index. The index names are shared
across your database. Ensure that each index name is unique to each
table in your database.
For more information about reindexing in PostgreSQL, seeREINDEX.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-08 UTC."],[],[],null,[]]