Merge pull request #3682 from backstage/freben/batch-markers

catalog-backend: batch the writing of statuses after refreshes
This commit is contained in:
Fredrik Adelöw
2020-12-11 15:00:56 +01:00
committed by GitHub
7 changed files with 32 additions and 21 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend': patch
---
Batch the writing of statuses after refreshes. This reduced the runtime on sqlite from 16s to 0.2s, and on pg from 60s to 1s on my machine, for the huge LDAP set.