Fixed
Details
Priority
MinorAssignee
AlexAlexReporter
AlexAlexDeveloper
AlexAlexReviewer
Erik S.Erik S.Change Log Group
ChangedChange Log Message
Search table on Front-End is now created in memory and truncated instead of dropping.Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Time tracking
2h loggedStory Points
1Fix versions
Details
Details
Priority
Assignee
Alex
AlexReporter
Alex
AlexDeveloper
Alex
AlexReviewer
Erik S.
Erik S.Change Log Group
Changed
Change Log Message
Search table on Front-End is now created in memory and truncated instead of dropping.
Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Time tracking
2h logged
Story Points
1
Fix versions
Created May 30, 2019 at 12:48 PM
Updated December 29, 2024 at 8:49 PM
Resolved January 4, 2021 at 8:48 AM
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