Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

UI Text Box
typenote

Please note that each index synchronization increases the index fragmentation, degrading search performance over time. Consult the How to maintain full-text search performance article to learn more about index fragmentation and how to maintain the full-text index.

UI Text Box
typewarningnote

We advice to rebuild the index after every change. This can be done using the following script:

Code Block
languagesql
alter index aq_fulltext_index rebuild;

...