Actions
dev #2766
opendev #2716: [Module] Sprint 10
[BE] Improve search api performance
Description
Search API Performance Improvements¶
- Fix result ordering to ensure that queried tools (e.g., "remix") reliably appear at the top of search results.
- Simplify search and count queries for faster execution.
- Add an index to the
qnatable to speed up related lookups. - Identify and optimize the main search API bottleneck.
Actions