You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Chetan Mehrotra (JIRA)" <ji...@apache.org> on 2015/05/08 09:16:59 UTC

[jira] [Updated] (OAK-2853) Use default codec for fulltext index

     [ https://issues.apache.org/jira/browse/OAK-2853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chetan Mehrotra updated OAK-2853:
---------------------------------
    Labels: docs-impacting  (was: )

> Use default codec for fulltext index
> ------------------------------------
>
>                 Key: OAK-2853
>                 URL: https://issues.apache.org/jira/browse/OAK-2853
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: lucene
>            Reporter: Chetan Mehrotra
>            Assignee: Chetan Mehrotra
>            Priority: Minor
>              Labels: docs-impacting
>             Fix For: 1.3.0
>
>
> Currently OakCodec is used by default if full text indexing is enabled for that index. OakCodec disables compression and was done as performance issues were observed around 1.0 release (See OAK-1737). 
> Post 1.0 we introduced CopyOnRead which should provide better performance even with compression enabled. We should revisit the usage of OakCodec by default to see if with default code we get comparable performance or not and hence get benefit of smaller index size.
> Changing the default would require change in index format version as this change would not be compatible to default
> Note that one can still change codec by specifying {{codec}} value for index config to the code name like {{Lucene46}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)