There are 6 updates, 3 comments.
 
 
XWiki Platform / cid:jira-generated-image-avatar-8ff8c49b-0e81-48ab-a23c-2fdd92c213b4 XWIKI-23052 In Progress

Solr still used a lot of field related RAM

 
View issue   ยท   Add comment
 

6 updates

 
cid:jira-generated-image-avatar-f8ac6b69-0ea6-4c19-98b4-88c64aab8dc9 Changes by Thomas Mortagne on 28/Mar/25 14:28
 
Summary: Solr field cache still uses used a lot of field related RAM
Fix Version: 16.10.6
Fix Version: 17.3.0-rc-1
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 decided to enable docValues by default, and it's now applied to all the types of the default core (except for the "ignored" one). I think we should follow the same logic to avoid keeping having the same problem.
Assignee: Thomas Mortagne
Labels: performance
 
 

3 comments

 
cid:jira-generated-image-avatar-f8ac6b69-0ea6-4c19-98b4-88c64aab8dc9 Thomas Mortagne on 28/Mar/25 14:21
 

Actually, it's not possible to enable docValues for "title_sort" becaause it's stored in a "solr.TextField" so there is not much we can do to fix this (unless it's possible to move to a different type, but I don't know).

 
cid:jira-generated-image-avatar-f8ac6b69-0ea6-4c19-98b4-88c64aab8dc9 Thomas Mortagne on 28/Mar/25 14:26
 
Actually, it's not possible to enable docValues for "title_sort" becaause because it's stored in a "solr.TextField" so there is not much we can do to fix this (unless it's possible to move to a different type, but I don't know).
 
cid:jira-generated-image-avatar-f8ac6b69-0ea6-4c19-98b4-88c64aab8dc9 Thomas Mortagne on 28/Mar/25 14:29
 
Actually, it's not possible to enable docValues for "title_sort" because it's stored in a "solr.TextField" so there is not much we can do to cannot really fix this problem that way (unless it's possible to move to a different type, but I don't know).