This issue has been created
 
 
XWiki Platform / cid:jira-generated-image-avatar-8673dd9c-b4f8-45b1-b761-3816d533991d XWIKI-23052 Open

Solr field cache still uses a lot of RAM

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-8b6fe9a7-959f-4eae-b698-0b32c5d55a0d Thomas Mortagne created this issue on 28/Mar/25 11:54
 
Summary: Solr field cache still uses a lot of RAM
Issue Type: cid:jira-generated-image-avatar-8673dd9c-b4f8-45b1-b761-3816d533991d Improvement
Affects Versions: 16.10.5
Assignee: Unassigned
Components: Search - Solr
Created: 28/Mar/25 11:54
Priority: cid:jira-generated-image-static-major-d7a18c1f-2bf5-456c-ba29-3b08de48c409 Major
Reporter: Thomas Mortagne
Description:

Similarly to XWIKI-22820, we noticed that quite a lot of RAM was dedicated to storing data about the field "title_sort" (of type "lowercase").

I notice than in recent version Solr decide to enable docValues by default and it's now applied to all the type of the default core (except for the "ignored" on). I think we should follow the same logic to avoid keeping having the same problem.