[ 
https://issues.apache.org/jira/browse/OAK-10803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17868405#comment-17868405
 ] 

Stefan Egli edited comment on OAK-10803 at 7/24/24 3:32 PM:
------------------------------------------------------------

[PR|https://github.com/apache/jackrabbit-oak/pull/1526] merged, thx 
[~ionutpirlogea]!

Compression is disabled by default.

We have encountered performance issues that we first need to work through 
before we can enable it. Created OAK-10973 to look into performance.


was (Author: egli):
[PR|https://github.com/apache/jackrabbit-oak/pull/1526] merged, thx 
[~ionutpirlogea]]!

Compression is disabled by default.

We have encountered performance issues that we first need to work through 
before we can enable it. Created OAK-10973 to look into performance.

> Compress in-memory property values
> ----------------------------------
>
>                 Key: OAK-10803
>                 URL: https://issues.apache.org/jira/browse/OAK-10803
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: documentmk
>            Reporter: Daniel Iancu
>            Priority: Major
>             Fix For: 1.68.0
>
>
> Some properties in the repository can be quite large and consume a 
> considerable amount of memory. E.g. large multi-valued properties, blob IDs 
> that contain an inlined binary.
> With a certain size of the value, it may be beneficial to compress it when 
> loaded into memory/cache and uncompress it only on access. This shouldn't be 
> too difficult and can be implemented in a backward compatible way, because it 
> only affects the in-memory representation and not how data is stored.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to