Skip to content

SmartSearch performance tuning

Choose a tag to compare

@zozlak zozlak released this 14 Sep 12:16
· 39 commits to master since this release
SmartSearch::createFiltersTable(): materialize children ids

For some reasons postgresql can not come with sane execution plans when
combining get_children() (even when "with materialized"!) with other
filters. Creating an explicit temporary table helps.