diff --git a/changelog/unreleased/cache-space-indexes.md b/changelog/unreleased/cache-space-indexes.md new file mode 100644 index 0000000000..ad85ca4aff --- /dev/null +++ b/changelog/unreleased/cache-space-indexes.md @@ -0,0 +1,5 @@ +Enhancement: cache space indexes + +decomposedfs now caches the different space indexes in memory which greatly improves the performance of ListStorageSpaces on slow storages. + +https://github.com/cs3org/reva/pull/3987