Merge pull request #34001 from backstage/freben/facets-perf

catalog-backend: fix facets endpoint performance regression
This commit is contained in:
Fredrik Adelöw
2026-04-21 09:59:56 +02:00
committed by GitHub
4 changed files with 309 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend': patch
---
Fixed a performance regression in the `/entity-facets` endpoint when filters or permission conditions are applied, by routing the EXISTS-based filter through `final_entities` instead of correlating against the much larger `search` table.