Skip to content

Search query performance fixes

Choose a tag to compare

@zozlak zozlak released this 19 Apr 06:51
· 2 commits to v5 since this release
Tune the search query performance

Move the DISTINCT on id clause to the top-level query in the
RepoDb::getPdoStatementBySqlQuery() and remove them from queries
generated by the SearchTerm. This should lead to far more optimal search
queries.