Branch: refs/heads/backport/stable-16.10.x/pr-4036
Home:
https://github.com/xwiki/xwiki-platform
Commit: a376d09049bfe7f94e356c2dc07c79928f9e7d87
https://github.com/xwiki/xwiki-platform/commit/a376d09049bfe7f94e356c2dc07c…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-04-09 (Wed, 09 Apr 2025)
Changed paths:
M
xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/metadata/DefaultLinkStore.java
M
xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/test/java/org/xwiki/search/solr/internal/metadata/DefaultLinkStoreTest.java
Log Message:
-----------
XWIKI-23081: Fetching backlinks is slow and consumes a lot of memory on large instances
(#4036)
* Use cursor-based pagination to fetch all documents instead of setting
a high query limit.
* Add a test to verify that the pagination works.
(cherry picked from commit ca97914e241ad6cd038203a3ee00640ad4803bb0)
To unsubscribe from these emails, change your notification settings at
https://github.com/xwiki/xwiki-platform/settings/notifications