Versions Compared

Key

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

...

  1. in the "OnSimpleSearch" events:
    1. use "MEMORY" engine, when creating temp search table (improves speed)
    2. instead of dropping temp search table clean it using "TRUNCATE TABLE" database query
  2. in the "\kSearchHelper::ensureEmptySearchTable" method:
    1. create temp search table in memory and only, when it's missing
    2. clean temp search table using "TRUNCATE TABLE" database query

Related Tasks

Jira Legacy
serverSystem Jira
serverId513b375f-8291-3313-9d9f-704c39b1f915
keyINP-1769