-
Type: Task
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.2.2-B3
-
Component/s: Front End
-
Labels:None
-
Change Log Group:Changed
-
Change Log Message:Search table on Front-End is now created in memory and truncated instead of dropping.
-
Story Points:1
-
Copy Issue Key:
-
Patch Instructions:
- in the "OnSimpleSearch" events:
- use "MEMORY" engine, when creating temp search table (improves speed)
- instead of dropping temp search table clean it using "TRUNCATE TABLE" database query
- in the "\kSearchHelper::ensureEmptySearchTable" method:
- create temp search table in memory and only, when it's missing
- clean temp search table using "TRUNCATE TABLE" database query
- implemented in
-
[Diffusion] rINP16655 Fixes INP-1769 - Truncate search result table instead of dropping it
-
D366 INP-1769 - Truncate search result table instead of dropping it
- mentioned in
-
Page Loading...