Skip to content

Speed-up `ubcli ftsReindex` operation up to 40%

Pavel Mashliakovskiy requested to merge feat/ftsReindexSpeedUp into master
  • Speed-up ubcli ftsReindex operation up to 40%:
    • by default, ftsreindex method of fts mixin now do not check record is already exists in FTS table and always do insertion. Such expectation should always be true for re-index operation, since before re-indexation all data in FTS tables are truncated.
    • for compatibility reasons new parameter _ftsReindexCheckExisted is added for ftsreindexmethod

Merge request reports